Re: [PATCH V2 3/3] power: power_supply_core: Add support for supplied_from

2013-04-16 Thread Anton Vorontsov
On Mon, Apr 01, 2013 at 05:45:55PM -0400, Rhyland Klein wrote: > Adding support for supplied_from char * array. This is meant to store the > list of suppliers for a given supply, i.e. chargers for a battery. This > list can be populated through devicetree readily as well as passed > directly from

Re: [PATCH V2 3/3] power: power_supply_core: Add support for supplied_from

2013-04-16 Thread Anton Vorontsov
On Mon, Apr 01, 2013 at 05:45:55PM -0400, Rhyland Klein wrote: Adding support for supplied_from char * array. This is meant to store the list of suppliers for a given supply, i.e. chargers for a battery. This list can be populated through devicetree readily as well as passed directly from the

[PATCH V2 3/3] power: power_supply_core: Add support for supplied_from

2013-04-01 Thread Rhyland Klein
Adding support for supplied_from char * array. This is meant to store the list of suppliers for a given supply, i.e. chargers for a battery. This list can be populated through devicetree readily as well as passed directly from the driver. Signed-off-by: Rhyland Klein --- v2: - fixed multiline

[PATCH V2 3/3] power: power_supply_core: Add support for supplied_from

2013-04-01 Thread Rhyland Klein
Adding support for supplied_from char * array. This is meant to store the list of suppliers for a given supply, i.e. chargers for a battery. This list can be populated through devicetree readily as well as passed directly from the driver. Signed-off-by: Rhyland Klein rkl...@nvidia.com --- v2: -