Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-03-23 Thread Sebastian Reichel
Hi, On Wed, Mar 22, 2017 at 01:53:19PM +, Wojciech Ziemba wrote: > [...] > > >> and a number of knobs for controlling the charging process > > missing sysfs ABI documentation. Most of them are probably either > > not needed, or should become standard POWER_SUPPLY_PROP_ properties. > > Well,

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-03-23 Thread Sebastian Reichel
Hi, On Wed, Mar 22, 2017 at 01:53:19PM +, Wojciech Ziemba wrote: > [...] > > >> and a number of knobs for controlling the charging process > > missing sysfs ABI documentation. Most of them are probably either > > not needed, or should become standard POWER_SUPPLY_PROP_ properties. > > Well,

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-03-22 Thread Wojciech Ziemba
Hi, On 20/03/17 05:58, Sebastian Reichel wrote: > Hi, > > On Tue, Feb 07, 2017 at 01:09:09AM +, Wojciech Ziemba wrote: >> There is interest in adding a Linux driver for TI BQ2416X battery >> charger. > This is a strange sentence to introduce a patch. If there wasn't > you wouldn't have sent a

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-03-22 Thread Wojciech Ziemba
Hi, On 20/03/17 05:58, Sebastian Reichel wrote: > Hi, > > On Tue, Feb 07, 2017 at 01:09:09AM +, Wojciech Ziemba wrote: >> There is interest in adding a Linux driver for TI BQ2416X battery >> charger. > This is a strange sentence to introduce a patch. If there wasn't > you wouldn't have sent a

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-03-20 Thread Sebastian Reichel
Hi, On Tue, Feb 07, 2017 at 01:09:09AM +, Wojciech Ziemba wrote: > There is interest in adding a Linux driver for TI BQ2416X battery > charger. This is a strange sentence to introduce a patch. If there wasn't you wouldn't have sent a patch... > The driver supports BQ24160 chip, thus can be

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-03-20 Thread Sebastian Reichel
Hi, On Tue, Feb 07, 2017 at 01:09:09AM +, Wojciech Ziemba wrote: > There is interest in adding a Linux driver for TI BQ2416X battery > charger. This is a strange sentence to introduce a patch. If there wasn't you wouldn't have sent a patch... > The driver supports BQ24160 chip, thus can be

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-02-07 Thread Andy Shevchenko
On Tue, Feb 7, 2017 at 3:09 AM, Wojciech Ziemba wrote: > There is interest in adding a Linux driver for TI BQ2416X battery > charger. The driver supports BQ24160 chip, thus can be easily extended > for other BQ2416X family chargers. > Device exposes 'POWER_SUPPLY_PROP_*'

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-02-07 Thread Andy Shevchenko
On Tue, Feb 7, 2017 at 3:09 AM, Wojciech Ziemba wrote: > There is interest in adding a Linux driver for TI BQ2416X battery > charger. The driver supports BQ24160 chip, thus can be easily extended > for other BQ2416X family chargers. > Device exposes 'POWER_SUPPLY_PROP_*' properties and a number

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-02-06 Thread Liam Breck
G'day, On 7 Feb 2017 at 01:09:09, Wojciech Ziemba wrote: > diff --git a/Documentation/devicetree/bindings/power/supply/bq2416x.txt > b/Documentation/devicetree/bindings/power/supply/bq2416x.txt > new file mode 100644 > index 000..8f4b814 > --- /dev/null > +++

Re: [PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-02-06 Thread Liam Breck
G'day, On 7 Feb 2017 at 01:09:09, Wojciech Ziemba wrote: > diff --git a/Documentation/devicetree/bindings/power/supply/bq2416x.txt > b/Documentation/devicetree/bindings/power/supply/bq2416x.txt > new file mode 100644 > index 000..8f4b814 > --- /dev/null > +++

[PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-02-06 Thread Wojciech Ziemba
There is interest in adding a Linux driver for TI BQ2416X battery charger. The driver supports BQ24160 chip, thus can be easily extended for other BQ2416X family chargers. Device exposes 'POWER_SUPPLY_PROP_*' properties and a number of knobs for controlling the charging process as well as sends

[PATCH] power: supply: Add driver for TI BQ2416X battery charger

2017-02-06 Thread Wojciech Ziemba
There is interest in adding a Linux driver for TI BQ2416X battery charger. The driver supports BQ24160 chip, thus can be easily extended for other BQ2416X family chargers. Device exposes 'POWER_SUPPLY_PROP_*' properties and a number of knobs for controlling the charging process as well as sends