Re: [PATCH v2 03/12] OMAP3: Move common pmic configuration to pmic-common

2011-06-08 Thread Peter Ujfalusi
On Tuesday 07 June 2011 17:45:35 Tony Lindgren wrote: +#define TWL_COMMON_PDATA_BCI (1 1) +#define TWL_COMMON_PDATA_MADC (1 2) +#define TWL_COMMON_PDATA_CODEC (1 3) This is looking good, thanks for cleaning up the twl bloat in board-*.c files :)

[PATCH v2 03/12] OMAP3: Move common pmic configuration to pmic-common

2011-06-07 Thread Peter Ujfalusi
Reduce the amount of duplicated code by moving the common configuration for twl4030/5030/tpsxx to the pmic-common file. Use the omap3_pmic_config function from board files to properly configure the PMIC with the common fields. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com ---

Re: [PATCH v2 03/12] OMAP3: Move common pmic configuration to pmic-common

2011-06-07 Thread Tony Lindgren
* Peter Ujfalusi peter.ujfal...@ti.com [110607 17:14]: Reduce the amount of duplicated code by moving the common configuration for twl4030/5030/tpsxx to the pmic-common file. Use the omap3_pmic_config function from board files to properly configure the PMIC with the common fields. ... ---