summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski2019-07-261-2/+2
* regulator: act8865: Fix act8600_sudcdc_voltage_ranges settingAxel Lin2019-04-051-2/+3
* regulator: s2mpa01: Fix step values for some LDOsStuart Menefy2019-03-231-5/+5
* regulator: max77620: Initialize values for DT propertiesMark Zhang2019-03-231-1/+9
* regulator: s2mps11: Fix steps for buck7, buck8 and LDO35Krzysztof Kozlowski2019-03-231-3/+3
* regulator: fix crash caused by null driver dataYu Zhao2018-09-201-1/+1
* regulator: Fix 'do-nothing' value for regulators without suspend stateMarek Szyprowski2018-09-032-3/+1Star
* regulator: bd71837: Disable voltage monitoring for LDO3/4Matti Vaittinen2018-08-291-0/+19
* Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-211-35/+49
|\
| * regulator: da9063: Handle less LDOs on DA9063LMarek Vasut2018-07-041-31/+45
| * mfd: da9063: Replace model with typeMarek Vasut2018-07-041-4/+4
| * mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063Marek Vasut2018-07-041-1/+1
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\ \
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
| |/
* | Merge branch 'regulator-4.19' into regulator-nextMark Brown2018-08-1020-247/+1411
|\ \
| * | regulator: add QCOM RPMh regulator driverDavid Collins2018-08-103-0/+779
| * | regulator: samsung: Add SPDX license identifiersKrzysztof Kozlowski2018-08-083-39/+12Star
| * | regulator: maxim: Add SPDX license identifiersKrzysztof Kozlowski2018-08-086-127/+51Star
| * | regulator: bd71837: adobt MFD changes to regulator driverMatti Vaittinen2018-07-303-9/+4Star
| * | regulator: tps65217: Fix NULL pointer dereference on probeAnton Vasilyev2018-07-301-0/+2
| * | regulator: Add support for CPCAP regulators on Motorola Xoom devices.Peter Geis2018-07-241-0/+80
| * | regulator: Add sw2_sw4 voltage table to cpcap regulator.Peter Geis2018-07-241-0/+23
| * | regulator: bd9571mwv: Make symbol 'dev_attr_backup_mode' staticWei Yongjun2018-07-241-1/+1
| * | regulator: pfuze100: add support to en-/disable switch regulatorsMarco Felsch2018-07-231-0/+36
| * | regulator: qcom_spmi: Indent with tabs instead of spacesNiklas Cassel2018-07-201-1/+1
| * | regulator: qcom_spmi: Do not initialise static to NULLNiklas Cassel2018-07-201-1/+1
| * | regulator: qcom_spmi: Use correct regmap when checking for errorNiklas Cassel2018-07-201-1/+1
| * | regulator: qcom_spmi: Fix warning Bad of_node_put()Niklas Cassel2018-07-201-12/+20
| * | regulator: bd9571mwv: Add support for toggle power switchesGeert Uytterhoeven2018-07-181-0/+20
| * | regulator: bd9571mwv: Use "backup_mode" sysfs file instead of "wake_up"Geert Uytterhoeven2018-07-181-5/+47
| * | regulator: uniphier: add regulator driver for UniPhier SoCKunihiko Hayashi2018-07-113-0/+222
| * | regulator: max8997: clean up a condition in max8997_list_voltage()Dan Carpenter2018-07-091-2/+1Star
| * | regulator: core: Link consumer with regulator driverpascal paillet2018-07-051-2/+16
| * | regulator: core: Change suspend_late to suspendpascal paillet2018-07-051-13/+13
| * | regulator: Revert "regulator: pfuze100: add enable/disable for switch"Fabio Estevam2018-07-021-8/+0Star
| * | regulator: bd71837: Editorial cleanups.Matti Vaittinen2018-06-281-15/+10Star
| * | regulator: bd71837: Simplify bd71837_set_voltage_sel_restricted implementationAxel Lin2018-06-271-8/+4Star
| * | regulator: bd71837: Staticize ldo_2_voltsAxel Lin2018-06-271-1/+1
| * | regulator: pfuze100: add pfuze3001 supportStefan Wahren2018-06-182-9/+73
| |/
* | Merge branch 'regulator-4.18' into regulator-linusMark Brown2018-08-101-3/+24
|\ \ | |/ |/|
| * regulator: arizona-ldo1: Use correct device to get enable GPIOCharles Keepax2018-06-191-3/+24
* | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-1319-49/+75
* | treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-131-2/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* | Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-0830-1657/+1705
|\|
| * Merge branch 'regulator-4.17' into regulator-4.18 merge windowMark Brown2018-06-082-3/+20
| |\
| | * regulator: max8998: Fix platform data retrieval.Paweł Chmiel2018-05-171-2/+1Star
| | * regulator: ltc3676: Assure PGOOD mask is set before changing voltageMarek Vasut2018-05-011-1/+19
| * | regulator: gpio: RevertMark Brown2018-06-073-27/+30
| * | regulator: Revert coupled regulator support againMark Brown2018-05-301-288/+41Star