On Fri, Mar 28, 2014 at 11:20:59AM +0000, Ben Dooks wrote: > The rcar sound driver uses regmap to access registers in various parts > of the block and uses regmap to manage mappings. The regmap is created > without fast_io set, which means it locks with a mutex rather than a > lighter-spinlock. Applied, thanks.