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>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] battery-2.6.git
Date: Wed, 30 May 2012 18:08:45 -0700	[thread overview]
Message-ID: <20120531010844.GA23101@lizard> (raw)

Hello Linus,

I guess my pull requests have a distinct style already: they are somewhat
boring (in sense that it's just a pile of fixes), late, and my gpg key is
not signed by anyone. :-)

So here it is:

The following changes since commit 69964ea4c7b68c9399f7977aa5b9aa6539a6a98a:

  Linux 3.4-rc5 (2012-04-29 15:19:10 -0700)

are available in the git repository at:

  git://git.infradead.org/battery-2.6.git tags/for-v3.5

for you to fetch changes up to 96facd23e45e6d5020be135c8ab392ba9e044fa4:

  smb347-charger: Include missing <linux/err.h> (2012-05-18 17:15:48 -0700)

----------------------------------------------------------------
A bunch of fixes for v3.5, nothing extraordinary.

----------------------------------------------------------------
Anton Vorontsov (3):
      max17042_battery: Move dev_pm_ops struct under CONFIG_PM
      power_supply: Make the core a boolean instead of a tristate
      MAINTAINERS: Fix 'F' entry for the power supply class

Axel Lin (2):
      power_supply: Fix a typo in BATTERY_DS2781 Kconfig entry
      ds2781_battery: Use DS2781_PARAM_EEPROM_SIZE and DS2781_USER_EEPROM_SIZE

Chanwoo Choi (2):
      charger-manager: Poll battery health in normal state
      charger-manager: Provide cm_notify_event function for in-kernel use

Dan Carpenter (2):
      max17042_battery: Fix a couple buffer overflows
      isp1704_charger: Use after free on probe error

Lee Jones (1):
      ab8500: Clean up probe routines

Linus Walleij (3):
      ab8500_charger: Harden platform data check
      ab8500_btemp: Harden platform data check
      ab8500_fg: Harden platform data check

Mika Westerberg (5):
      smb347-charger: Convert to use module_i2c_driver()
      smb347-charger: Rename few functions to match better what they are doing
      smb347-charger: Move IRQ enabling to the end of probe
      smb347-charger: Convert to regmap API
      smb347-charger: Include missing <linux/err.h>

Nikolaus Voss (1):
      sbs-battery.c: Capacity attr = remaining relative capacity

Ramakrishna Pallala (8):
      max17042_battery: Fix driver exit function
      max17042_battery: Add suspend/resume hooks
      power_supply: Add voltage_ocv property and use it for max17042 driver
      max17042_battery: Fix power supply and irq registration ordering
      max17042_battery: Handle irq request failure case
      smb347_charger: Cleanup power supply registration code in probe
      max17042_battery: Add support for max17047/50 chip
      smb347-charger: Clean up battery attributes

 Documentation/power/charger-manager.txt    |   41 +-
 Documentation/power/power_supply_class.txt |    2 +
 MAINTAINERS                                |    2 +-
 drivers/power/Kconfig                      |   10 +-
 drivers/power/ab8500_btemp.c               |   12 +-
 drivers/power/ab8500_charger.c             |   13 +-
 drivers/power/ab8500_fg.c                  |   12 +-
 drivers/power/charger-manager.c            |  392 +++++++++++++++
 drivers/power/ds2781_battery.c             |   20 +-
 drivers/power/isp1704_charger.c            |    2 +-
 drivers/power/max17042_battery.c           |  148 +++++-
 drivers/power/power_supply_sysfs.c         |    1 +
 drivers/power/sbs-battery.c                |    2 +-
 drivers/power/smb347-charger.c             |  712 +++++++++++-----------------
 include/linux/power/charger-manager.h      |   50 +-
 include/linux/power/max17042_battery.h     |   17 +
 include/linux/power_supply.h               |    4 +-
 17 files changed, 943 insertions(+), 497 deletions(-)

             reply	other threads:[~2012-05-31  1:10 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-31  1:08 Anton Vorontsov [this message]
2012-05-31  1:17 ` [GIT PULL] battery-2.6.git Stephen Rothwell
2012-05-31 19:13 ` Linus Torvalds
  -- strict thread matches above, loose matches on Subject: below --
2014-01-21 17:54 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-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=20120531010844.GA23101@lizard \
    --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.