Re: [PATCH v4 02/20] power_supply: Move run-time configuration to separate structure

2015-02-25 Thread Sebastian Reichel
On Wed, Feb 25, 2015 at 05:10:07PM -0800, Dmitry Torokhov wrote: > On Thu, Feb 26, 2015 at 01:34:09AM +0100, Sebastian Reichel wrote: > > Hi, > > > > On Mon, Feb 23, 2015 at 12:47:23PM +0100, Krzysztof Kozlowski wrote: > > > Add new structure 'power_supply_config' for holding run-time > > > initia

Re: [PATCH v4 02/20] power_supply: Move run-time configuration to separate structure

2015-02-25 Thread Dmitry Torokhov
On Thu, Feb 26, 2015 at 01:34:09AM +0100, Sebastian Reichel wrote: > Hi, > > On Mon, Feb 23, 2015 at 12:47:23PM +0100, Krzysztof Kozlowski wrote: > > Add new structure 'power_supply_config' for holding run-time > > initialization data like of_node, supplies and private driver data. > > > > The po

Re: [PATCH v4 02/20] power_supply: Move run-time configuration to separate structure

2015-02-25 Thread Sebastian Reichel
Hi, On Mon, Feb 23, 2015 at 12:47:23PM +0100, Krzysztof Kozlowski wrote: > Add new structure 'power_supply_config' for holding run-time > initialization data like of_node, supplies and private driver data. > > The power_supply_register() function is changed so all power supply > drivers need upda

[PATCH v4 02/20] power_supply: Move run-time configuration to separate structure

2015-02-23 Thread Krzysztof Kozlowski
Add new structure 'power_supply_config' for holding run-time initialization data like of_node, supplies and private driver data. The power_supply_register() function is changed so all power supply drivers need updating. When registering the power supply this new 'power_supply_config' should be us