Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
dfdb3c4d
Commit
dfdb3c4d
authored
Feb 08, 2015
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
parents
e36f014e
f93d1be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
drivers/base/regmap/internal.h
drivers/base/regmap/internal.h
+4
-2
No files found.
drivers/base/regmap/internal.h
View file @
dfdb3c4d
...
@@ -51,9 +51,11 @@ struct regmap_async {
...
@@ -51,9 +51,11 @@ struct regmap_async {
struct
regmap
{
struct
regmap
{
union
{
union
{
struct
mutex
mutex
;
struct
mutex
mutex
;
spinlock_t
spinlock
;
struct
{
spinlock_t
spinlock
;
unsigned
long
spinlock_flags
;
};
};
};
unsigned
long
spinlock_flags
;
regmap_lock
lock
;
regmap_lock
lock
;
regmap_unlock
unlock
;
regmap_unlock
unlock
;
void
*
lock_arg
;
/* This is passed to lock/unlock functions */
void
*
lock_arg
;
/* This is passed to lock/unlock functions */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment