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.5
Date: Thu, 14 Jan 2016 13:36:08 +0100	[thread overview]
Message-ID: <20160114123607.GA24407@earth> (raw)

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

Hi Linus,

I have mostly fixes in the power-supply tree for the 4.5 kernel.
I should mention, that the top-most commit has not been in next,
but it's a fix changing only a single register offset.

-- Sebastian

The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8:

  Linux 4.4-rc3 (2015-11-29 18:58:26 -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.5

for you to fetch changes up to 265b60497a57da56a4be7d5c72983ae89dc0765e:

  power: bq27xxx_battery: Fix bq27541 AveragePower register address (2016-01-14 01:03:18 +0100)

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

 * uncouple CONFIG_POWER_RESET from CONFIG_POWER_SUPPLY
 * misc. fixes

---------------------------------------------------------------
Andrew F. Davis (1):
      power: bq27xxx_battery: Reorganize I2C into a module

Geliang Tang (1):
      power: generic-adc-battery: use to_delayed_work

H. Nikolaus Schaller (2):
      power: bq27xxx: fix reading for bq27000 and bq27010
      power: bq27xxx: fix register numbers of bq27500

Ivaylo Dimitrov (1):
      power: isp1704_charger: Fix isp1704_write() definition

Julia Lawall (2):
      power: ds2782_battery: constify ds278x_battery_ops structure
      power/reset: at91-reset: add missing of_node_put

Krzysztof Kozlowski (1):
      power: Fix unmet dependency on POWER_SUPPLY by POWER_RESET by uncoupling them

Liu Xiang (1):
      power: bq27xxx_battery: Fix bq27541 AveragePower register address

Markus Elfring (1):
      power: bq2415x_charger: Delete unnecessary checks before the function call "of_node_put"

NeilBrown (1):
      power: bq27xxx: don't fill system log by missing battery

Sasha Levin (1):
      power: test_power: correctly handle empty writes

Saurabh Sengar (1):
      power: max8903_charger: set IRQF_ONESHOT if no primary handler is specified

 drivers/Makefile                      |   2 +-
 drivers/power/Kconfig                 |  17 +-
 drivers/power/Makefile                |   1 +
 drivers/power/bq2415x_charger.c       |   6 +-
 drivers/power/bq27xxx_battery.c       | 348 ++++------------------------------
 drivers/power/bq27xxx_battery_i2c.c   | 150 +++++++++++++++
 drivers/power/ds2782_battery.c        |   4 +-
 drivers/power/generic-adc-battery.c   |   2 +-
 drivers/power/isp1704_charger.c       |   2 +-
 drivers/power/max8903_charger.c       |  24 +--
 drivers/power/reset/at91-reset.c      |   1 +
 drivers/power/test_power.c            |   2 +
 include/linux/power/bq27xxx_battery.h |  57 +++++-
 13 files changed, 264 insertions(+), 352 deletions(-)
 create mode 100644 drivers/power/bq27xxx_battery_i2c.c

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

                 reply	other threads:[~2016-01-14 12:36 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=20160114123607.GA24407@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.