From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Anton Vorontsov <anton@enomsg.org>
Subject: [GIT PULL] battery-2.6.git
Date: Tue, 21 Jan 2014 21:54:20 +0400 [thread overview]
Message-ID: <20140121175420.GA16802@anuminas.rup.mentorg.com> (raw)
Hello Linus,
I'm picking up power supply maintainership from Anton Vorontov. Could
you please pull battery-2.6 git tree changes prepared for the v3.14
release.
The following changes since commit 93353e8088057dd988362e6cae727af43734b494:
max17042_battery: Fix build errors caused by missing REGMAP_I2C config (2013-12-01 14:25:03 -0800)
are available in the git repository at:
git://git.infradead.org/battery-2.6.git tags/for-v3.14
for you to fetch changes up to 573189354b7c97cd2256b87cf083ee435584594e:
MAINTAINERS: Pick up power supply maintainership (2014-01-21 03:33:09 +0400)
----------------------------------------------------------------
Highlights:
- Power supply notifier
- Several drivers gained DT support
- Added Maxim 14577 driver
- Change of maintainer
----------------------------------------------------------------
Anton Vorontsov (1):
charger-manager: of_cm_parse_desc() should be static
Dmitry Eremin-Solenikov (2):
gpio-charger: Support wakeup events
MAINTAINERS: Pick up power supply maintainership
Jonghwa Lee (3):
charger-manager: Modify the way of checking battery's temperature
charger-manager: Support deivce tree in charger manager driver
max17042_battery: Add IRQF_ONESHOT flag to use default irq handler
Krzysztof Kozlowski (1):
power_supply: Add charger support for Maxim 14577
Laxman Dewangan (2):
mfd: AS3722: Add dt node properties for system power controller
power: reset: Add as3722 power-off driver
Pali Rohár (2):
power_supply: Add power_supply notifier
bq2415x_charger: Use power_supply notifier for automode
Sebastian Reichel (4):
power_supply: Add power_supply_get_by_phandle
bq2415x_charger: Add DT support
isp1704_charger: Add DT support
dt: Binding documentation for isp1704 charger
Documentation/devicetree/bindings/mfd/as3722.txt | 11 +
.../devicetree/bindings/power/isp1704.txt | 17 ++
.../bindings/power_supply/charger-manager.txt | 81 ++++++
MAINTAINERS | 2 +-
drivers/power/Kconfig | 7 +
drivers/power/Makefile | 1 +
drivers/power/bq2415x_charger.c | 121 ++++++--
drivers/power/charger-manager.c | 299 +++++++++++++++++---
drivers/power/gpio-charger.c | 19 +-
drivers/power/isp1704_charger.c | 54 +++-
drivers/power/max14577_charger.c | 311 +++++++++++++++++++++
drivers/power/max17042_battery.c | 6 +-
drivers/power/power_supply_core.c | 44 +++
drivers/power/reset/Kconfig | 6 +
drivers/power/reset/Makefile | 1 +
drivers/power/reset/as3722-poweroff.c | 96 +++++++
include/linux/power/bq2415x_charger.h | 48 +---
include/linux/power/charger-manager.h | 34 ++-
include/linux/power/isp1704_charger.h | 1 +
include/linux/power_supply.h | 16 ++
20 files changed, 1043 insertions(+), 132 deletions(-)
create mode 100644 Documentation/devicetree/bindings/power/isp1704.txt
create mode 100644 Documentation/devicetree/bindings/power_supply/charger-manager.txt
create mode 100644 drivers/power/max14577_charger.c
create mode 100644 drivers/power/reset/as3722-poweroff.c
next reply other threads:[~2014-01-21 17:54 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-21 17:54 Dmitry Eremin-Solenikov [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-01-03 9:27 [GIT PULL] battery-2.6.git Anton Vorontsov
2013-11-18 2:08 Anton Vorontsov
2013-09-11 5:24 Anton Vorontsov
2013-07-09 1:39 Anton Vorontsov
2013-05-25 22:23 Anton Vorontsov
2013-05-25 23:23 ` David Woodhouse
2013-05-25 22:39 ` Anton Vorontsov
2013-04-30 5:14 Anton Vorontsov
2013-02-19 7:09 Anton Vorontsov
2012-12-12 10:22 Anton Vorontsov
2012-10-05 3:04 Anton Vorontsov
2012-07-31 13:05 Anton Vorontsov
2012-05-31 1:08 Anton Vorontsov
2012-05-31 1:17 ` Stephen Rothwell
2012-05-31 19:13 ` Linus Torvalds
2012-03-30 20:50 Anton Vorontsov
2012-01-11 0:31 Anton Vorontsov
2011-07-31 10:40 Anton Vorontsov
2011-05-27 10:54 Anton Vorontsov
2011-05-27 11:10 ` David Woodhouse
2011-05-27 12:45 ` Anton Vorontsov
2011-03-24 14:58 Anton Vorontsov
2011-01-14 15:43 Anton Vorontsov
2010-10-26 14:41 Anton Vorontsov
2010-08-11 5:17 Anton Vorontsov
2010-05-24 22:28 [Regression] Commit "power_supply: Use attribute groups" breaks KDE battery monitor on openSUSE 11.3 M6 Rafael J. Wysocki
2010-05-25 0:20 ` Rafael J. Wysocki
2010-05-25 0:47 ` Daniel Mack
2010-05-25 0:55 ` Rafael J. Wysocki
2010-05-25 7:08 ` Daniel Mack
2010-05-25 10:27 ` [GIT PULL] battery-2.6.git Anton Vorontsov
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=20140121175420.GA16802@anuminas.rup.mentorg.com \
--to=dbaryshkov@gmail.com \
--cc=anton@enomsg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.