aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds4-129/+165
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-2/+2
2020-01-24regulator: bd718x7: Split driver to common and bd718x7 specific partsMatti Vaittinen4-128/+155
2020-01-24mfd: Rohm PMICs: Use platform_device_id to match MFD sub-devicesMatti Vaittinen1-4/+13
2020-01-23Merge remote-tracking branch 'regulator/topic/equal' into regulator-nextMark Brown1-0/+14
2020-01-23Merge branch 'regulator-5.6' into regulator-nextMark Brown24-60/+1549
2020-01-23Merge branch 'regulator-5.5' into regulator-linusMark Brown2-15/+25
2020-01-20regulator: core: Fix exported symbols to the exported GPL versionEnric Balletbo i Serra1-2/+2
2020-01-17regulator: mpq7920: Fix incorrect definesAxel Lin1-3/+2
2020-01-17regulator: vqmmc-ipq4019: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2020-01-17regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra2-15/+25
2020-01-14regulator: core: Add regulator_is_equal() helperMarek Vasut1-0/+14
2020-01-14regulator: mpq7920: Convert to use .probe_newAxel Lin1-3/+2
2020-01-14regulator: mpq7920: Remove unneeded fields from struct mpq7920_regulator_infoAxel Lin1-28/+13
2020-01-14regulator: vqmmc-ipq4019: Trivial clean upAxel Lin1-3/+4
2020-01-14regulator: vqmmc-ipq4019: Remove ipq4019_regulator_removeAxel Lin1-10/+0
2020-01-13regulator: bd718x7: Simplify the code by removing struct bd718xx_pmic_initsAxel Lin1-20/+14
2020-01-13regulator: add IPQ4019 SDHCI VQMMC LDO driverRobert Marko3-0/+119
2020-01-13regulator: Convert i2c drivers to use .probe_newAxel Lin12-36/+24
2020-01-13regulator: mpq7920: Check the correct variable in mpq7920_regulator_register()Dan Carpenter1-2/+2
2020-01-10regulator: mpq7920: Fix Woverflow warning on conversionSaravanan Sekar2-1/+3
2020-01-10regulator: mp8859: tidy up white space in probeDan Carpenter1-2/+2
2020-01-09regulator: mpq7920: add mpq7920 regulator driverSaravanan Sekar4-0/+425
2020-01-08regulator: mp8859: add config option and build entryMarkus Reichl2-0/+12
2020-01-07regulator: mp8859: add driverMarkus Reichl1-0/+156
2020-01-06regulator: samsung: Rename Samsung to lowercaseKrzysztof Kozlowski3-3/+3
2020-01-06Merge tag 'regulator-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-5/+7
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2020-01-03regulator: bd70528: Remove .set_ramp_delay for bd70528_ldo_opsAxel Lin1-1/+0
2019-12-25regulator: axp20x: Fix axp20x_set_ramp_delayAxel Lin1-3/+6
2019-12-20regulator: bd71828: remove get_voltage operationMatti Vaittinen1-6/+1
2019-12-18regulator: axp20x: Fix AXP22x ELDO2 regulator enable bitmaskChen-Yu Tsai1-1/+1
2019-12-17Merge tag 'regulator-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds4-5/+21
2019-12-17regulator: bd71828: Basic support for ROHM bd71828 PMIC regulatorsMatti Vaittinen3-0/+825
2019-12-16regulator: rn5t618: fix module aliasesAndreas Kemnade1-0/+1
2019-12-11regulator: max77650: add of_match tableBartosz Golaszewski1-0/+7
2019-12-09regulator: rk808: Lower log level on optional GPIOs being not availableMiquel Raynal1-1/+1
2019-12-09regulator: core: avoid unneeded .list_voltage callsCristian Marussi1-0/+4
2019-12-04regulator: s5m8767: Fix a warning messageChristophe JAILLET1-1/+1
2019-12-03regulator: core: fix regulator_register() error paths to properly release rdevWen Yang1-2/+6
2019-11-27regulator: fix use after free issueWen Yang1-2/+2
2019-11-22Merge branch 'regulator-5.5' into regulator-nextMark Brown27-185/+353
2019-11-22Merge branch 'regulator-5.4' into regulator-linusMark Brown4-3/+10
2019-11-22regulator: da9062: Return REGULATOR_MODE_INVALID for invalid modeAxel Lin1-1/+1
2019-11-20regulator: Fix Kconfig indentationKrzysztof Kozlowski1-4/+4
2019-11-20regulator: tps6105x: add optional devicetree supportSven Van Asbroeck1-0/+2
2019-11-19regulator: rn5t618: fix rc5t619 ldo10 enableAndreas Kemnade1-1/+1
2019-11-18regulator: vexpress: Use PTR_ERR_OR_ZERO() to simplify codezhengbin1-4/+1
2019-11-15regulator: da9062: add of_map_mode support for bucksChristoph Fritz1-0/+21
2019-11-15regulator: da9062: refactor buck modes into headerChristoph Fritz1-18/+10