2011-05-27 10:54:19

by Anton Vorontsov

[permalink] [raw]
Subject: [GIT PULL] battery-2.6.git

Hello Linus,

Please pull battery-2.6.git tree to receive changes prepared for
2.6.40.

There are support for new hardware + some fixes here and there, the
usual stuff. :-)

You may notice the power-related change for Nokia N900 board (the
ARM commmit). I took that patch via battery git tree to not create
cross-tree dependencies. And of course it has an appropriate ack
from OMAP maintainer to go through that tree.

Thanks!

The following changes since commit f0e615c3cb72b42191b558c130409335812621d8:

Linux 2.6.39-rc4 (2011-04-18 21:26:00 -0700)

are available in the git repository at:
git://git.infradead.org/battery-2.6.git master

Anton Vorontsov (1):
max8903_charger: Add GENERIC_HARDIRQS as a dependency (fixes S390 build)

Benson Leung (1):
gpio-charger: Add gpio_charger_resume

John Stultz (1):
power: Make test_power driver more dynamic.

Kalle Jokiniemi (2):
isp1704_charger: Allow board specific powering routine
ARM: RX-51: Enable isp1704 power on/off

Marek Vasut (1):
PXA: Use dev_pm_ops in z2_battery

MyungJoo Ham (1):
power_supply: Add driver for MAX8903 charger

Pali Rohár (1):
bq27x00_battery: Name of cycle count property

Paul Parsons (2):
ds2760_battery: Fix indexing of the 4 active full EEPROM registers
ds2760_battery: Fix rated capacity of the hx4700 1800mAh battery

arch/arm/mach-omap2/board-rx51-peripherals.c | 27 ++-
drivers/power/Kconfig | 9 +
drivers/power/Makefile | 1 +
drivers/power/bq27x00_battery.c | 11 +-
drivers/power/ds2760_battery.c | 6 +-
drivers/power/gpio-charger.c | 15 +
drivers/power/isp1704_charger.c | 22 ++
drivers/power/max8903_charger.c | 391 ++++++++++++++++++++++++++
drivers/power/test_power.c | 276 +++++++++++++++++-
drivers/power/z2_battery.c | 20 +-
include/linux/power/isp1704_charger.h | 29 ++
include/linux/power/max8903_charger.h | 57 ++++
12 files changed, 840 insertions(+), 24 deletions(-)
create mode 100644 drivers/power/max8903_charger.c
create mode 100644 include/linux/power/isp1704_charger.h
create mode 100644 include/linux/power/max8903_charger.h


2011-05-27 11:10:53

by David Woodhouse

[permalink] [raw]
Subject: Re: [GIT PULL] battery-2.6.git

On Fri, 27 May 2011, Anton Vorontsov wrote:
>
> are available in the git repository at:
> git://git.infradead.org/battery-2.6.git master

Please note that git.infraded.org moved to a new IP address yesterday. And
I stupidly forgot to update one of the nameservers, so the DNS is still
propagating and for the next few hours you might still get the old
address.

IPv6 will be fine as it hasn't changed, but if you're stuck with Legacy IP
and it doesn't work, make sure you have the new IP address 173.166.109.252

--
dwmw2

2011-05-27 12:46:00

by Anton Vorontsov

[permalink] [raw]
Subject: Re: [GIT PULL] battery-2.6.git

On Fri, May 27, 2011 at 12:10:37PM +0100, David Woodhouse wrote:
> On Fri, 27 May 2011, Anton Vorontsov wrote:
> >
> > are available in the git repository at:
> > git://git.infradead.org/battery-2.6.git master
>
> Please note that git.infraded.org moved to a new IP address yesterday. And
> I stupidly forgot to update one of the nameservers, so the DNS is still
> propagating and for the next few hours you might still get the old
> address.
>
> IPv6 will be fine as it hasn't changed, but if you're stuck with Legacy IP
> and it doesn't work, make sure you have the new IP address 173.166.109.252

Thanks for the heads up!

--
Anton Vorontsov
Email: [email protected]