Re: [PATCH V2 2/3] power: power_supply: Add core support for supplied_from

2013-04-16 Thread Anton Vorontsov
On Tue, Apr 02, 2013 at 03:31:30PM -0600, Stephen Warren wrote: > On 04/01/2013 03:45 PM, Rhyland Klein wrote: > > This patch adds support for supplies to register a list of char *'s > > which represent the list of supplies which supply them. This is the > > opposite as the supplied_to list. > >

Re: [PATCH V2 2/3] power: power_supply: Add core support for supplied_from

2013-04-16 Thread Anton Vorontsov
On Tue, Apr 02, 2013 at 03:31:30PM -0600, Stephen Warren wrote: On 04/01/2013 03:45 PM, Rhyland Klein wrote: This patch adds support for supplies to register a list of char *'s which represent the list of supplies which supply them. This is the opposite as the supplied_to list. This

Re: [PATCH V2 2/3] power: power_supply: Add core support for supplied_from

2013-04-02 Thread Stephen Warren
On 04/01/2013 03:45 PM, Rhyland Klein wrote: > This patch adds support for supplies to register a list of char *'s > which represent the list of supplies which supply them. This is the > opposite as the supplied_to list. This patch resolves the concerns I had before, so, Reviewed-by: Stephen

Re: [PATCH V2 2/3] power: power_supply: Add core support for supplied_from

2013-04-02 Thread Stephen Warren
On 04/01/2013 03:45 PM, Rhyland Klein wrote: This patch adds support for supplies to register a list of char *'s which represent the list of supplies which supply them. This is the opposite as the supplied_to list. This patch resolves the concerns I had before, so, Reviewed-by: Stephen Warren

[PATCH V2 2/3] power: power_supply: Add core support for supplied_from

2013-04-01 Thread Rhyland Klein
This patch adds support for supplies to register a list of char *'s which represent the list of supplies which supply them. This is the opposite as the supplied_to list. This change maintains support for supplied_to until all drivers which make use of it already are converted. Signed-off-by:

[PATCH V2 2/3] power: power_supply: Add core support for supplied_from

2013-04-01 Thread Rhyland Klein
This patch adds support for supplies to register a list of char *'s which represent the list of supplies which supply them. This is the opposite as the supplied_to list. This change maintains support for supplied_to until all drivers which make use of it already are converted. Signed-off-by: