summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2019-12-17regulator: 88pm800: fix warning same module namesAnders Roxell2-1/+1
2019-12-05regulator: tps65910: fix a missing check of return valueKangjie Lu1-1/+3
2019-12-05drivers/regulator: fix a missing check of return valueKangjie Lu1-1/+4
2019-11-10regulator: pfuze100-regulator: Variable "val" in pfuze100_regulator_probe() c...Yizhuo1-1/+7
2019-11-10regulator: ti-abb: Fix timeout in ti_abb_wait_txdone/ti_abb_clear_all_txdoneAxel Lin1-18/+8
2019-11-10regulator: of: fix suspend-min/max-voltage parsingMarco Felsch1-4/+4
2019-10-05regulator: Defer init completion for a while after late_initcallMark Brown1-11/+31
2019-10-05regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegAxel Lin1-1/+1
2019-07-26regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski1-2/+2
2019-04-05regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin1-2/+3
2019-03-23regulator: s2mpa01: Fix step values for some LDOsStuart Menefy1-5/+5
2019-03-23regulator: max77620: Initialize values for DT propertiesMark Zhang1-1/+9
2019-03-23regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski1-3/+3
2018-09-20regulator: fix crash caused by null driver dataYu Zhao1-1/+1
2018-09-03regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski2-3/+1
2018-08-29regulator: bd71837: Disable voltage monitoring for LDO3/4Matti Vaittinen1-0/+19
2018-08-21Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-35/+49
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-08-10Merge branch 'regulator-4.19' into regulator-nextMark Brown20-247/+1411
2018-08-10Merge branch 'regulator-4.18' into regulator-linusMark Brown1-3/+24
2018-08-10regulator: add QCOM RPMh regulator driverDavid Collins3-0/+779
2018-08-08regulator: samsung: Add SPDX license identifiersKrzysztof Kozlowski3-39/+12
2018-08-08regulator: maxim: Add SPDX license identifiersKrzysztof Kozlowski6-127/+51
2018-07-30regulator: bd71837: adobt MFD changes to regulator driverMatti Vaittinen3-9/+4
2018-07-30regulator: tps65217: Fix NULL pointer dereference on probeAnton Vasilyev1-0/+2
2018-07-24regulator: Add support for CPCAP regulators on Motorola Xoom devices.Peter Geis1-0/+80
2018-07-24regulator: Add sw2_sw4 voltage table to cpcap regulator.Peter Geis1-0/+23
2018-07-24regulator: bd9571mwv: Make symbol 'dev_attr_backup_mode' staticWei Yongjun1-1/+1
2018-07-23regulator: pfuze100: add support to en-/disable switch regulatorsMarco Felsch1-0/+36
2018-07-20regulator: qcom_spmi: Indent with tabs instead of spacesNiklas Cassel1-1/+1
2018-07-20regulator: qcom_spmi: Do not initialise static to NULLNiklas Cassel1-1/+1
2018-07-20regulator: qcom_spmi: Use correct regmap when checking for errorNiklas Cassel1-1/+1
2018-07-20regulator: qcom_spmi: Fix warning Bad of_node_put()Niklas Cassel1-12/+20
2018-07-18regulator: bd9571mwv: Add support for toggle power switchesGeert Uytterhoeven1-0/+20
2018-07-18regulator: bd9571mwv: Use "backup_mode" sysfs file instead of "wake_up"Geert Uytterhoeven1-5/+47
2018-07-11regulator: uniphier: add regulator driver for UniPhier SoCKunihiko Hayashi3-0/+222
2018-07-09regulator: max8997: clean up a condition in max8997_list_voltage()Dan Carpenter1-2/+1
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-07-05regulator: core: Link consumer with regulator driverpascal paillet1-2/+16
2018-07-05regulator: core: Change suspend_late to suspendpascal paillet1-13/+13
2018-07-04regulator: da9063: Handle less LDOs on DA9063LMarek Vasut1-31/+45
2018-07-04mfd: da9063: Replace model with typeMarek Vasut1-4/+4
2018-07-04mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063Marek Vasut1-1/+1
2018-07-02regulator: Revert "regulator: pfuze100: add enable/disable for switch"Fabio Estevam1-8/+0
2018-06-28regulator: bd71837: Editorial cleanups.Matti Vaittinen1-15/+10
2018-06-27regulator: bd71837: Simplify bd71837_set_voltage_sel_restricted implementationAxel Lin1-8/+4
2018-06-27regulator: bd71837: Staticize ldo_2_voltsAxel Lin1-1/+1
2018-06-19regulator: arizona-ldo1: Use correct device to get enable GPIOCharles Keepax1-3/+24
2018-06-18regulator: pfuze100: add pfuze3001 supportStefan Wahren2-9/+73
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook19-49/+75