Re: [PATCH 2/2] power_supply: Add support for TI BQ25890 charger chip

2015-06-24 Thread Laurentiu Palcu
On Wed, Jun 24, 2015 at 10:30:58AM +0200, Pavel Machek wrote: > On Wed 2015-06-24 10:32:54, Laurentiu Palcu wrote: > > On Sat, May 02, 2015 at 04:59:34PM +0200, Pavel Machek wrote: > > > > > > Should this link > > > > > > > More details about the chip can be found here: > > > > http://www.ti.

Re: [PATCH 2/2] power_supply: Add support for TI BQ25890 charger chip

2015-06-24 Thread Pavel Machek
On Wed 2015-06-24 10:32:54, Laurentiu Palcu wrote: > On Sat, May 02, 2015 at 04:59:34PM +0200, Pavel Machek wrote: > > > > Should this link > > > > > More details about the chip can be found here: > > > http://www.ti.com/product/bq25890 > > > > > @@ -0,0 +1,998 @@ > > > +/* > > > + * TI BQ25

Re: [PATCH 2/2] power_supply: Add support for TI BQ25890 charger chip

2015-06-24 Thread Laurentiu Palcu
On Sat, May 02, 2015 at 04:59:34PM +0200, Pavel Machek wrote: > > Should this link > > > More details about the chip can be found here: > > http://www.ti.com/product/bq25890 > > > @@ -0,0 +1,998 @@ > > +/* > > + * TI BQ25890 charger driver > > + * > > + * Copyright (C) 2015 Intel Corporation

Re: [PATCH 2/2] power_supply: Add support for TI BQ25890 charger chip

2015-06-23 Thread Pavel Machek
Should this link > More details about the chip can be found here: > http://www.ti.com/product/bq25890 > @@ -0,0 +1,998 @@ > +/* > + * TI BQ25890 charger driver > + * > + * Copyright (C) 2015 Intel Corporation > + * > + * This program is free software; you can redistribute it and/or modify >