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>,
Tony Lindgren <tony@atomide.com>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] battery-2.6.git
Date: Tue, 26 Oct 2010 18:41:18 +0400 [thread overview]
Message-ID: <20101026144118.GA9335@oksana.dev.rtsoft.ru> (raw)
Hello Linus,
Please pull battery-2.6.git tree to receive changes prepared for
2.6.37.
There are three new drivers, various small cleanups and bug fixes.
You may notice the arch/arm/ change for Nokia N900 board, though
it has an appropriate ack from the OMAP maintainer to go through
the battery tree.
Thanks!
The following changes since commit 763008c4357b73c8d18396dfd8d79dc58fa3f99d:
Linus Torvalds (1):
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
are available in the git repository at:
git://git.infradead.org/battery-2.6.git master
Axel Lin (5):
pcf50633-charger: Add missing sysfs_remove_group()
ds2760_battery: Add missing kfree(di) in ds2760_battery_remove()
jz4740-battery: Add missing kfree(jz_battery) in jz_battery_remove()
wm831x_power: Add missing kfree(wm831x_power) in wm831x_power_remove()
bq27x00_battery: Add missing kfree(di->bus) in bq27x00_battery_remove()
Grazvydas Ignotas (1):
power_supply: Add driver for TWL4030/TPS65950 BCI charger
Heikki Krogerus (4):
power_supply: Add isp1704 charger detection driver
omap: rx51: Add support for USB chargers
power_supply: Add types for USB chargers
power_supply: Introduce maximum current property
Ian Lartey (1):
wm831x_power: Remove duplicate chg mask
Martin Schwidefsky (1):
ds2760_battery: Fix W1 and W1_SLAVE_DS2760 dependency
Rhyland Klein (2):
power_supply: Add driver for TI BQ20Z75 gas gauge IC
bq20z75: Add support for more power supply properties
Richard A. Smith (1):
olpc_battery: Fix endian neutral breakage for s16 values
Ryan Mallon (1):
ds2782_battery: Fix units
matt mooney (1):
power_supply: Makefile cleanup
arch/arm/mach-omap2/board-rx51-peripherals.c | 5 +
drivers/power/Kconfig | 23 +-
drivers/power/Makefile | 19 +-
drivers/power/bq20z75.c | 493 ++++++++++++++++++++++
drivers/power/bq27x00_battery.c | 1 +
drivers/power/ds2760_battery.c | 1 +
drivers/power/ds2782_battery.c | 12 +-
drivers/power/isp1704_charger.c | 369 +++++++++++++++++
drivers/power/jz4740-battery.c | 1 +
drivers/power/olpc_battery.c | 8 +-
drivers/power/pcf50633-charger.c | 1 +
drivers/power/power_supply_sysfs.c | 4 +-
drivers/power/twl4030_charger.c | 565 ++++++++++++++++++++++++++
drivers/power/wm831x_power.c | 2 +-
include/linux/power_supply.h | 6 +-
15 files changed, 1483 insertions(+), 27 deletions(-)
create mode 100644 drivers/power/bq20z75.c
create mode 100644 drivers/power/isp1704_charger.c
create mode 100644 drivers/power/twl4030_charger.c
next reply other threads:[~2010-10-26 14:58 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-26 14:41 Anton Vorontsov [this message]
2010-10-28 6:54 ` -tip: origin tree build failure (battery-2.6.git related) Ingo Molnar
2010-10-28 7:07 ` Andrew Morton
2010-10-28 9:09 ` [GIT PULL] battery-2.6.git (a last minute fix) Anton Vorontsov
2010-10-28 20:58 ` Samuel Ortiz
2010-10-28 21:17 ` Anton Vorontsov
2010-10-28 22:26 ` Grazvydas Ignotas
2010-10-28 9:18 ` -tip: origin tree build failure (battery-2.6.git related) Grazvydas Ignotas
-- 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
2011-01-14 15:43 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=20101026144118.GA9335@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=tony@atomide.com \
--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.