Re: [PATCH v2 11/13] power: bq24257: Add platform data based initialization

2015-09-10 Thread Andreas Dannenberg
On Thu, Sep 10, 2015 at 05:40:53PM +0300, Laurentiu Palcu wrote: > On Tue, Sep 08, 2015 at 07:12:35PM -0500, Andreas Dannenberg wrote: > > The patch adds a way to setup and initialize the device through the use > > of platform data with configuration options equivalent to when using > > device firm

Re: [PATCH v2 11/13] power: bq24257: Add platform data based initialization

2015-09-10 Thread Laurentiu Palcu
On Tue, Sep 08, 2015 at 07:12:35PM -0500, Andreas Dannenberg wrote: > The patch adds a way to setup and initialize the device through the use > of platform data with configuration options equivalent to when using > device firmware (DT or ACPI) for systems where this is not available. > > Signed-of

[PATCH v2 11/13] power: bq24257: Add platform data based initialization

2015-09-08 Thread Andreas Dannenberg
The patch adds a way to setup and initialize the device through the use of platform data with configuration options equivalent to when using device firmware (DT or ACPI) for systems where this is not available. Signed-off-by: Andreas Dannenberg --- drivers/power/bq24257_charger.c | 95