Age | Commit message (Expand) | Author | Files | Lines |
2019-11-15 | regulator: stpmic1: Set a default ramp delay value | Pascal Paillet | 1 | -0/+6 |
2019-11-15 | regulator: core: Let boot-on regulators be powered off | Pascal Paillet | 1 | -1/+3 |
2019-11-15 | regulator: core: Don't try to remove device links if add failed | Saravana Kannan | 2 | -2/+7 |
2019-11-07 | regulator: ab8500: Remove AB8505 USB regulator | Stephan Gerhold | 1 | -17/+0 |
2019-11-06 | regulator: fan53555: add chip id for Silergy SYR83X | Vasily Khoruzhick | 1 | -0/+2 |
2019-10-29 | regulator: fixed: add off-on-delay | Peng Fan | 1 | -0/+2 |
2019-10-28 | regulator: core: Allow generic coupling only for always-on regulators | Dmitry Osipenko | 1 | -0/+6 |
2019-10-28 | regulator: core: Release coupled_rdevs on regulator_init_coupling() error | Dmitry Osipenko | 1 | -0/+1 |
2019-10-23 | Merge tag 'regulator-fix-v5.4-rc4' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -104/+98 |
2019-10-23 | regulator: bd70528: Add MODULE_ALIAS to allow module auto loading | Matti Vaittinen | 1 | -0/+1 |
2019-10-09 | regulator: uniphier: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-10-09 | regulator: stm32-vrefbuf: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-10-08 | regulator: da9062: Simplify da9062_buck_set_mode for BUCK_MODE_MANUAL case | Axel Lin | 1 | -6/+3 |
2019-10-08 | Merge branch 'regulator-5.4' into regulator-5.5 | Mark Brown | 8 | -104/+98 |
2019-10-08 | regulator: rk808: Remove rk817_set_suspend_voltage function | Axel Lin | 1 | -16/+1 |
2019-10-08 | regulator: rk808: Fix warning message in rk817_set_ramp_delay | Axel Lin | 1 | -1/+1 |
2019-10-08 | regulator: rk808: Constify rk817 regulator_ops | Axel Lin | 1 | -5/+5 |
2019-10-07 | regulator: max77686: switch to using fwnode_gpiod_get_index | Dmitry Torokhov | 1 | -2/+3 |
2019-10-07 | regulator: tps65132: switch to using devm_fwnode_gpiod_get() | Dmitry Torokhov | 1 | -7/+10 |
2019-10-07 | regulator: da9211: switch to using devm_fwnode_gpiod_get | Dmitry Torokhov | 1 | -6/+6 |
2019-10-07 | regulator: s2mps11: switch to using devm_fwnode_gpiod_get | Dmitry Torokhov | 1 | -4/+3 |
2019-10-07 | regulator: tps65090: switch to using devm_fwnode_gpiod_get | Dmitry Torokhov | 1 | -11/+15 |
2019-10-07 | regulator: slg51000: switch to using fwnode_gpiod_get_index | Dmitry Torokhov | 1 | -8/+5 |
2019-10-07 | regulator: s5m8767: switch to using devm_fwnode_gpiod_get | Dmitry Torokhov | 1 | -4/+3 |
2019-10-07 | regulator: pbias: Get rid of struct pbias_regulator_data | Axel Lin | 1 | -43/+26 |
2019-10-07 | regulator: da9062: Simplify the code iterating all regulators | Axel Lin | 1 | -4/+1 |
2019-10-04 | regulator: qcom-rpmh: add PM6150/PM6150L regulator support | Kiran Gunda | 1 | -1/+61 |
2019-10-04 | regulator: max8907: Fix the usage of uninitialized variable in max8907_regula... | Yizhuo | 1 | -3/+12 |
2019-10-04 | regulator: qcom-rpmh: Fix PMIC5 BoB min voltage | Kiran Gunda | 1 | -2/+2 |
2019-10-01 | regulator: bd718x7: Add MODULE_ALIAS() | Guido Günther | 1 | -0/+1 |
2019-10-01 | regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() c... | Yizhuo | 1 | -1/+7 |
2019-10-01 | regulator: lochnagar: Add on_off_delay for VDDCORE | Charles Keepax | 1 | -0/+1 |
2019-10-01 | regulator: pcap-regulator: remove unused variable 'SW3_table' | YueHaibing | 1 | -4/+0 |
2019-10-01 | regulator: da9063: Simplify da9063_buck_set_mode for BUCK_MODE_MANUAL case | Axel Lin | 1 | -6/+3 |
2019-10-01 | regulator: pbias: Use of_device_get_match_data | Axel Lin | 1 | -4/+2 |
2019-10-01 | regulator: qcom_spmi: Add support for PM8004 regulators | Angelo G. Del Regno | 1 | -0/+7 |
2019-10-01 | regulator: qcom_smd: Add PM8950 regulators | Angelo G. Del Regno | 1 | -0/+92 |
2019-10-01 | regulator: qcom_spmi: Add PM8950 SPMI regulator | Angelo G. Del Regno | 1 | -0/+34 |
2019-10-01 | regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdone | Axel Lin | 1 | -18/+8 |
2019-09-24 | regulator: da9062: fix suspend_enable/disable preparation | Marco Felsch | 1 | -71/+47 |
2019-09-24 | regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OF | Axel Lin | 1 | -3/+2 |
2019-09-18 | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+1 |
2019-09-17 | regulator: core: make regulator_register() EPROBE_DEFER aware | Marco Felsch | 2 | -5/+27 |
2019-09-17 | regulator: of: fix suspend-min/max-voltage parsing | Marco Felsch | 1 | -4/+4 |
2019-09-11 | regulator: core: Fix error return for /sys access | H. Nikolaus Schaller | 1 | -3/+5 |
2019-09-11 | regulator: da9211: fix obtaining "enable" GPIO | Dmitry Torokhov | 1 | -1/+1 |
2019-09-11 | regulator: max77686: fix obtaining "maxim,ena" GPIO | Dmitry Torokhov | 1 | -1/+1 |
2019-09-10 | regulator: uniphier: Add Pro5 USB3 VBUS support | Kunihiko Hayashi | 1 | -0/+4 |
2019-09-10 | regulator: fixed: add possibility to enable by clock | Philippe Schenker | 1 | -3/+80 |
2019-09-10 | regulator: s2mps11: Consistently use local variable | Krzysztof Kozlowski | 1 | -1/+1 |