Re: [PATCH 2/5] Make room for other tps6507x drivers to have board specific initialization data.

2010-03-29 Thread Mark Brown
On Fri, Mar 26, 2010 at 02:11:29PM -0600, Todd Fischer wrote: Need mfd structure that can hold pointers to sub-driver initialization and run time data. Please provide a more verbose changelog. What needs this structure? /** + * tps_board points to pmic related constants + *

[PATCH 2/5] Make room for other tps6507x drivers to have board specific initialization data.

2010-03-26 Thread Todd Fischer
Need mfd structure that can hold pointers to sub-driver initialization and run time data. Signed-off-by: Todd Fischer todd.fisc...@ridgerun.com --- arch/arm/mach-davinci/board-da850-evm.c |7 ++- drivers/regulator/tps6507x-regulator.c | 12 +++- include/linux/mfd/tps6507x.h