linux-kernel.vger.kernel.org archive mirror
 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.10
Date: Wed, 14 Dec 2016 14:45:30 +0100	[thread overview]
Message-ID: <20161214134529.nvr3rrszv5uzrkih@earth> (raw)

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

Hi Linus,

Not much this time around, since I was quite busy this merge window.
I still have quite a few unreviewed patches, so expect a bigger pull
request for v4.11 (and probably a second one for v4.10 with fixes
that I missed so far). Here is the usual output of request-pull,
that looks fine to me. As side-effect of me being busy all patches
have been in linux-next for at least 3 weeks :)

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6480af4915d6ffb66afc39eee4e9e66cbf59b938:

  power_supply: wm97xx_battery: use power_supply_get_drvdata (2016-11-23 23:48:12 +0100)

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

* New driver for Intel PIIX4
* lots of module autoload fixes
* misc. fixes

----------------------------------------------------------------
Andrew F. Davis (1):
      power: supply: bq27xxx_battery: Fix register map for BQ27510 and BQ27520

Dan Carpenter (1):
      power: supply: lp8788: remove an unneeded NULL check

Javier Martinez Canillas (6):
      power: supply: max8997_charger: Fix module autoload
      power: supply: axp288_fuel_gauge: Fix module autoload
      power: reset: at91-reset: Fix module autoload
      power: reset: at91-poweroff: Fix module autoload
      power: reset: syscon-reboot-mode: Fix module autoload
      power: reset: zx-reboot: Fix module autoload

Julia Lawall (2):
      power: supply: improve function-level documentation
      wm8350_power: use permission-specific DEVICE_ATTR variants

Liu Xiang (1):
      power: supply: max17040: Change register transaction length from 8 bits to 16 bits

Matt Ranostay (1):
      power: supply: bq27xxx_battery: don't update poll_interval param if same

Paul Burton (1):
      power: reset: Add Intel PIIX4 poweroff driver

Robert Jarzmik (1):
      power_supply: wm97xx_battery: use power_supply_get_drvdata

Russell King (1):
      power: ipaq_micro_battery: fix alias

Tony Lindgren (1):
      bq24190_charger: Fix PM runtime use for bq24190_battery_set_property

 drivers/input/touchscreen/wm97xx-core.c    |   2 +-
 drivers/power/reset/Kconfig                |  10 +++
 drivers/power/reset/Makefile               |   1 +
 drivers/power/reset/at91-poweroff.c        |   1 +
 drivers/power/reset/at91-reset.c           |   2 +
 drivers/power/reset/piix4-poweroff.c       | 113 +++++++++++++++++++++++++++++
 drivers/power/reset/syscon-reboot-mode.c   |   1 +
 drivers/power/reset/zx-reboot.c            |   1 +
 drivers/power/supply/ab8500_fg.c           |   8 +-
 drivers/power/supply/axp288_fuel_gauge.c   |   1 +
 drivers/power/supply/bq24190_charger.c     |   2 +-
 drivers/power/supply/bq27xxx_battery.c     |  44 ++++++++++-
 drivers/power/supply/bq27xxx_battery_i2c.c |   4 +-
 drivers/power/supply/ipaq_micro_battery.c  |   2 +-
 drivers/power/supply/lp8788-charger.c      |   3 -
 drivers/power/supply/max17040_battery.c    |  52 +++++--------
 drivers/power/supply/max8997_charger.c     |   1 +
 drivers/power/supply/power_supply_core.c   |   4 +-
 drivers/power/supply/wm8350_power.c        |   2 +-
 drivers/power/supply/wm97xx_battery.c      |  25 +++----
 include/linux/power/bq27xxx_battery.h      |   3 +-
 21 files changed, 217 insertions(+), 65 deletions(-)
 create mode 100644 drivers/power/reset/piix4-poweroff.c

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

                 reply	other threads:[~2016-12-14 13:45 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=20161214134529.nvr3rrszv5uzrkih@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 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).