linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anton Vorontsov <anton@enomsg.org>
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: Mon, 8 Jul 2013 18:39:52 -0700	[thread overview]
Message-ID: <20130709013952.GA10069@teo> (raw)

Hello Linus,

Please pull battery-2.6 git tree to receive changes prepared for the v3.11
release. This time there is nothing exciting in there, just assorted fixes
and cleanups.

Thanks!

Anton


The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e:

  Linux 3.10-rc4 (2013-06-02 17:11:17 +0900)

are available in the git repository at:

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

for you to fetch changes up to 5a6c2208455f25b3e6f939adc2da59aa00d4806e:

  charger-manager: Fix regulator_get() return check (2013-06-28 18:37:03 -0700)

----------------------------------------------------------------
Andrew Chew (1):
      tps65090-charger: Fix AC detect

Anton Vorontsov (2):
      MAINTAINERS: Update email address for Anton Vorontsov
      power_supply: Move of_node out of the #ifdef CONFIG_OF

Axel Lin (3):
      pm2301_charger: Fix NULL pointer dereference
      pm2301_charger: Return error if create_singlethread_workqueue fails
      generic-adc-battery: Fix checking if none of the channels are supported

Jingoo Han (10):
      88pm860x_battery: Remove unnecessary platform_set_drvdata()
      88pm860x_charger: Remove unnecessary platform_set_drvdata()
      ab8500_bm: Remove unnecessary platform_set_drvdata()
      bq27x00_battery: Remove unnecessary platform_set_drvdata()
      gpio-charger: Remove unnecessary platform_set_drvdata()
      jz4740-battery: Remove unnecessary platform_set_drvdata()
      rx51_battery: Remove unnecessary platform_set_drvdata()
      twl4030_charger: Remove unnecessary platform_set_drvdata()
      power: Use platform_{get,set}_drvdata()
      power_supply: Replace strict_strtoul() with kstrtoul()

Joe Perches (1):
      charger-manager: Add missing newlines, fix a couple of typos, add pr_fmt

Jonghwa Lee (2):
      charger-manager: Fix a bug when it unregisters notifier block of extcon
      charger-manager: Fix regulator_get() return check

Kees Cook (1):
      charger-manager: Ensure event is not used as format string

Kim, Milo (1):
      lp8727_charger: Support the device tree feature

Pawel Moll (1):
      power/reset: Make the vexpress driver optional on arm and arm64

Rhyland Klein (3):
      power_supply: Add of_node_put to fix refcount
      sbs-battery: Add dt to power_supply struct
      tps65090-charger: Add dt node to power_supply

 .../bindings/power_supply/lp8727_charger.txt       |  44 +++++++
 MAINTAINERS                                        |   8 +-
 drivers/power/88pm860x_battery.c                   |   1 -
 drivers/power/88pm860x_charger.c                   |   1 -
 drivers/power/ab8500_btemp.c                       |   1 -
 drivers/power/ab8500_charger.c                     |   2 -
 drivers/power/ab8500_fg.c                          |   7 +-
 drivers/power/abx500_chargalg.c                    |   1 -
 drivers/power/bq27x00_battery.c                    |   2 -
 drivers/power/charger-manager.c                    | 146 +++++++++------------
 drivers/power/generic-adc-battery.c                |   4 +-
 drivers/power/gpio-charger.c                       |   2 -
 drivers/power/intel_mid_battery.c                  |   2 +-
 drivers/power/jz4740-battery.c                     |   4 +-
 drivers/power/lp8727_charger.c                     |  68 ++++++++++
 drivers/power/pcf50633-charger.c                   |   8 +-
 drivers/power/pm2301_charger.c                     |  11 +-
 drivers/power/power_supply_core.c                  |   4 +
 drivers/power/reset/Kconfig                        |   3 +-
 drivers/power/rx51_battery.c                       |   5 +-
 drivers/power/sbs-battery.c                        |   1 +
 drivers/power/tps65090-charger.c                   |  40 +++++-
 drivers/power/twl4030_charger.c                    |   2 -
 include/linux/power_supply.h                       |   4 +-
 24 files changed, 241 insertions(+), 130 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power_supply/lp8727_charger.txt

             reply	other threads:[~2013-07-09  1:39 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-09  1:39 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-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-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=20130709013952.GA10069@teo \
    --to=anton@enomsg.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).