[GIT PULL] Immutable branch between MFD and Regulator due for the v6.16 merge window
Lee Jones
lee at kernel.org
Thu May 22 07:45:59 PDT 2025
Enjoy!
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.16-1
for you to fetch changes up to ef7f3631a44b8e0990ab8ffcbed4b2c3a4270883:
regulator: bcm590xx: Add support for BCM59054 regulators (2025-05-22 10:57:46 +0100)
----------------------------------------------------------------
Immutable branch between MFD and Regulator due for the v6.16 merge window
----------------------------------------------------------------
Artur Weber (8):
dt-bindings: mfd: brcm,bcm59056: Convert to YAML
dt-bindings: mfd: brcm,bcm59056: Add compatible for BCM59054
mfd: bcm590xx: Add support for multiple device types + BCM59054 compatible
mfd: bcm590xx: Add PMU ID/revision parsing function
regulator: bcm590xx: Use dev_err_probe for regulator register error
regulator: bcm590xx: Store regulator descriptions in table
regulator: bcm590xx: Rename BCM59056-specific data as such
regulator: bcm590xx: Add support for BCM59054 regulators
.../devicetree/bindings/mfd/brcm,bcm59056.txt | 39 -
.../devicetree/bindings/mfd/brcm,bcm59056.yaml | 76 ++
.../bindings/regulator/brcm,bcm59054.yaml | 56 +
.../bindings/regulator/brcm,bcm59056.yaml | 51 +
drivers/mfd/bcm590xx.c | 66 +-
drivers/regulator/bcm590xx-regulator.c | 1289 ++++++++++++++++----
include/linux/mfd/bcm590xx.h | 27 +
7 files changed, 1325 insertions(+), 279 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mfd/brcm,bcm59056.txt
create mode 100644 Documentation/devicetree/bindings/mfd/brcm,bcm59056.yaml
create mode 100644 Documentation/devicetree/bindings/regulator/brcm,bcm59054.yaml
create mode 100644 Documentation/devicetree/bindings/regulator/brcm,bcm59056.yaml
--
Lee Jones [李琼斯]
More information about the linux-arm-kernel
mailing list