Re: [PATCH 1/11] MFD: DA9052 MFD core module v8

2011-11-18 Thread Paul Bolle
On Thu, 2011-11-03 at 11:44 +0530, Ashish Jangam wrote: > The DA9052/53 is a highly integrated PMIC subsystem with supply domain > flexibility to support wide range of high performance application. > > It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery > control and other

RE: [PATCH 1/11] MFD: DA9052 MFD core module v8

2011-11-18 Thread Ashish Jangam
Re: [PATCH 1/11] MFD: DA9052 MFD core module v8 > > On Thu, 2011-11-03 at 11:44 +0530, Ashish Jangam wrote: > > The DA9052/53 is a highly integrated PMIC subsystem with supply domain > > flexibility to support wide range of high performance application. > > > > It provide

Re: [PATCH 1/11] MFD: DA9052 MFD core module v8

2011-11-04 Thread Paul Liu
On 3 November 2011 14:14, Ashish Jangam wrote: > The DA9052/53 is a highly integrated PMIC subsystem with supply domain > flexibility to support wide range of high performance application. > > It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery > control and other functiona

[PATCH 1/11] MFD: DA9052 MFD core module v8

2011-11-02 Thread Ashish Jangam
The DA9052/53 is a highly integrated PMIC subsystem with supply domain flexibility to support wide range of high performance application. It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery control and other functionality. Signed-off-by: David Dajun Chen Signed-off-by: As

Re: [PATCH 1/11] MFD: DA9052 MFD core module v8

2011-10-19 Thread Mark Brown
On Wed, Oct 19, 2011 at 07:39:16PM +0530, Ashish Jangam wrote: > +static struct regmap_config da9052_regmap_config = { > + .reg_bits = 8, > + .val_bits = 8, > +}; > + > +static int da9052_spi_probe(struct spi_device *spi) So, as I think I mentioned last time based on the previous non-regm

[PATCH 1/11] MFD: DA9052 MFD core module v8

2011-10-19 Thread Ashish Jangam
The DA9052/53 is a highly integrated PMIC subsystem with supply domain flexibility to support wide range of high performance application. It provides voltage regulators, GPIO controller, Touch Screen, RTC, Battery control and other functionality. Signed-off-by: David Dajun Chen Signed-off-by: As