Re: [U-Boot] [PATCH 4/7] ARM: OMAP4+: Clean up the pmic code

2013-01-31 Thread R Sricharan
Hi Tom, On Thursday 31 January 2013 10:31 PM, Tom Rini wrote: On Thu, Jan 31, 2013 at 11:22:02AM +0530, R Sricharan wrote: The pmic code is duplicated for OMAP 4 and 5. Instead move the data to Soc specific place and share the code. Signed-off-by: R Sricharan [snip] +++ b/arch/arm/cpu/armv

Re: [U-Boot] [PATCH 4/7] ARM: OMAP4+: Clean up the pmic code

2013-01-31 Thread Tom Rini
On Thu, Jan 31, 2013 at 11:22:02AM +0530, R Sricharan wrote: > The pmic code is duplicated for OMAP 4 and 5. > Instead move the data to Soc specific place and > share the code. > > Signed-off-by: R Sricharan [snip] > +++ b/arch/arm/cpu/armv7/omap4/hw_data.c [snip] > +struct vcores_data omap4430_

[U-Boot] [PATCH 4/7] ARM: OMAP4+: Clean up the pmic code

2013-01-30 Thread R Sricharan
The pmic code is duplicated for OMAP 4 and 5. Instead move the data to Soc specific place and share the code. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap-common/clocks-common.c | 79 +-- arch/arm/cpu/armv7/omap4/Makefile |1 - arch/arm/cpu/armv7/omap4/cl