commit | ae49f6d094de21b4d58d3686dfa85d809073a8eb | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Thu May 30 02:54:33 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Jun 10 08:43:09 2013 -0400 |
tree | f20dc62eadba270614f604fef91f0219936998d7 | |
parent | 61c517fce91179adcd4ded8855ddb7aadff31196 [diff] |
ARM: OMAP4+: pmic: Make generic bus init and write functions Voltage scaling can be done in two ways: -> Using SR I2C -> Using GP I2C In order to support both, have a function pointer in pmic_data so that we can call as per our requirement. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>