Re: [PATCH RESEND v2 03/10] power: charger-manager: Remove deprecated function, cm_notify_event().

2014-12-19 Thread Pavel Machek
On Fri 2014-12-19 07:52:07, MyungJoo Ham wrote: > > > > cm_notify_event() is introduced to get event associated with battery status > > externally, but no one had been used. Moreover it makes charger manager > > driver more complicated. This patch tries to drop the function and all data > > rel

Re: [PATCH RESEND v2 03/10] power: charger-manager: Remove deprecated function, cm_notify_event().

2014-12-19 Thread jonghwa3 . lee
On 2014년 12월 19일 16:52, MyungJoo Ham wrote: >> >> cm_notify_event() is introduced to get event associated with battery status >> externally, but no one had been used. Moreover it makes charger manager >> driver more complicated. This patch tries to drop the function and all data >> related to

Re: [PATCH RESEND v2 03/10] power: charger-manager: Remove deprecated function, cm_notify_event().

2014-12-18 Thread MyungJoo Ham
> > cm_notify_event() is introduced to get event associated with battery status > externally, but no one had been used. Moreover it makes charger manager > driver more complicated. This patch tries to drop the function and all data > related to simplify the driver. > > Signed-off-by: Jonghwa L

[PATCH RESEND v2 03/10] power: charger-manager: Remove deprecated function, cm_notify_event().

2014-12-18 Thread Jonghwa Lee
cm_notify_event() is introduced to get event associated with battery status externally, but no one had been used. Moreover it makes charger manager driver more complicated. This patch tries to drop the function and all data related to simplify the driver. Signed-off-by: Jonghwa Lee --- .../bindi