mfd: Commonize tps65910 regmap access through header
authorRhyland Klein <rklein@nvidia.com>
Tue, 8 May 2012 18:42:38 +0000 (11:42 -0700)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 20 May 2012 15:25:23 +0000 (17:25 +0200)
commit3f7e82759c692df473675ed06fb90b20f1f225c3
treef8f120546e55def9cb88ff9a0b8e13d4b36bb342
parent7ccfe9b1d58ef5cf8fdbd50b6ee2ae0e9aa9cb36
mfd: Commonize tps65910 regmap access through header

This change removes the read/write callback functions in favor of common
regmap accessors inside the header file. This change also makes use of
regmap_read/write for single register access which maps better onto what this
driver actually needs.

Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/gpio/gpio-tps65910.c
drivers/mfd/tps65910-irq.c
drivers/mfd/tps65910.c
drivers/regulator/tps65910-regulator.c
include/linux/mfd/tps65910.h