summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: of: Add of_node_put() before return in functionNishka Dasgupta2019-08-011-1/+3
* regulator: lp87565: Fix probe failure for "ti,lp87565"Axel Lin2019-07-241-4/+4
* Merge tag 'v5.3-rc1' into regulator-5.3Mark Brown2019-07-2422-193/+949
|\
| * Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2019-07-154-41/+652
| |\
| | *---. Merge branches 'ib-mfd-clk-gpio-power-regulator-rtc-5.3', 'ib-mfd-clk-regulat...Lee Jones2019-07-023-29/+639
| | |\ \ \
| | | | | * regulator: lp87565: Fix missing break in switch statementColin Ian King2019-07-021-0/+1
| | | | | * regulator: lp87565: Add 4-phase lp87561 regulator supportKeerthy2019-06-171-1/+16
| | | | |/
| | | * / regulator: rk808: Add RK809 and RK817 support.Heiko Stuebner2019-06-272-28/+622
| | | |/
| | * / mfd: regulator: clk: Split rohm-bd718x7.hMatti Vaittinen2019-06-271-12/+13
| | |/
| * | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
| |\ \
| | * | docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| * | | Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-07-0926-453/+2173
| |\ \ \
| | * \ \ Merge remote-tracking branch 'regulator/topic/coupled' into regulator-nextMark Brown2019-07-042-71/+186
| | |\ \ \
| | | * | | regulator: core: Expose some of core functions needed by couplersDmitry Osipenko2019-06-251-31/+27
| | | * | | regulator: core: Introduce API for regulators coupling customizationDmitry Osipenko2019-06-252-40/+159
| | | | |/ | | | |/|
| | * | | Merge branch 'regulator-5.3' into regulator-nextMark Brown2019-07-0425-372/+1969
| | |\ \ \
| | * \ \ \ Merge branch 'regulator-5.2' into regulator-linusMark Brown2019-07-041-10/+18
| | |\ \ \ \
| | | * | | | regulator: s2mps11: Adjust supported buck voltages to real valuesKrzysztof Kozlowski2019-07-021-10/+17
| | | * | | | regulator: s2mps11: Fix buck7 and buck8 wrong voltagesKrzysztof Kozlowski2019-07-021-2/+2
| | | * | | | regulator: s2mps11: Fix ERR_PTR dereference on GPIO lookup failureKrzysztof Kozlowski2019-06-201-0/+1
| * | | | | | Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-092-5/+75
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | regulator: lm363x: Add support for LM36274Dan Murphy2019-06-062-5/+75
| | | |_|/ / | | |/| | |
| * | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1914-62/+14
| * | | | | Merge tag 'regulator-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-06-101-3/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | * | | regulator: tps6507x: Fix boot regression due to testing wrong init_data pointerAxel Lin2019-05-161-3/+3
* | | | | regulator: axp20x: fix DCDC5 and DCDC6 for AXP803Jernej Skrabec2019-07-161-2/+2
* | | | | regulator: axp20x: fix DCDCA and DCDCD for AXP806Jernej Skrabec2019-07-161-3/+3
| |_|_|/ |/| | |
* | | | regulator: max77650: use vsel_stepBartosz Golaszewski2019-07-041-64/+9
* | | | regulator: implement selector steppingBartosz Golaszewski2019-07-041-0/+63
* | | | regulator: max77650: add MODULE_ALIAS()Bartosz Golaszewski2019-07-031-0/+1
* | | | regulator: max77620: remove redundant assignment to variable retColin Ian King2019-07-031-1/+1
* | | | regulator: add support for the stm32-boosterFabrice Gasnier2019-07-023-0/+144
* | | | gpio: Fix return value mismatch of function gpiod_get_from_of_node()Waibel Georg2019-06-254-5/+12
* | | | regulator: s2mps11: Add support for disabling S2MPS11 regulators in suspendKrzysztof Kozlowski2019-06-241-95/+115
* | | | regulator: s2mps11: Reduce number of rdev_get_id() callsKrzysztof Kozlowski2019-06-241-10/+13
* | | | regulator: qcom_spmi: Do NULL check for lvsJeffrey Hugo2019-06-241-1/+1
* | | | regulator: qcom_spmi: Fix math of spmi_regulator_set_voltage_time_selJeffrey Hugo2019-06-201-6/+2
* | | | regulator: da9061/62: Adjust LDO voltage selection minimum valueFelix Riemann2019-06-201-16/+24
* | | | regulator: qcom_spmi: add PMS405 SPMI regulatorJorge Ramirez2019-06-181-3/+40
* | | | regulator: qcom_spmi: Add support for PM8005Jeffrey Hugo2019-06-181-0/+176
* | | | regulator: core: Make entire header comment C++ styleMark Brown2019-06-182-14/+12
* | | | Merge tag 'v5.2-rc4' into regulator-5.3Mark Brown2019-06-1850-312/+50
|\| | |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 450Thomas Gleixner2019-06-051-4/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 446Thomas Gleixner2019-06-051-7/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-053-27/+3
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1