linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] regulator updates for v4.16
@ 2018-01-29 13:13 Mark Brown
  0 siblings, 0 replies; only message in thread
From: Mark Brown @ 2018-01-29 13:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Liam Girdwood

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-29 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-29 13:13 [GIT PULL] regulator updates for v4.16 Mark Brown

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).