commit | 4ca94d81869f8c9ba3e72eac3a99d3eef29df991 | [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 | af1d002f896e7f9cda47c384db31349cf923e95c [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>