Commit dfdb3c4d authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'regmap/topic/core' into regmap-next

parents e36f014e f93d1be2
...@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment