]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: OMAP4+: pmic: Make generic bus init and write functions
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 30 May 2013 02:54:33 +0000 (02:54 +0000)
committerTom Rini <trini@ti.com>
Mon, 10 Jun 2013 12:43:09 +0000 (08:43 -0400)
commit4ca94d81869f8c9ba3e72eac3a99d3eef29df991
treef20dc62eadba270614f604fef91f0219936998d7
parentaf1d002f896e7f9cda47c384db31349cf923e95c
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>
arch/arm/cpu/armv7/omap-common/clocks-common.c
arch/arm/cpu/armv7/omap-common/vc.c
arch/arm/cpu/armv7/omap4/hw_data.c
arch/arm/cpu/armv7/omap5/hw_data.c
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/sys_proto.h
arch/arm/include/asm/omap_common.h