commit | 3f7e82759c692df473675ed06fb90b20f1f225c3 | [log] [tgz] |
---|---|---|
author | Rhyland Klein <rklein@nvidia.com> | Tue May 08 11:42:38 2012 -0700 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun May 20 17:25:23 2012 +0200 |
tree | f8f120546e55def9cb88ff9a0b8e13d4b36bb342 | |
parent | 7ccfe9b1d58ef5cf8fdbd50b6ee2ae0e9aa9cb36 [diff] |
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>