From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] regulator updates for v6.16
Date: Mon, 26 May 2025 11:30:01 +0100 [thread overview]
Message-ID: <aee0fa6dade74217ddb19cabebbc8d75.broonie@kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4738 bytes --]
The following changes since commit 8ffd015db85fea3e15a77027fda6c02ced4d2444:
Linux 6.15-rc2 (2025-04-13 11:54:49 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v6.16
for you to fetch changes up to dcd711021389c4d19b3310cc37f09813659dfee2:
fix: Correct Samsung 'Electronics' spelling in (2025-05-20 10:34:15 +0100)
----------------------------------------------------------------
regulator: Updates for v6.16
This is a very quiet release, there was no work on the core and a good
chunk of the updates were the result of conversions to use newer GPIO
APIs. We did gain support for Analog ADP5055 and TI TPS65214 devices,
and there's a new restart handler for the PCA9450 which allows devices
using it to be properly power cycled on reboot, but otherwise it's minor
fixes and API updates.
----------------------------------------------------------------
Alexis Czezar Torreno (2):
regulator: dt-bindings: adi,adp5055-regulator: Add adp5055 support
regulator: adp5055: Add driver for adp5055
Arnd Bergmann (1):
regulator: adp5055: remove duplicate device table
Bartosz Golaszewski (6):
regulator: rpi-panel-attiny: don't double-check GPIO range
regulator: rpi-panel-attiny: use devres for mutex management
regulator: rpi-panel-attiny: use lock guards for the state mutex
regulator: rpi-panel-attiny: use new GPIO line value setter callbacks
gpio: provide gpiod_is_equal()
regulator: don't compare raw GPIO descriptor pointers
Bo Liu (1):
regulator: pf9453: convert to use maple tree register cache
Chen Ni (1):
regulator: adp5055: Remove unneeded semicolon
Christophe JAILLET (1):
regulator: qcom_spmi: Constify struct spmi_voltage_range
João Paulo Gonçalves (2):
regulator: max20086: Fix MAX200086 chip id
regulator: max20086: Change enable gpio to optional
Krzysztof Kozlowski (1):
regulator: da9121: Fix Wvoid-pointer-to-enum-cast warning
Mark Brown (6):
regulator: s5m8767: Convert to GPIO descriptors
regulator: rpi-panel-attiny: use new GPIO line value
gpio: don't compare raw GPIO descriptor pointers
Add support for ADP5055 triple buck regulator.
regulator: max20086: Fixes chip id and enable gpio
fix: Correct Samsung 'Electronics' spelling in
Nishanth Menon (1):
regulator: gpio: Use dev_err_probe
Nícolas F. R. A. Prado (1):
regulator: dt-bindings: mt6357: Drop fixed compatible requirement
Paul Geurts (1):
regulator: pca9450: Add restart handler
Peng Fan (2):
gpiolib: of: Add polarity quirk for s5m8767
regulator: s5m8767: Convert to GPIO descriptors
Shree Ramamoorthy (4):
regulator: tps65219: Update struct names
regulator: tps65219: Add support for TPS65215 regulator resources
regulator: tps65219: Add support for TPS65215 Regulator IRQs
regulator: tps65219: Add TI TPS65214 Regulator Support
Sumanth Gavini (1):
regulator: max8952: Correct Samsung "Electronics" spelling in copyright headers
Yang Li (1):
regulator: pf9453: Improve documentation for pf9453_regulator_set_ramp_delay_regmap
.../bindings/regulator/adi,adp5055-regulator.yaml | 157 ++++++++
.../regulator/mediatek,mt6357-regulator.yaml | 12 +-
MAINTAINERS | 7 +
drivers/gpio/gpiolib-of.c | 9 +
drivers/gpio/gpiolib.c | 14 +
drivers/regulator/Kconfig | 23 +-
drivers/regulator/Makefile | 1 +
drivers/regulator/adp5055-regulator.c | 424 +++++++++++++++++++++
drivers/regulator/core.c | 2 +-
drivers/regulator/da9121-regulator.c | 2 +-
drivers/regulator/gpio-regulator.c | 10 +-
drivers/regulator/max20086-regulator.c | 4 +-
drivers/regulator/pca9450-regulator.c | 27 ++
drivers/regulator/pf9453-regulator.c | 3 +-
drivers/regulator/qcom_spmi-regulator.c | 69 ++--
drivers/regulator/rpi-panel-attiny-regulator.c | 83 ++--
drivers/regulator/s5m8767.c | 146 ++-----
drivers/regulator/tps65219-regulator.c | 242 +++++++++---
include/linux/gpio/consumer.h | 9 +
include/linux/regulator/max8952.h | 2 +-
include/linux/regulator/pca9450.h | 5 +
21 files changed, 977 insertions(+), 274 deletions(-)
create mode 100644 Documentation/devicetree/bindings/regulator/adi,adp5055-regulator.yaml
create mode 100644 drivers/regulator/adp5055-regulator.c
next reply other threads:[~2025-05-26 10:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-26 10:30 Mark Brown [this message]
2025-05-28 0:30 ` pr-tracker-bot
2025-05-28 0:30 ` pr-tracker-bot
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=aee0fa6dade74217ddb19cabebbc8d75.broonie@kernel.org \
--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®