All of lore.kernel.org
 help / color / mirror / Atom feed
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>,
	Richard Purdie <rpurdie@rpsys.net>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] battery-2.6.git
Date: Thu, 24 Mar 2011 17:58:53 +0300	[thread overview]
Message-ID: <20110324145853.GA8288@oksana.dev.rtsoft.ru> (raw)

Hello Linus,

Please pull battery-2.6.git tree to receive changes prepared for
2.6.39. In general, there are just various fixes for the drivers,
most notably bq27x00 and bq20z75.

You may notice a commit that touches drivers/leds/. As Richard
Purdie (LEDs subsystem maintainer) seems no longer actively doing
kernel work, I took the patch via my tree as it is needed for some
battery stuff (additional LEDs notifications).

Thanks!


The following changes since commit 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5:

  Linux 2.6.38-rc2 (2011-01-21 19:01:34 -0800)

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

Anton Vorontsov (1):
      Merge branch 'bq27x00-for-upstream' of git://git.metafoo.de/linux-2.6

Axel Lin (3):
      bq20z75: Add MODULE_DEVICE_TABLE
      ds2782_battery: Add MODULE_DEVICE_TABLE
      z2_battery: Add MODULE_DEVICE_TABLE

Benson Leung (1):
      bq20z75: Fix time and temp units

Grazvydas Ignotas (1):
      bq27x00: Use single i2c_transfer call for property read

Heikki Krogerus (1):
      twl4030_charger: Make the driver atomic notifier safe

Heiko Stuebner (1):
      s3c_adc_battery: Fix method names when PM not set

Lars-Peter Clausen (11):
      power_supply: Ignore -ENODATA errors when generating uevents
      power_supply: Initialize changed_work before calling device_add
      bq27x00: Add type property
      bq27x00: Improve temperature property precession
      bq27x00: Return -ENODEV for properties if the battery is not present
      bq27x00: Prepare code for addition of bq27000 platform driver
      bq27x00: Add bq27000 support
      bq27x00: Cache battery registers
      bq27x00: Poll battery state
      bq27x00: Give more specific reports on battery status
      bq27x00: Cleanup bq27x00_i2c_read

Pali Rohár (4):
      bq27x00: Fix CURRENT_NOW property
      bq27x00: Add new properties
      bq27x00: Add MODULE_DEVICE_TABLE
      bq27x00: Minor cleanups

Rhyland Klein (5):
      bq20z75: Add support for charge properties
      bq20z75: Add optional battery detect gpio
      bq20z75: Add i2c retry mechanism
      power_supply: Update power_supply_is_watt_property
      bq20z75: Fix issues with present and suspend

Vasily Khoruzhick (3):
      leds: Add ability to blink via simple trigger
      power_supply: Add new LED trigger charging-blink-solid-full
      z2_battery: Fix count of properties

 drivers/leds/led-triggers.c           |   20 +
 drivers/power/Kconfig                 |   14 +
 drivers/power/bq20z75.c               |  310 ++++++++++++---
 drivers/power/bq27x00_battery.c       |  725 +++++++++++++++++++++++++--------
 drivers/power/ds2782_battery.c        |    1 +
 drivers/power/power_supply_core.c     |    4 +-
 drivers/power/power_supply_leds.c     |   19 +
 drivers/power/power_supply_sysfs.c    |    2 +-
 drivers/power/s3c_adc_battery.c       |    4 +-
 drivers/power/twl4030_charger.c       |   25 +-
 drivers/power/z2_battery.c            |    3 +
 include/linux/leds.h                  |    3 +
 include/linux/power/bq20z75.h         |   39 ++
 include/linux/power/bq27x00_battery.h |   19 +
 include/linux/power_supply.h          |   47 +++
 15 files changed, 1009 insertions(+), 226 deletions(-)
 create mode 100644 include/linux/power/bq20z75.h
 create mode 100644 include/linux/power/bq27x00_battery.h

             reply	other threads:[~2011-03-24 14:59 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-24 14:58 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-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=20110324145853.GA8288@oksana.dev.rtsoft.ru \
    --to=cbouatmailru@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=dwmw2@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rpurdie@rpsys.net \
    --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.