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>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 11 Mar 2024 15:12:58 +0000
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Liam Girdwood <lgirdwood@...il.com>, linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] regulator updates for v6.9

The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:

  Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v6.9

for you to fetch changes up to e6f0b08a036734552628ab788ecb528ca53814ab:

  regulator: lp8788-buck: fix copy and paste bug in lp8788_dvs_gpio_request() (2024-03-06 14:03:32 +0000)

----------------------------------------------------------------
regulator: Updates for v6.9

This has been a very quiet release, mostly cleanups, API updates and
simple device additions.  I messed up slightly and there are a couple of
duplicated commits resulting from me leaving things in my inbox which
didn't seem worth removing by the time I noticed them.

 - Conversion of several drivers to GPIO descriptors.
 - Build out the features of of the MP8859 driver.
 - Support for Qualcomm PM4125 and PM6150.

----------------------------------------------------------------
Andrei Simion (1):
      regulator: dt-bindings: microchip,mcp16502: convert to YAML

André Apitzsch (1):
      dt-bindings: regulator: Convert ti,tps65132 to YAML

Andy Shevchenko (1):
      regulator: da9121: Remove unused of_gpio.h

Christophe JAILLET (1):
      regulator: fixed-helper: Save a few bytes of memory when registering a 'nfc_llc' engine

Colin Ian King (2):
      regulator: core: Remove redundant assignment to variable possible_uV
      regulator: core: Remove redundant assignment to variable possible_uV

Dan Carpenter (1):
      regulator: lp8788-buck: fix copy and paste bug in lp8788_dvs_gpio_request()

Danila Tikhonov (1):
      dt-bindings: regulator: qcom,usb-vbus-regulator: Add PM6150 compatible

Dmitry Baryshkov (2):
      regulator: dt-bindings: qcom,usb-vbus-regulator: add support for PM4125
      regulator: dt-bindings: qcom,usb-vbus-regulator: add support for PM4125

Geert Uytterhoeven (2):
      regulator: lp87565: Use bitfield helpers
      regulator: lp873x: Use bitfield helpers

John Keeping (1):
      regulator: userspace-consumer: add module device table

Konrad Dybcio (1):
      regulator: qcom_smd: Keep one rpm handle for all vregs

Linus Walleij (5):
      regulator: max8973: Finalize switch to GPIO descriptors
      regulator: da9055: Fully convert to GPIO descriptors
      regulator: lp8788-buck: Fully convert to GPIO descriptors
      regulator: max8997: Convert to GPIO descriptors
      regulator: max8998: Convert to GPIO descriptors

Mark Brown (11):
      regulator: Merge up v6.8-rc5
      regulator: mp8859: Specify register accessibility and enable caching
      regulator: mp8859: Validate and log device identifier information
      regulator: mp8859: Support enable control
      regulator: mp8859: Support mode operations
      regulator: mp8859: Support active discharge control
      regulator: mp8859: Support status and error readback
      regulator: mp8859: Report slew rate
      regulator: mp8859: Implement set_current_limit()
      Convert some regulator drivers to GPIO descriptors
      regulator: mp8859: Cleanups and enhancements

Ricardo B. Marliere (1):
      regulator: core: make regulator_class constant

Rob Herring (1):
      regulator: dt-bindings: gpio-regulator: Fix "gpios-states" and "states" array bounds

Uwe Kleine-König (2):
      regulator: pwm-regulator: Use dev_err_probe() for error paths in .probe()
      regulator: pwm-regulator: Use dev_err_probe() for error paths in .probe()

 .../bindings/regulator/gpio-regulator.yaml         |   4 +-
 .../bindings/regulator/mcp16502-regulator.txt      | 144 ------------
 .../bindings/regulator/microchip,mcp16502.yaml     | 180 +++++++++++++++
 .../regulator/qcom,usb-vbus-regulator.yaml         |  10 +-
 .../devicetree/bindings/regulator/ti,tps65132.yaml |  84 +++++++
 .../bindings/regulator/tps65132-regulator.txt      |  46 ----
 drivers/regulator/core.c                           |   3 +-
 drivers/regulator/da9055-regulator.c               |  48 ++--
 drivers/regulator/da9121-regulator.c               |   1 -
 drivers/regulator/fixed-helper.c                   |   4 +-
 drivers/regulator/internal.h                       |   2 +-
 drivers/regulator/lp873x-regulator.c               |   3 +-
 drivers/regulator/lp87565-regulator.c              |   3 +-
 drivers/regulator/lp8788-buck.c                    |  64 +++---
 drivers/regulator/max8973-regulator.c              |  36 +--
 drivers/regulator/max8997-regulator.c              |  85 ++-----
 drivers/regulator/max8998.c                        | 150 +++++-------
 drivers/regulator/mp8859.c                         | 252 ++++++++++++++++++++-
 drivers/regulator/pwm-regulator.c                  |  40 ++--
 drivers/regulator/qcom_smd-regulator.c             |  19 +-
 drivers/regulator/userspace-consumer.c             |   1 +
 include/linux/mfd/da9055/pdata.h                   |  13 --
 include/linux/mfd/lp8788.h                         |   9 +-
 include/linux/mfd/max8997.h                        |   1 -
 include/linux/mfd/max8998.h                        |   6 -
 include/linux/regulator/max8973-regulator.h        |   6 -
 26 files changed, 705 insertions(+), 509 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml
 create mode 100644 Documentation/devicetree/bindings/regulator/ti,tps65132.yaml
 delete mode 100644 Documentation/devicetree/bindings/regulator/tps65132-regulator.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ