Merge tag 'regulator-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator updates from Mark Brown: "Another fairly quiet release for the regulator API, some work all around including some core work but mostly in specialist or driver specific code: - Fix for powering off boot-on regulators - Enhancements to the coupled regulator support introduced in the last release - Conversion of a bunch of drivers to the fwnode API for GPIOs - Mode support for DA9062 - New device support for Qualcomm PM1650, PM8004 and PM895 and Silergy SR83X - Removal of obsolete AB8505 support" * tag 'regulator-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: (49 commits) regulator: da9062: Return REGULATOR_MODE_INVALID for invalid mode regulator: Fix Kconfig indentation regulator: tps6105x: add optional devicetree support tps6105x: add optional devicetree support regulator: rn5t618: fix rc5t619 ldo10 enable regulator: vexpress: Use PTR_ERR_OR_ZERO() to simplify code dt-bindings: mfd: da9062: describe buck modes regulator: da9062: add of_map_mode support for bucks regulator: da9062: refactor buck modes into header regulator: stpmic1: Set a default ramp delay value regulator: core: Let boot-on regulators be powered off regulator: core: Don't try to remove device links if add failed regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_id regulator: ab8500: Remove AB8505 USB regulator regulator: fan53555: add chip id for Silergy SYR83X regulator: fixed: add off-on-delay dt-bindings: regulator: fixed: add off-on-delay-us property regulator: core: Allow generic coupling only for always-on regulators regulator: core: Release coupled_rdevs on regulator_init_coupling() error regulator: bd70528: Add MODULE_ALIAS to allow module auto loading ...
Showing
- Documentation/devicetree/bindings/mfd/da9062.txt 4 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/da9062.txt
- Documentation/devicetree/bindings/regulator/fixed-regulator.yaml 4 additions, 0 deletions...tation/devicetree/bindings/regulator/fixed-regulator.yaml
- Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt 4 additions, 0 deletions...ion/devicetree/bindings/regulator/qcom,rpmh-regulator.txt
- Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt 21 additions, 0 deletions.../devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt
- Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.txt 25 additions, 0 deletions...ion/devicetree/bindings/regulator/qcom,spmi-regulator.txt
- Documentation/devicetree/bindings/regulator/regulator.yaml 6 additions, 1 deletionDocumentation/devicetree/bindings/regulator/regulator.yaml
- drivers/gpio/gpiolib-devres.c 9 additions, 24 deletionsdrivers/gpio/gpiolib-devres.c
- drivers/gpio/gpiolib.c 48 additions, 0 deletionsdrivers/gpio/gpiolib.c
- drivers/mfd/tps6105x.c 31 additions, 3 deletionsdrivers/mfd/tps6105x.c
- drivers/regulator/Kconfig 4 additions, 4 deletionsdrivers/regulator/Kconfig
- drivers/regulator/ab8500.c 0 additions, 17 deletionsdrivers/regulator/ab8500.c
- drivers/regulator/bd70528-regulator.c 1 addition, 0 deletionsdrivers/regulator/bd70528-regulator.c
- drivers/regulator/bd718x7-regulator.c 1 addition, 0 deletionsdrivers/regulator/bd718x7-regulator.c
- drivers/regulator/core.c 16 additions, 3 deletionsdrivers/regulator/core.c
- drivers/regulator/da9062-regulator.c 35 additions, 28 deletionsdrivers/regulator/da9062-regulator.c
- drivers/regulator/da9063-regulator.c 3 additions, 6 deletionsdrivers/regulator/da9063-regulator.c
- drivers/regulator/da9211-regulator.c 6 additions, 6 deletionsdrivers/regulator/da9211-regulator.c
- drivers/regulator/fan53555.c 2 additions, 0 deletionsdrivers/regulator/fan53555.c
- drivers/regulator/fixed.c 2 additions, 0 deletionsdrivers/regulator/fixed.c
- drivers/regulator/internal.h 1 addition, 0 deletionsdrivers/regulator/internal.h
Please register or sign in to comment