RE: [PATCH] power_supply: Add power_supply notifier

2013-09-23 Thread Tc, Jenny
AM > To: Tc, Jenny > Cc: linux-kernel@vger.kernel.org > Subject: Re: [PATCH] power_supply: Add power_supply notifier > > On Fri, Jul 26, 2013 at 12:51:09AM +0530, Jenny TC wrote: > > This patch adds a notifier chain to the power_supply. > > This notifier helps drivers in

Re: [PATCH] power_supply: Add power_supply notifier

2013-08-09 Thread Anton Vorontsov
On Fri, Jul 26, 2013 at 12:51:09AM +0530, Jenny TC wrote: > This patch adds a notifier chain to the power_supply. > This notifier helps drivers in other subsystem to listen to > changes in power supply subsystem. This would help to take some > actions in those drivers on changing the power supply p

[PATCH] power_supply: Add power_supply notifier

2013-07-25 Thread Jenny TC
This patch adds a notifier chain to the power_supply. This notifier helps drivers in other subsystem to listen to changes in power supply subsystem. This would help to take some actions in those drivers on changing the power supply properties. One such scenario is to increase/decrease system perfor