All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Reichel <sre@kernel.org>
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 4.6
Date: Wed, 16 Mar 2016 17:41:13 +0100	[thread overview]
Message-ID: <20160316164112.GA13875@earth> (raw)

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

Hi Linus,

Please note, that I already sent the MAINTAINER update via a fixes
pull request for 4.5. Since Stephen didn't report any merge problems
I avoided rebasing my next branch (to drop the commit).

The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v4.6

for you to fetch changes up to 0df6e32b0e36710fe989095241833e09dac3e41d:

  power: pm2301-charger: use __maybe_unused to hide pm functions (2016-03-03 15:12:08 +0100)

----------------------------------------------------------------
power supply and reset changes for the v4.6 series

 * add types for USB Type C and PD chargers
 * add act8945a charger driver
 * add ACPI/DT bindings for goldfish-battery
 * add support for versatile reset controller
 * misc. fixes

----------------------------------------------------------------
Arnd Bergmann (3):
      power: collie_battery: hide unused variable
      power: ipaq-micro-battery: use __maybe_unused to hide pm functions
      power: pm2301-charger: use __maybe_unused to hide pm functions

Benson Leung (1):
      power_supply: Add types for USB Type C and PD chargers

Colin Ian King (2):
      power_supply: lp8788-charger: initialize boolean 'found'
      power_supply: 88pm860x_charger: do not pass NULL to power_supply_put

Greg Hackmann (1):
      power: goldfish_battery: add devicetree bindings

Jonathan Tinkham (3):
      power: bq24735-charger: fix failed i2c with ac-detect
      power: bq24735-charger: document 'ti,external-control' option
      power: bq24735-charger: add 'ti,external-control' option

Linus Walleij (1):
      power/reset: versatile: support the actual versatile

Maarten ter Huurne (1):
      jz4740-battery: Correct voltage change check

Pali Rohár (6):
      power_supply: isp1704_charger: Error messages when probe fail
      power_supply: isp1704_charger: Add compatible of match for nxp,isp1707
      power_supply: bq2415x_charger: Do not add acpi modalias when CONFIG_ACPI is not enabled
      power_supply: bq2415x_charger: Add of modalias and match table when CONFIG_OF is enabled
      power_supply: bq27xxx_battery: Add of modalias and match table when CONFIG_OF is enabled
      ARM: dts: n900: Rename isp1704 to isp1707 to match correct name

Peter Rosin (1):
      bq24735_charger: add status property to view/enable/disable charging

Richard Weinberger (1):
      power: reset: Fix dependencies for !HAS_IOMEM archs

Sebastian Reichel (1):
      MAINTAINERS: update bq27xxx driver

Wenyou Yang (2):
      power: add documentation for ACT8945A's charger DT bindings
      power: act8945a: add charger driver for ACT8945A

Yu Ning (1):
      goldfish: Enable ACPI-based enumeration for goldfish battery

 .../devicetree/bindings/goldfish/battery.txt       |  17 +
 .../devicetree/bindings/power/act8945a-charger.txt |  35 ++
 .../bindings/power_supply/ti,bq24735.txt           |   3 +
 MAINTAINERS                                        |  10 +-
 arch/arm/boot/dts/omap3-n900.dts                   |   6 +-
 drivers/power/88pm860x_charger.c                   |   2 +-
 drivers/power/Kconfig                              |   7 +
 drivers/power/Makefile                             |   1 +
 drivers/power/act8945a_charger.c                   | 359 +++++++++++++++++++++
 drivers/power/bq2415x_charger.c                    |  22 ++
 drivers/power/bq24735-charger.c                    | 146 +++++++--
 drivers/power/bq27xxx_battery.c                    |  12 +
 drivers/power/bq27xxx_battery_i2c.c                |  24 ++
 drivers/power/collie_battery.c                     |   3 +-
 drivers/power/goldfish_battery.c                   |  17 +-
 drivers/power/ipaq_micro_battery.c                 |   4 +-
 drivers/power/isp1704_charger.c                    |  19 +-
 drivers/power/jz4740-battery.c                     |   2 +-
 drivers/power/lp8788-charger.c                     |   2 +-
 drivers/power/pm2301_charger.c                     |  22 +-
 drivers/power/power_supply_sysfs.c                 |   3 +-
 drivers/power/reset/Kconfig                        |   2 +
 drivers/power/reset/arm-versatile-reboot.c         |  39 ++-
 include/linux/power/bq24735-charger.h              |   2 +
 include/linux/power_supply.h                       |   3 +
 25 files changed, 695 insertions(+), 67 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/goldfish/battery.txt
 create mode 100644 Documentation/devicetree/bindings/power/act8945a-charger.txt
 create mode 100644 drivers/power/act8945a_charger.c

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

                 reply	other threads:[~2016-03-16 16:41 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=20160316164112.GA13875@earth \
    --to=sre@kernel.org \
    --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 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.