On Mon, Jun 29, 2015 at 02:59:57PM +0200, Lars-Peter Clausen wrote: > Maybe we are just over-thinking this and should just add one key to each > regmap instance. That solves the issue without requiring the any user > interaction. The only downside is that it might impact the performance of > lockdep and uses quite a few lock classes. Its probably manageable right now > but could grow into a problem as regmap adoption further progresses. But > maybe we can leave the hard work of figuring a better solution to our future > selves. I thought the issue with that was that all lockdep classes need to be allocated statically? If we can just do something that scales with regmap instances I'm not sure there's a big problem, even if adoption increases we're talking about something that scales with the number of devices in the system rather than the number of drivers using the API which should be a lot more manageable.