Messages in this thread |  | | From | Mark Brown <> | | Subject | [GIT PULL] regulator updates for v6.14 | | Date | Mon, 20 Jan 2025 15:04:46 +0000 |
| |
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v6.14
for you to fetch changes up to 367a8200a91025289f9664e468fbc2b67c95e70e:
regulator: dt-bindings: Add regulator-power-budget-milliwatt property (2025-01-17 17:48:55 +0000)
---------------------------------------------------------------- regulator: Updates for v6.14
This was a very quiet release, aside from some smaller improvements we have:
- Support for power budgeting on regulators, initially targeted at some still in review support for PSE controllers but generally useful. - Support for error interrupts from ROHM BD96801 devices. - Support for NXP PCA9452.
---------------------------------------------------------------- Chen-Yu Tsai (1): regulator: dt-bindings: mt6315: Drop regulator-compatible property
Frank Li (1): regulator: pca9450: Use dev_err_probe() to simplify code
Joe Hattori (1): regulator: of: Implement the unwind path of of_regulator_match()
Joy Zou (2): regulator: dt-bindings: pca9450: Add pca9452 support regulator: pca9450: Add PMIC pca9452 support
Kory Maincent (2): regulator: Add support for power budget regulator: dt-bindings: Add regulator-power-budget-milliwatt property
Kory Maincent (Dent Project) (1): regulator: core: Resolve supply using of_node from regulator_config
Mark Brown (1): regulator: Merge up v6.12-rc2
Matti Vaittinen (1): regulator: bd96801: Add ERRB IRQ
Robin Gong (1): regulator: pca9450: add enable_value for all bucks
Shree Ramamoorthy (4): regulator: tps65219: Use dev_err_probe() instead of dev_err() regulator: tps65219: Update driver name regulator: tps65219: Remove MODULE_ALIAS regulator: tps65219: Remove debugging helper function
.../bindings/regulator/mt6315-regulator.yaml | 6 - .../bindings/regulator/nxp,pca9450-regulator.yaml | 1 + .../devicetree/bindings/regulator/regulator.yaml | 3 + drivers/regulator/bd96801-regulator.c | 130 +++++++++++++++-- drivers/regulator/core.c | 153 +++++++++++++++++++-- drivers/regulator/of_regulator.c | 17 ++- drivers/regulator/pca9450-regulator.c | 111 ++++++++------- drivers/regulator/tps65219-regulator.c | 39 +----- include/linux/regulator/consumer.h | 21 +++ include/linux/regulator/driver.h | 2 + include/linux/regulator/machine.h | 2 + include/linux/regulator/pca9450.h | 1 + 12 files changed, 373 insertions(+), 113 deletions(-)
|  |