lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 29 Jan 2018 13:13:10 +0000
From:   Mark Brown <broonie@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, Liam Girdwood <lgirdwood@...il.com>
Subject: [GIT PULL] regulator updates for v4.16

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

Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ