linux-pm.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.12 (part 2)
Date: Fri, 12 May 2017 14:37:46 +0200	[thread overview]
Message-ID: <20170512123746.6wjg4gfmzhttettf@earth> (raw)

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

Hi Linus,

The power-supply subsystem has a few more changes for
the v4.12 merge window.

-- Sebastian

The following changes since commit 6c381663bb3b4febc15b2fb33f046f0b986ce5c5:

  power: supply: bq24190_charger: Use new extcon_register_notifier_all() (2017-04-14 01:45:06 +0200)

are available in the git repository at:

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

for you to fetch changes up to 35f4f99ccbc1ccf3a1f1157a5f2f14d6a7d1848f:

  power: supply: cpcap-charger: Keep trickle charger bits disabled (2017-05-04 17:52:00 +0200)

----------------------------------------------------------------
power supply and reset changes for the v4.12 series (part 2)

* New battery driver for AXP20X and AXP22X PMICs
* Improve max17042_battery for usage on x86
* Misc small cleanups & fixes

----------------------------------------------------------------
Arnd Bergmann (1):
      power: supply: axp20x_usb_power: add IIO dependency

Colin Ian King (1):
      power: supply: ab8500_charger: spelling: "prechage" -> "precharge"

H. Nikolaus Schaller (2):
      power: supply: twl4030-charger: add writable INPUT_CURRENT_LIMIT property
      power: supply: twl4030-charger: don't check if battery is present

Hans de Goede (13):
      power: supply: bq24190_charger: Add disable-reset device-property
      power: supply: Make power_supply_am_i_supplied return -ENODEV if there are no suppliers
      power: supply: max17042_battery: Use sign_extend32 instead of DIY code
      power: supply: max17047_battery: The temp alert values are 8-bit 2's complement
      power: supply: max17042_battery: Add default platform_data fallback data
      power: supply: max17042_battery: Add support for the STATUS property
      power: supply: max17042_battery: Add external_power_changed callback
      power: supply: max17042_battery: Add support for the TECHNOLOGY attribute
      power: supply: max17042_battery: Add support for the VOLT_MIN property
      power: supply: max17042_battery: mAh readings depend on r_sns value
      power: supply: max17042_battery: Add support for the CHARGE_FULL_DESIGN property
      power: supply: max17042_battery: Add support for the CHARGE_NOW property
      power: supply: max17042_battery: Add support for the SCOPE property

Liam Breck (1):
      power: supply: bq24190_charger: Deprecate battery class and replicate its features in charger

Michael Trimarchi (1):
      power: supply: pda_power: move from timer to delayed_work

Pan Bian (1):
      power: supply: isp1704: Fix unchecked return value of devm_kzalloc

Paul Kocialkowski (2):
      power: supply: sbs-battery: Don't ignore the first external power change
      power: supply: sbs-battery: Correct supply status with current draw

Phil Reid (1):
      power: supply: sbs-battery: Add alert callback

Quentin Schulz (2):
      dt-bindings: power: supply: add AXP20X/AXP22X battery DT binding
      power: supply: add battery driver for AXP20X and AXP22X PMICs

Rahul Bedarkar (1):
      power: supply: generic-adc-battery: use SIMPLE_DEV_PM_OPS helper macro

Ryosuke Saito (1):
      power: supply: sbs-battery: fix the sbs interrupt request

Sebastian Reichel (3):
      power: supply: avoid unused twl4030-madc.h
      mailmap: add Sebastian Reichel
      power: supply: twl4030-charger: make twl4030_bci_property_is_writeable static

Tony Lindgren (4):
      power: supply: cpcap-charger: Fix charger name
      power: supply: cpcap-charger: Fix charge voltage configuration
      power: supply: cpcap-charger: Fix enable for 3.8V charge setting
      power: supply: cpcap-charger: Keep trickle charger bits disabled

 .mailmap                                           |   2 +
 .../bindings/power/supply/axp20x_battery.txt       |  20 +
 drivers/power/supply/Kconfig                       |  27 +-
 drivers/power/supply/Makefile                      |   1 +
 drivers/power/supply/ab8500_charger.c              |   2 +-
 drivers/power/supply/axp20x_battery.c              | 502 +++++++++++++++++++++
 drivers/power/supply/bq24190_charger.c             | 149 ++++--
 drivers/power/supply/cpcap-charger.c               |  11 +-
 drivers/power/supply/generic-adc-battery.c         |  17 +-
 drivers/power/supply/isp1704_charger.c             |   4 +
 drivers/power/supply/max17042_battery.c            | 181 ++++++--
 drivers/power/supply/pda_power.c                   |  49 +-
 drivers/power/supply/power_supply_core.c           |  20 +-
 drivers/power/supply/rx51_battery.c                |   1 -
 drivers/power/supply/sbs-battery.c                 |  57 ++-
 drivers/power/supply/twl4030_charger.c             |  95 ++--
 drivers/power/supply/twl4030_madc_battery.c        |   1 -
 include/linux/power/max17042_battery.h             |   9 +-
 18 files changed, 975 insertions(+), 173 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/supply/axp20x_battery.txt
 create mode 100644 drivers/power/supply/axp20x_battery.c

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

                 reply	other threads:[~2017-05-12 12:37 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=20170512123746.6wjg4gfmzhttettf@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).