Re: [PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-12-04 Thread Sebastian Reichel
Hi Andrew, On Mon, Nov 23, 2015 at 10:53:51AM -0600, Andrew F. Davis wrote: > Separate out I2C functionality into a module. This fixes several small > issues and simplifies the driver initialization. Thanks, queued. -- Sebastian signature.asc Description: PGP signature

Re: [PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-12-04 Thread Sebastian Reichel
Hi Andrew, On Mon, Nov 23, 2015 at 10:53:51AM -0600, Andrew F. Davis wrote: > Separate out I2C functionality into a module. This fixes several small > issues and simplifies the driver initialization. Thanks, queued. -- Sebastian signature.asc Description: PGP signature

Re: [PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-11-23 Thread Arnd Bergmann
On Monday 23 November 2015 11:09:50 Andrew F. Davis wrote: > On 11/23/2015 10:57 AM, Arnd Bergmann wrote: > > On Monday 23 November 2015 10:53:51 Andrew F. Davis wrote: > >> Separate out I2C functionality into a module. This fixes several small > >> issues and simplifies the driver initialization.

Re: [PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-11-23 Thread Andrew F. Davis
On 11/23/2015 10:57 AM, Arnd Bergmann wrote: On Monday 23 November 2015 10:53:51 Andrew F. Davis wrote: Separate out I2C functionality into a module. This fixes several small issues and simplifies the driver initialization. Signed-off-by: Andrew F. Davis That looks good to me overall, it

Re: [PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-11-23 Thread Arnd Bergmann
On Monday 23 November 2015 10:53:51 Andrew F. Davis wrote: > Separate out I2C functionality into a module. This fixes several small > issues and simplifies the driver initialization. > > Signed-off-by: Andrew F. Davis That looks good to me overall, it should help with the randconfig warnings

[PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-11-23 Thread Andrew F. Davis
Separate out I2C functionality into a module. This fixes several small issues and simplifies the driver initialization. Signed-off-by: Andrew F. Davis --- drivers/power/Kconfig | 14 +- drivers/power/Makefile| 1 + drivers/power/bq27xxx_battery.c | 326

Re: [PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-11-23 Thread Arnd Bergmann
On Monday 23 November 2015 11:09:50 Andrew F. Davis wrote: > On 11/23/2015 10:57 AM, Arnd Bergmann wrote: > > On Monday 23 November 2015 10:53:51 Andrew F. Davis wrote: > >> Separate out I2C functionality into a module. This fixes several small > >> issues and simplifies the driver initialization.

[PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-11-23 Thread Andrew F. Davis
Separate out I2C functionality into a module. This fixes several small issues and simplifies the driver initialization. Signed-off-by: Andrew F. Davis --- drivers/power/Kconfig | 14 +- drivers/power/Makefile| 1 + drivers/power/bq27xxx_battery.c

Re: [PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-11-23 Thread Arnd Bergmann
On Monday 23 November 2015 10:53:51 Andrew F. Davis wrote: > Separate out I2C functionality into a module. This fixes several small > issues and simplifies the driver initialization. > > Signed-off-by: Andrew F. Davis That looks good to me overall, it should help with the

Re: [PATCH] power: bq27xxx_battery: Reorganize I2C into a module

2015-11-23 Thread Andrew F. Davis
On 11/23/2015 10:57 AM, Arnd Bergmann wrote: On Monday 23 November 2015 10:53:51 Andrew F. Davis wrote: Separate out I2C functionality into a module. This fixes several small issues and simplifies the driver initialization. Signed-off-by: Andrew F. Davis That looks good to me