mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
This commit is contained in:
commit
dfdb3c4d18
|
|
@ -51,9 +51,11 @@ struct regmap_async {
|
|||
struct regmap {
|
||||
union {
|
||||
struct mutex mutex;
|
||||
spinlock_t spinlock;
|
||||
struct {
|
||||
spinlock_t spinlock;
|
||||
unsigned long spinlock_flags;
|
||||
};
|
||||
};
|
||||
unsigned long spinlock_flags;
|
||||
regmap_lock lock;
|
||||
regmap_unlock unlock;
|
||||
void *lock_arg; /* This is passed to lock/unlock functions */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user