Merge tag 'regulator-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator updates from Mark Brown: "A fairly quiet release for the regulator API, the bulk of the changes being lots of small cleanups and API updates contributed by Axel Lin with just a small set of larger changes: - New driver for LP8755 - DT support for S5M8767, TPS51632, TPS6507x and TPS65090 - Support for writing a "commit changes" bit in the regmap helper functions." * tag 'regulator-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: (60 commits) regulator: Fix memory garbage dev_err printout. regulator: max77686: Reuse rdev_get_id() function. regulator: tps51632: Use regulator_[get|set]_voltage_sel_regmap regulator: as3711: Fix checking if no platform initialization data regulator: s5m8767: Prevent possible NULL pointer dereference regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_init_data regulator: core: Optimize _regulator_do_set_voltage if voltage does not change regulator: max8998: Let regulator core handle the case selector == old_selector regulator: s5m8767: Use of_get_child_count() regulator: anatop: improve precision of delay time regulator: show state for GPIO-controlled regulators regulator: s5m8767: Fix build in non-DT case regulator: add device tree support for s5m8767 regulator: palmas: Remove a redundant setting for warm_reset regulator: mc13xxx: Use of_get_child_count() regulator: max8997: Use of_get_child_count() regulator: tps65090: Fix using wrong dev argument for calling of_regulator_match regulators: anatop: add set_voltage_time_sel interface regulator: Add missing of_node_put() regulator: tps6507x: Fix using wrong dev argument for calling of_regulator_match ...
Showing
- Documentation/devicetree/bindings/mfd/tps6507x.txt 91 additions, 0 deletionsDocumentation/devicetree/bindings/mfd/tps6507x.txt
- Documentation/devicetree/bindings/regulator/anatop-regulator.txt 8 additions, 0 deletions...tation/devicetree/bindings/regulator/anatop-regulator.txt
- Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt 152 additions, 0 deletions...ation/devicetree/bindings/regulator/s5m8767-regulator.txt
- Documentation/devicetree/bindings/regulator/tps51632-regulator.txt 27 additions, 0 deletions...tion/devicetree/bindings/regulator/tps51632-regulator.txt
- drivers/mfd/sec-core.c 73 additions, 2 deletionsdrivers/mfd/sec-core.c
- drivers/regulator/88pm8607.c 8 additions, 32 deletionsdrivers/regulator/88pm8607.c
- drivers/regulator/Kconfig 10 additions, 0 deletionsdrivers/regulator/Kconfig
- drivers/regulator/Makefile 1 addition, 0 deletionsdrivers/regulator/Makefile
- drivers/regulator/anatop-regulator.c 41 additions, 0 deletionsdrivers/regulator/anatop-regulator.c
- drivers/regulator/arizona-micsupp.c 74 additions, 4 deletionsdrivers/regulator/arizona-micsupp.c
- drivers/regulator/as3711-regulator.c 1 addition, 1 deletiondrivers/regulator/as3711-regulator.c
- drivers/regulator/core.c 34 additions, 9 deletionsdrivers/regulator/core.c
- drivers/regulator/da9052-regulator.c 9 additions, 37 deletionsdrivers/regulator/da9052-regulator.c
- drivers/regulator/da9055-regulator.c 0 additions, 3 deletionsdrivers/regulator/da9055-regulator.c
- drivers/regulator/gpio-regulator.c 2 additions, 5 deletionsdrivers/regulator/gpio-regulator.c
- drivers/regulator/lp3971.c 6 additions, 16 deletionsdrivers/regulator/lp3971.c
- drivers/regulator/lp3972.c 6 additions, 16 deletionsdrivers/regulator/lp3972.c
- drivers/regulator/lp872x.c 7 additions, 29 deletionsdrivers/regulator/lp872x.c
- drivers/regulator/lp8755.c 566 additions, 0 deletionsdrivers/regulator/lp8755.c
- drivers/regulator/lp8788-buck.c 18 additions, 23 deletionsdrivers/regulator/lp8788-buck.c
drivers/regulator/lp8755.c
0 → 100644
Please register or sign in to comment