summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2020-10-29regulator: resolve supply after creating regulatorMichał Mirosław1-8/+13
2020-10-01regulator: axp20x: fix LDO2/4 descriptionIcenowy Zheng1-3/+4
2020-09-23regulator: pwm: Fix machine constraints applicationVincent Whitchurch1-1/+1
2020-09-17regulator: core: Fix slab-out-of-bounds in regulator_unlock_recursive()Dmitry Osipenko1-6/+9
2020-09-17regulator: plug of_node leak in regulator_register()'s error pathMichał Mirosław1-9/+4
2020-09-17regulator: push allocation in set_consumer_device_supply() out of lockMichał Mirosław1-20/+26
2020-09-17regulator: push allocations in create_regulator() outside of lockMichał Mirosław1-25/+28
2020-09-17regulator: push allocation in regulator_init_coupling() outside of lockMichał Mirosław1-2/+3
2020-09-17regulator: remove superfluous lock in regulator_resolve_coupling()Michał Mirosław1-4/+0
2020-09-17regulator: push allocation in regulator_ena_gpio_request() out of lockMichał Mirosław1-5/+14
2020-08-19regulator: fix memory leak on error path of regulator_register()Vladimir Zapolskiy1-11/+7
2020-06-25regulator: rename da903x to da903x-regulatorSeth Forshee2-1/+1
2020-06-23regulator: qcom_smd: Fix pmi8994 labelKonrad Dybcio1-1/+1
2020-06-17regulator: mt6358: Remove BROKEN dependencyAxel Lin1-1/+1
2020-06-17Merge tag 'v5.8-rc1' into regulator-5.8Mark Brown1-4/+4
2020-06-15regualtor: pfuze100: correct sw1a/sw2 on pfuze3000Robin Gong1-21/+39
2020-06-12regulator: Fix pickable ranges mappingMatti Vaittinen1-1/+1
2020-06-12regulator: da9063: fix LDO9 suspend and warning.Martin Fuzzey1-1/+0
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusMark Brown53-310/+882
2020-06-01Merge remote-tracking branch 'regulator/for-5.7' into regulator-linusMark Brown1-4/+4
2020-06-01regulator: max8998: max8998_set_current_limit() can be statickbuild test robot1-2/+2
2020-05-29regulator: core: Add regulator bypass trace pointsCharles Keepax1-0/+9
2020-05-29Merge series "Fix regulators coupling for Exynos5800" from Marek Szyprowski <...Mark Brown1-20/+29
2020-05-29regulator: extract voltage balancing code to the separate functionMarek Szyprowski1-20/+29
2020-05-22regulator: max8998: Add charger regulatorJonathan Bakker1-0/+105
2020-05-20Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...Mark Brown1-14/+11
2020-05-14regulator: bd718x7: remove voltage change restriction from BD71847 LDOsMatti Vaittinen1-12/+158
2020-05-08Merge tag 'linear-ranges-lib' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown46-239/+224
2020-05-08regulator: use linear_ranges helperMatti Vaittinen46-239/+224
2020-05-06regulator: db8500-prcmu: Use true,false for bool variableJason Yan1-1/+1
2020-04-29regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_compl...John Stultz1-14/+11
2020-04-28regulator: bd718x7: remove voltage change restriction from BD71847Matti Vaittinen1-5/+41
2020-04-15regulator: qcom-rpmh: Fix typos in pm8150 and pm8150lBjorn Andersson1-4/+4
2020-04-14regulator: max77826: Add max77826 regulator driverIskren Chernev3-0/+312
2020-04-14regulator: tps80031: remove redundant assignment to variables ret and valColin Ian King1-3/+4
2020-04-14regulator: ab8500: remove some defined but not used variablesJason Yan1-22/+0
2020-04-14regulator: use consumer->supply_name in debugfs/regulator_summaryMichał Mirosław1-0/+1
2020-04-14regulator: qcom_rpm: remove defined but not used 'pm8921_ftsmps'Jason Yan1-10/+0
2020-03-31Merge 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