]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: twl-core: Simplify IO wrapper functions by moving common code out
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 3 Jan 2014 13:27:46 +0000 (15:27 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 8 Jan 2014 11:36:59 +0000 (11:36 +0000)
commitb80b9eaf5a030d30f98edef7383748f945730047
treeb2319d6ccc4098ee2891ce1bfff6b1b9c6dbf811
parent3a9c5755e82d8607f83430d7f0bf748df67b3be8
mfd: twl-core: Simplify IO wrapper functions by moving common code out

The new twl_get_regmap() function will return a pointer to the regmap needed
for the given module.

Since both read and write function were using the same code to do the lookup
we can reuse this in both places to simplify the code.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl-core.c