From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Liam Girdwood <lgirdwood@gmail.com>
Subject: [GIT PULL] regulator updates for v4.16
Date: Mon, 29 Jan 2018 13:13:10 +0000 [thread overview]
Message-ID: <20180129131310.GE10969@sirena.org.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 4001 bytes --]
The following changes since commit 0c5b9b5d9adbad4b60491f9ba0d2af38904bb4b9:
Linux 4.15-rc9 (2018-01-21 13:51:26 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v4.16
for you to fetch changes up to 4e79f3f1c832fc9eabf5435d73ba0279e58f9b9d:
Merge remote-tracking branch 'regulator/topic/tps65218' into regulator-next (2018-01-26 17:57:05 +0000)
----------------------------------------------------------------
regulator: Changes for v4.16
This is a quiet release in terms of code volume but a fairly big one in
terms of framework changes - we've got one long awaited feature in the
form of runtime configuration of suspend and the start of coupled
regulator support too:
- Support for modifying the voltage and enable configuration devices
will have in suspend, contributed by Chunyan Zhang.
- Support for the Spreadtrum SC2731, contributed by Erick Chen.
- The start of changes to support coupled regulators from Maciej
Purski, the rest of the series should arrive for v4.17.
----------------------------------------------------------------
Axel Lin (4):
regulator: tps65218: Remove unused enum tps65218_regulators
regulator: tps65218: Add NULL test for devm_kzalloc call
regulator: sc2731: Fix defines for SC2731_WR_UNLOCK and SC2731_PWR_WR_PROT_VALUE
regulator: qcom_spmi: Use regmap helpers for enable/disable/is_enabled callback
Chunyan Zhang (5):
regulator: added support for suspend states
regulator: make regulator voltage be an array to support more states
regulator: leave one item to record whether regulator is enabled
regulator: empty the old suspend functions
regulator: add PM suspend and resume hooks
Colin Ian King (1):
regulator: fix incorrect indentation of two assignment statements
Erick Chen (2):
regulator: Add Spreadtrum SC2731 regulator documentation
regulator: sc2731: Add regulator driver to support Spreadtrum SC2731 PMIC
Jonathan Neuschäfer (2):
MAINTAINERS: regulator: Add Documentation/power/regulator/
regulator: Update code examples in documentation
Maciej Purski (2):
regulator: core: Move of_find_regulator_by_node() to of_regulator.c
regulator: core: Refactor regulator_list_voltage()
Mark Brown (6):
Merge branch 'topic/suspend' of https://git.kernel.org/.../broonie/regulator into regulator-core
regulator: Fix build error
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Merge remote-tracking branch 'regulator/topic/qcom_spmi' into regulator-next
Merge remote-tracking branches 'regulator/topic/doc' and 'regulator/topic/sc2731' into regulator-next
Merge remote-tracking branch 'regulator/topic/tps65218' into regulator-next
.../devicetree/bindings/regulator/regulator.txt | 12 +-
.../bindings/regulator/sprd,sc2731-regulator.txt | 43 +++
Documentation/power/regulator/machine.txt | 36 +-
MAINTAINERS | 1 +
drivers/regulator/Kconfig | 7 +
drivers/regulator/Makefile | 1 +
drivers/regulator/core.c | 383 +++++++++++++--------
drivers/regulator/internal.h | 27 +-
drivers/regulator/of_regulator.c | 34 +-
drivers/regulator/qcom_spmi-regulator.c | 84 ++---
drivers/regulator/sc2731-regulator.c | 256 ++++++++++++++
drivers/regulator/tps65218-regulator.c | 5 +-
include/linux/regulator/driver.h | 2 +
include/linux/regulator/machine.h | 37 +-
14 files changed, 697 insertions(+), 231 deletions(-)
create mode 100644 Documentation/devicetree/bindings/regulator/sprd,sc2731-regulator.txt
create mode 100644 drivers/regulator/sc2731-regulator.c
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
reply other threads:[~2018-01-29 13:13 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=20180129131310.GE10969@sirena.org.uk \
--to=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@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
all inboxes | Powered by JetHome®