summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-061-1/+2
|\
| * regulator: stm32-vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier2020-03-041-1/+2
* | Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2020-02-034-129/+165
|\ \
| * | regulator: bd718x7: Split driver to common and bd718x7 specific partsMatti Vaittinen2020-01-244-128/+155
| * | mfd: Rohm PMICs: Use platform_device_id to match MFD sub-devicesMatti Vaittinen2020-01-241-4/+13
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-2/+2
|\ \ \
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* | | | Merge remote-tracking branch 'regulator/topic/equal' into regulator-nextMark Brown2020-01-231-0/+14
|\ \ \ \
| * | | | regulator: core: Add regulator_is_equal() helperMarek Vasut2020-01-141-0/+14
| | |/ / | |/| |
* | | | Merge branch 'regulator-5.6' into regulator-nextMark Brown2020-01-2324-60/+1549
|\ \ \ \ | | |_|/ | |/| |
| * | | regulator: mpq7920: Fix incorrect definesAxel Lin2020-01-171-3/+2
| * | | regulator: vqmmc-ipq4019: Fix platform_no_drv_owner.cocci warningsYueHaibing2020-01-171-1/+0
| * | | regulator: mpq7920: Convert to use .probe_newAxel Lin2020-01-141-3/+2
| * | | regulator: mpq7920: Remove unneeded fields from struct mpq7920_regulator_infoAxel Lin2020-01-141-28/+13
| * | | regulator: vqmmc-ipq4019: Trivial clean upAxel Lin2020-01-141-3/+4
| * | | regulator: vqmmc-ipq4019: Remove ipq4019_regulator_removeAxel Lin2020-01-141-10/+0
| * | | regulator: bd718x7: Simplify the code by removing struct bd718xx_pmic_initsAxel Lin2020-01-131-20/+14
| * | | regulator: add IPQ4019 SDHCI VQMMC LDO driverRobert Marko2020-01-133-0/+119
| * | | regulator: Convert i2c drivers to use .probe_newAxel Lin2020-01-1312-36/+24
| * | | regulator: mpq7920: Check the correct variable in mpq7920_regulator_register()Dan Carpenter2020-01-131-2/+2
| * | | regulator: mpq7920: Fix Woverflow warning on conversionSaravanan Sekar2020-01-102-1/+3
| * | | regulator: mp8859: tidy up white space in probeDan Carpenter2020-01-101-2/+2
| * | | regulator: mpq7920: add mpq7920 regulator driverSaravanan Sekar2020-01-094-0/+425
| * | | regulator: mp8859: add config option and build entryMarkus Reichl2020-01-082-0/+12
| * | | regulator: mp8859: add driverMarkus Reichl2020-01-071-0/+156
| * | | regulator: samsung: Rename Samsung to lowercaseKrzysztof Kozlowski2020-01-063-3/+3
| * | | regulator: bd71828: remove get_voltage operationMatti Vaittinen2019-12-201-6/+1
| * | | regulator: bd71828: Basic support for ROHM bd71828 PMIC regulatorsMatti Vaittinen2019-12-173-0/+825
| * | | regulator: rk808: Lower log level on optional GPIOs being not availableMiquel Raynal2019-12-091-1/+1
| |/ /
* | | Merge branch 'regulator-5.5' into regulator-linusMark Brown2020-01-232-15/+25
|\ \ \
| * | | regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra2020-01-201-2/+2
| * | | regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra2020-01-172-15/+25
* | | | Merge tag 'regulator-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-062-5/+7
|\| | | | |_|/ |/| |
| * | regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_opsAxel Lin2020-01-031-1/+0
| * | regulator: axp20x: Fix axp20x_set_ramp_delayAxel Lin2019-12-251-3/+6
| * | regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmaskChen-Yu Tsai2019-12-181-1/+1
* | | Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-174-5/+21
|\| | | |/ |/|
| * regulator: rn5t618: fix module aliasesAndreas Kemnade2019-12-161-0/+1
| * regulator: max77650: add of_match tableBartosz Golaszewski2019-12-111-0/+7
| * regulator: core: avoid unneeded .list_voltage callsCristian Marussi2019-12-091-0/+4
| * regulator: s5m8767: Fix a warning messageChristophe JAILLET2019-12-041-1/+1
| * regulator: core: fix regulator_register() error paths to properly release rdevWen Yang2019-12-031-2/+6
| * regulator: fix use after free issueWen Yang2019-11-271-2/+2
* | Merge branch 'regulator-5.5' into regulator-nextMark Brown2019-11-2227-185/+353
|\|
| * regulator: da9062: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin2019-11-221-1/+1
| * regulator: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-4/+4
| * regulator: tps6105x: add optional devicetree supportSven Van Asbroeck2019-11-201-0/+2
| * regulator: vexpress: Use PTR_ERR_OR_ZERO() to simplify codezhengbin2019-11-181-4/+1
| * regulator: da9062: add of_map_mode support for bucksChristoph Fritz2019-11-151-0/+21
| * regulator: da9062: refactor buck modes into headerChristoph Fritz2019-11-151-18/+10