From: Anton Vorontsov <cbouatmailru@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
David Woodhouse <dwmw2@infradead.org>,
Stephen Rothwell <sfr@canb.auug.org.au>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] battery-2.6.git
Date: Fri, 14 Jan 2011 18:43:18 +0300 [thread overview]
Message-ID: <20110114154318.GA6483@oksana.dev.rtsoft.ru> (raw)
Hello Linus,
Please pull battery-2.6.git tree to receive changes prepared for
2.6.38. Two new drivers plus some assorted cleanups and bug fixes
in this pull request.
Thanks!
The following changes since commit e53beacd23d9cb47590da6a7a7f6d417b941a994:
Linus Torvalds (1):
Linux 2.6.37-rc2
are available in the git repository at:
git://git.infradead.org/battery-2.6.git master
Ameya Palande (1):
isp1704_charger: Correct length for storing model
Anton Vorontsov (1):
jz4740-battery: Should include linux/io.h
Daniel Drake (1):
olpc_battery: Ambient temperature is not available on XO-1.5
Heikki Krogerus (3):
isp1704_charger: Detect HUB/Host chargers
isp1704_charger: Set isp->dev before anything needs it
isp1704_charger: Detect charger after probe
Lars-Peter Clausen (6):
jz4740-battery: Protect against concurrent battery readings
power_supply: Add gpio charger driver
jz4740-battery: Check if platform_data is supplied
gpio-charger: Check result of kzalloc
gpio-charger: Provide default name for the power_supply
gpio-charger: Fix potential race between irq handler and probe/remove
MyungJoo Ham (1):
power_supply: Add MAX17042 Fuel Gauge Driver
Sascha Silbe (4):
olpc_battery: Add support for CHARGE_FULL_DESIGN
olpc_battery: Add support for CHARGE_NOW
olpc_battery: Add support for CURRENT_NOW and VOLTAGE_NOW
olpc_battery: Fix up XO-1.5 properties list
Sven Neumann (1):
ds2760_battery: Fix calculation of time_to_empty_now
Tejun Heo (1):
power_supply: Don't use flush_scheduled_work()
Vasiliy Kulikov (1):
power_supply: Fix use after free and memory leak
Vasily Khoruzhick (1):
s3c_adc_battery: Add gpio_inverted field to pdata
drivers/power/Kconfig | 20 +++
drivers/power/Makefile | 2 +
drivers/power/collie_battery.c | 13 +-
drivers/power/ds2760_battery.c | 2 +-
drivers/power/gpio-charger.c | 188 +++++++++++++++++++++++++
drivers/power/intel_mid_battery.c | 2 +-
drivers/power/isp1704_charger.c | 201 +++++++++++++++++++++------
drivers/power/jz4740-battery.c | 13 ++
drivers/power/max17042_battery.c | 239 ++++++++++++++++++++++++++++++++
drivers/power/olpc_battery.c | 114 +++++++++++++++-
drivers/power/power_supply_core.c | 6 +-
drivers/power/s3c_adc_battery.c | 12 ++-
drivers/power/tosa_battery.c | 13 +-
drivers/power/wm97xx_battery.c | 4 +-
drivers/power/z2_battery.c | 6 +-
include/linux/power/gpio-charger.h | 41 ++++++
include/linux/power/max17042_battery.h | 30 ++++
include/linux/s3c_adc_battery.h | 1 +
18 files changed, 838 insertions(+), 69 deletions(-)
create mode 100644 drivers/power/gpio-charger.c
create mode 100644 drivers/power/max17042_battery.c
create mode 100644 include/linux/power/gpio-charger.h
create mode 100644 include/linux/power/max17042_battery.h
next reply other threads:[~2011-01-14 15:43 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-14 15:43 Anton Vorontsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-01-21 17:54 [GIT PULL] battery-2.6.git Dmitry Eremin-Solenikov
2014-01-03 9:27 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
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=20110114154318.GA6483@oksana.dev.rtsoft.ru \
--to=cbouatmailru@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--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.