Merge remote-tracking branch 'regmap/for-5.10' into regmap-next

This commit is contained in:
Mark Brown
2020-10-05 18:53:24 +01:00
9 changed files with 954 additions and 8 deletions

View File

@@ -161,6 +161,9 @@ struct regmap {
void *selector_work_buf; /* Scratch buffer used for selector */
struct hwspinlock *hwlock;
/* if set, the regmap core can sleep */
bool can_sleep;
};
struct regcache_ops {