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 5.4
Date: Sun, 22 Sep 2019 18:03:55 +0200	[thread overview]
Message-ID: <20190922160355.7f5snmbvwlykekxb@earth.universe> (raw)

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

Hi Linus,

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v5.4

for you to fetch changes up to 7f7378618b4103c083db7de5017df958f8ada070:

  power: supply: cpcap-charger: Enable vbus boost voltage (2019-09-02 23:08:07 +0200)

----------------------------------------------------------------
power supply and reset changes for the v5.4 series

Core:
 * Ensure HWMON devices are registered with valid names
 * Fix device wakeup code

Drivers:
 * bq25890_charger: Add BQ25895 support
 * axp288_fuel_gauge: Add Minix Neo Z83-4 to blacklist
 * sc27xx: improve battery calibration
 * misc. small fixes all over drivers

----------------------------------------------------------------
Angus Ainslie (Purism) (1):
      power: supply: bq25890_charger: Add the BQ25895 part

Bartosz Golaszewski (1):
      power: supply: max77650: add MODULE_ALIAS()

Christophe JAILLET (1):
      power: supply: max17042_battery: Fix a typo in function names

Colin Ian King (1):
      power: supply: isp1704: remove redundant assignment to variable ret

Denis Efremov (1):
      MAINTAINERS: N900: Remove isp1704_charger.h record

Fuqian Huang (2):
      power: supply: sc27xx: Introduce local variable 'struct device *dev'
      power: supply: sc27xx: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()

Gustavo A. R. Silva (1):
      power: supply: ab8500_charger: Mark expected switch fall-through

Hans de Goede (2):
      power: supply: axp288_fuel_gauge: Sort the DMI blacklist alphabetically
      power: supply: axp288_fuel_gauge: Add Minix Neo Z83-4 to the blacklist

Matwey V. Kornilov (1):
      power: reset: reboot-mode: Fix author email format

Michael Nosthoff (2):
      power: supply: sbs-battery: use correct flags field
      power: supply: sbs-battery: only return health when battery present

Michal Simek (1):
      power: reset: gpio-restart: Fix typo when gpio reset is not found

Romain Izard (1):
      power: supply: register HWMON devices with valid names

Stephen Boyd (1):
      power: supply: Init device wakeup after device_add()

Tony Lindgren (1):
      power: supply: cpcap-charger: Enable vbus boost voltage

Yuanjiang Yu (6):
      power: supply: sc27xx: Add POWER_SUPPLY_PROP_ENERGY_FULL_DESIGN attribute
      power: supply: sc27xx: Fix conditon to enable the FGU interrupt
      power: supply: sc27xx: Fix the the accuracy issue of coulomb calculation
      power: supply: sc27xx: Make sure the alarm capacity is larger than 0
      power: supply: sc27xx: Optimize the battery capacity calibration
      power: supply: sc27xx: Add POWER_SUPPLY_PROP_CALIBRATE attribute

YueHaibing (1):
      power: supply: ab8500: remove set but not used variables 'vbup33_vrtcn' and 'bup_vch_range'

 MAINTAINERS                               |   1 -
 drivers/phy/motorola/phy-cpcap-usb.c      |   8 +-
 drivers/power/reset/gpio-restart.c        |   2 +-
 drivers/power/reset/reboot-mode.c         |   2 +-
 drivers/power/supply/ab8500_charger.c     |   8 +-
 drivers/power/supply/axp288_fuel_gauge.c  |  14 +-
 drivers/power/supply/bq25890_charger.c    |  12 +-
 drivers/power/supply/cpcap-charger.c      |  23 ++-
 drivers/power/supply/isp1704_charger.c    |   2 +-
 drivers/power/supply/max17042_battery.c   |   8 +-
 drivers/power/supply/max77650-charger.c   |   1 +
 drivers/power/supply/power_supply_core.c  |  10 +-
 drivers/power/supply/power_supply_hwmon.c |  15 +-
 drivers/power/supply/sbs-battery.c        |  27 ++--
 drivers/power/supply/sc27xx_fuel_gauge.c  | 223 ++++++++++++++++++++----------
 15 files changed, 237 insertions(+), 119 deletions(-)

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

             reply	other threads:[~2019-09-22 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-22 16:03 Sebastian Reichel [this message]
2019-09-22 19:10 ` [GIT PULL] power-supply changes for 5.4 pr-tracker-bot

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=20190922160355.7f5snmbvwlykekxb@earth.universe \
    --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.