* [GIT PULL] regulator updates for v6.16
@ 2025-05-26 10:30 Mark Brown
2025-05-28 0:30 ` pr-tracker-bot
2025-05-28 0:30 ` pr-tracker-bot
0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2025-05-26 10:30 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Liam Girdwood, linux-kernel, Mark Brown
[-- 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] regulator updates for v6.16
2025-05-26 10:30 [GIT PULL] regulator updates for v6.16 Mark Brown
2025-05-28 0:30 ` pr-tracker-bot
@ 2025-05-28 0:30 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2025-05-28 0:30 UTC (permalink / raw)
To: Mark Brown; +Cc: Linus Torvalds, Liam Girdwood, linux-kernel, Mark Brown
The pull request you sent on Mon, 26 May 2025 11:30:01 +0100:
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v6.16
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/350d9ab73654c47ea3cf6214ef2ccd159bf134ad
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] regulator updates for v6.16
2025-05-26 10:30 [GIT PULL] regulator updates for v6.16 Mark Brown
@ 2025-05-28 0:30 ` pr-tracker-bot
2025-05-28 0:30 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2025-05-28 0:30 UTC (permalink / raw)
To: Mark Brown; +Cc: Linus Torvalds, Liam Girdwood, linux-kernel, Mark Brown
The pull request you sent on Mon, 26 May 2025 11:30:01 +0100:
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v6.16
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/350d9ab73654c47ea3cf6214ef2ccd159bf134ad
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-28 0:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-26 10:30 [GIT PULL] regulator updates for v6.16 Mark Brown
2025-05-28 0:30 ` pr-tracker-bot
2025-05-28 0:30 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.