From: jonghwa3.lee@samsung.com
To: Jonghwa Lee <jonghwa3.lee@samsung.com>
Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
sre@kernel.org, dbaryshkov@gmail.com, dwmw2@infradead.org,
anton@enomsg.org, pavel@ucw.cz, myungjoo.ham@samsung.com,
cw00.choi@samsung.com
Subject: Re: [PATCH RESEND V2 0/10] Improve charger manager driver for optimized operation.
Date: Fri, 19 Dec 2014 17:34:32 +0900 [thread overview]
Message-ID: <5493E318.1000608@samsung.com> (raw)
In-Reply-To: <1418957250-6542-1-git-send-email-jonghwa3.lee@samsung.com>
On 2014년 12월 19일 11:47, Jonghwa Lee wrote:
> After charger manager's initially introduced, it has kept its codes without any
> big change. However, the charger manager working operation isn't optimized and
> it also has unused codes and non-generic interface. This series tries to make
> charger manager more generic and maintainable with some fixes.
>
> [Changes in V2]
> - Rebase patch series on latest of battery-2.6.git.
> - Seperate 'power: charger-manager: Rearrange data and monitor ~' patch into
> several patches depends on its purpose.
> - Add 2 patches related with polling mode.
>
> Jonghwa Lee (10):
> power: charger-manager: Use thermal subsystem interface only to get
> temperature.
> power: charger-manager: Use power_supply_changed() not private
> uevent.
> power: charger-manager: Remove deprecated function,
> cm_notify_event().
> power: charger-manager: Fix to use CHARGE_NOW/FULL property
> correctly.
> power: charger-manager: Concentrate scattered power_supply_changed()
> calls.
> power: charger-manager: Get external power souce information only
> from EXTCON.
> power: charger-manager: Make chraging decision focusing on battery
> status.
> power: charger-manager: Not to start charging directly in cable
> nofitication.
> power: charger-manager: Support different polling mode for sleep
> state.
> power: charger-manager: Support to change polling rate in runtime.
>
> .../bindings/power_supply/charger-manager.txt | 1 -
> drivers/power/Kconfig | 1 +
> drivers/power/charger-manager.c | 758 ++++++--------------
> include/linux/power/charger-manager.h | 34 +-
> 4 files changed, 219 insertions(+), 575 deletions(-)
Oops, I omitted a patch from series,
I'll resend it again.
Sorry for noise.
Thanks,
Jonghwa
>
prev parent reply other threads:[~2014-12-19 8:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-19 2:47 [PATCH RESEND V2 0/10] Improve charger manager driver for optimized operation Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 01/10] power: charger-manager: Use thermal subsystem interface only to get temperature Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 02/10] power: charger-manager: Use power_supply_changed() not private uevent Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 03/10] power: charger-manager: Remove deprecated function, cm_notify_event() Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 04/10] power: charger-manager: Fix to use CHARGE_NOW/FULL property correctly Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 05/10] power: charger-manager: Concentrate scattered power_supply_changed() calls Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 06/10] power: charger-manager: Get external power souce information only from EXTCON Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 07/10] power: charger-manager: Make chraging decision focusing on battery status Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 08/10] power: charger-manager: Not to start charging directly in cable nofitication Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 09/10] power: charger-manager: Support different polling mode for sleep state Jonghwa Lee
2014-12-19 2:47 ` [PATCH RESEND v2 10/10] power: charger-manager: Support to change polling rate in runtime Jonghwa Lee
2014-12-19 8:34 ` jonghwa3.lee [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5493E318.1000608@samsung.com \
--to=jonghwa3.lee@samsung.com \
--cc=anton@enomsg.org \
--cc=cw00.choi@samsung.com \
--cc=dbaryshkov@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
--cc=pavel@ucw.cz \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.