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

From: MyungJoo Ham
Date: Fri Dec 19 2014 - 02:52:23 EST


>
> 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 <jonghwa3.lee@xxxxxxxxxxx>

You are not just removing cm_notify_event() and its related.

You are hereby removing the much of software charger control
and suspend-related operations. Could you please be more specific
on why? (many of such features are to comply with operators' requirements)

(Or we may meet next Monday for some discussions :) )

> ---
> .../bindings/power_supply/charger-manager.txt | 1 -
> drivers/power/charger-manager.c | 196 +-------------------
> include/linux/power/charger-manager.h | 19 +-
> 3 files changed, 8 insertions(+), 208 deletions(-)
>