lkml.org 
[lkml]   [2013]   [Sep]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 0/4] add regmap_filelds and use it on Renesas Sound driver

Hi Mark

These patches are v2 of new regmap_filelds API on kernel.
~
It can care about multi port register offset via regmap.

0xAAAA + 0x40 -- port 0 --
regX
regY
regZ
0xAAAA + 0x80 -- port 1 --
regX
regY
regZ

This case, current API needs 2 (= port) x 3 (= regX/Y/Z) regmap_fileld,
but this new API can care about all port via 3 regmap_filelds with port ID.

I'm not sure that regmap_filelds is good naming or not.
Please let me know if you have good naming idea.

The difference between v1 <-> v2 is EXPORT_SYMBOL_GPL() naming
on regmap_filelds

these are based on below branchs
regmap/for-next + asoc/for-next




Kuninori Morimoto (4):
regmap: add regmap_field_update_bits()
regmap: Add regmap_fields APIs
ASoC: rsnd: gen: rsnd_gen_ops cares .probe and .remove
ASoC: rsnd: use regmap instead of original register mapping method

drivers/base/regmap/internal.h | 3 +
drivers/base/regmap/regmap.c | 117 +++++++++++++++++
include/linux/regmap.h | 14 +++
sound/soc/sh/rcar/core.c | 45 -------
sound/soc/sh/rcar/gen.c | 270 +++++++++++++++++++++++++---------------
5 files changed, 307 insertions(+), 142 deletions(-)



\
 
 \ /
  Last update: 2013-09-02 05:41    [W:0.106 / U:1.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site