[alsa-devel] [PATCH] ASoC: fsl_sai: mark regmap as fast_io

Mark Brown broonie at kernel.org
Wed Jul 17 13:06:32 CEST 2019


On Wed, Jul 17, 2019 at 12:51:56PM +0200, Lucas Stach wrote:

> The regmap is only ever used to access MMIO registers, so it's fair
> to say that register access is fast.

Are you sure there's no caches that try to do allocations at
runtime?  The main thing fast_io does is change the locking to
spinlocks which means we shouldn't do any allocations under lock,
such as when updating the cache.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20190717/c6ed160b/attachment-0001.sig>


More information about the Alsa-devel mailing list