[alsa-devel] [PATCH 2/4] regmap: Add regmap_fields APIs
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Mon Sep 2 04:36:46 CEST 2013
Hi
> Current Linux kernel is supporting regmap_field method
> and it is very useful feature.
> It needs one regmap_filed for one register access.
>
> OTOH, there is multi port device which
> has many same registers in the market.
> The difference for each port register access is
> only its address offset.
>
> Current API needs many regmap_field for such device,
> but it is not good.
> This patch adds new regmap_fileds API which can care
> about multi port/offset access via regmap.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
I noticed that this series didin't care EXPORT_SYMBOL_GPL() name
(many same names)
Please give me v2 chance
Best regards
---
Kuninori Morimoto
More information about the Alsa-devel
mailing list