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)
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>

No differences found