linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sebastian Reichel <sre@ring0.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: [GIT PULL] power supply changes for 3.17
Date: Wed, 6 Aug 2014 01:51:58 +0200	[thread overview]
Message-ID: <20140805235158.GA4157@earth.universe> (raw)

[-- Attachment #1: Type: text/plain, Size: 3501 bytes --]

The following changes since commit f83971912231fe5390d2357442b6c25bb8076d9b:

  Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes (2014-07-18 06:26:04 -1000)

are available in the git repository at:

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

for you to fetch changes up to 5e37195f30cc31e6a1052cbc282254e127c1b8c7:

  ipaq_micro_battery: fix sparse non static symbol warning (2014-07-28 15:36:29 +0200)

----------------------------------------------------------------
power supply changes for the v3.17 series

 - Added iPaq h3xxx battery driver
 - Added Broadcom STB reset driver
 - DT support for rx51-battery
 - misc. fixes

----------------------------------------------------------------
Bjorn Helgaas (1):
      power/reset: Fix GPL v2 license string typo

Dmitry Artamonow (1):
      power: add driver for battery reading on iPaq h3xxx

Doug Anderson (1):
      charger: tps65090: Allow charger module to be used when no irq

Himangi Saraogi (1):
      bq27x00_battery: Introduce the use of the managed version of kzalloc

Jenny TC (1):
      power_supply: Add inlmt,iterm, min/max temp props

Linus Walleij (1):
      power: poweroff: gpio: convert to use descriptors

Marc Carino (1):
      power: reset: Add reboot driver for brcmstb

Marek Belisko (1):
      bq27000: report missing device better.

Nishanth Menon (1):
      power: twl4030_charger: detect battery presence prior to enabling charger

Sebastian Reichel (3):
      bq2415x_charger: Fix Atomic Sleep Bug
      rx51_battery: convert to iio consumer
      Documentation: DT: Document rx51-battery binding

Wei Yongjun (2):
      power_supply: Fix sparse non static symbol warning
      ipaq_micro_battery: fix sparse non static symbol warning

 Documentation/devicetree/bindings/power/rx51-battery.txt |  25 ++++++++++
 Documentation/power/power_supply_class.txt               |   6 +++
 drivers/power/Kconfig                                    |   7 +++
 drivers/power/Makefile                                   |   1 +
 drivers/power/bq2415x_charger.c                          |   8 +++-
 drivers/power/bq27x00_battery.c                          |  28 ++++-------
 drivers/power/ipaq_micro_battery.c                       | 290 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/power/power_supply_core.c                        |   3 +-
 drivers/power/power_supply_sysfs.c                       |   4 ++
 drivers/power/reset/Kconfig                              |  11 +++++
 drivers/power/reset/Makefile                             |   1 +
 drivers/power/reset/brcmstb-reboot.c                     | 120 +++++++++++++++++++++++++++++++++++++++++++++++
 drivers/power/reset/gpio-poweroff.c                      |  52 ++++++++-------------
 drivers/power/reset/restart-poweroff.c                   |   2 +-
 drivers/power/rx51_battery.c                             |  90 ++++++++++++++++++++++++++----------
 drivers/power/tps65090-charger.c                         |  76 +++++++++++++++++++++++-------
 drivers/power/twl4030_charger.c                          |  44 +++++++++++++++++-
 include/linux/power_supply.h                             |   4 ++
 18 files changed, 673 insertions(+), 99 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/rx51-battery.txt
 create mode 100644 drivers/power/ipaq_micro_battery.c
 create mode 100644 drivers/power/reset/brcmstb-reboot.c

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2014-08-05 23:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140805235158.GA4157@earth.universe \
    --to=sre@ring0.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --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).