summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge tag 'regulator-spi-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-86/+669
2020-03-24Merge branch 'regulator-5.7' into regulator-nextMark Brown13-42/+665
2020-03-24Merge branch 'regulator-5.6' into regulator-linusMark Brown1-44/+4
2020-03-24regulator: qcom_smd: Add pmi8994 regulator supportBjorn Andersson1-0/+47
2020-03-24regulator: da9063: Fix get_mode() functions to read sleep fieldAdam Thomson1-26/+2
2020-03-18regulator: da9063: fix suspendMartin Fuzzey1-18/+2
2020-03-16regulator: mp886x: add MP8867 supportJisheng Zhang1-1/+61
2020-03-16regulator: add support for MP8869 regulatorJisheng Zhang3-0/+238
2020-03-13regulator: core: Avoid device name duplication in NORMAL_GETAndy Shevchenko1-4/+1
2020-03-09Merge 5.6-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+2
2020-03-06Merge tag 'regulator-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2020-03-04regulator: Use driver_deferred_probe_timeout for regulator_init_complete_workJohn Stultz1-11/+14
2020-03-04regulator: stm32-vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier1-1/+2
2020-03-03regulator: anatop: Lower error message level for -EPROBE_DEFERAnson Huang1-3/+7
2020-03-02regulator: pwm: Don't warn on probe deferralJon Hunter1-1/+5
2020-03-02regulator: anatop: Improve Kconfig dependencyAnson Huang1-0/+1
2020-02-26regulator: add smb208 supportAnsuel Smith1-0/+9
2020-02-24regulator: axp20x: Fix misleading use of negationOndrej Jirman1-4/+2
2020-02-17regulator: mp5416: Fix output discharge enable bit for LDOsAxel Lin1-7/+7
2020-02-12regulator: da9062: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-12regulator: da9063: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-11regulator: mp5416: add mp5416 regulator driverSaravanan Sekar3-0/+256
2020-02-11regulator: da9063: remove redundant return statementRishi Gupta1-4/+2
2020-02-11regulator: da9063: fix code formatting warnings and errorsRishi Gupta1-24/+34
2020-02-11regulator: mp8859: add supply entryMarkus Reichl1-0/+1
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus 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