summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2023-07-17regulator: da9063: fix null pointer deref with partial DT configMartin Fuzzey1-0/+3
2023-07-07Merge tag 'regulator-fix-v6.5-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+1
2023-07-03Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-0/+165
2023-06-28regulator: raa215300: Add build dependency with COMMON_CLKBiju Das1-0/+1
2023-06-28regulator: max77541: Add ADI MAX77541/MAX77540 Regulator SupportOkan Sahin3-0/+165
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown4-15/+213
2023-06-23regulator: Add Renesas PMIC RAA215300 driverBiju Das3-0/+198
2023-06-19regulator: ltc3676: Use maple tree register cacheMark Brown1-1/+1
2023-06-19regulator: ltc3589: Use maple tree register cacheMark Brown1-1/+1
2023-06-16regulator: helper: Document ramp_delay parameter of regulator_set_ramp_delay_...ChiYuan Huang1-0/+1
2023-06-14regulator: mt6358: Use linear voltage helpers for single range regulatorsChen-Yu Tsai1-81/+40
2023-06-14regulator: mt6358: Const-ify mt6358_regulator_info data structuresChen-Yu Tsai1-10/+11
2023-06-14regulator: mt6358: Drop *_SSHUB regulatorsChen-Yu Tsai1-14/+0
2023-06-14regulator: mt6358: Merge VCN33_* regulatorsChen-Yu Tsai1-15/+50
2023-06-12regulator: Switch two more i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-06-07regulator: qcom-rpmh: Fix regulators for PM8550Abel Vesa1-15/+15
2023-06-07TI TPS6594 PMIC support (RTC, pinctrl, regulators)Mark Brown3-0/+629
2023-06-06regulator: tps6594-regulator: Add driver for TI TPS6594 regulatorsJerome Neanne3-0/+629
2023-06-06regulator: Add X-Powers AXP15060/AXP313a PMICMark Brown1-8/+282
2023-06-02regulator: axp20x: Add AXP15060 supportShengyu Qu1-9/+223
2023-06-02regulator: axp20x: Add support for AXP313a variantMartin Botka1-0/+60
2023-05-30regulator: core: Fix error checking and messagesMark Brown1-17/+13
2023-05-30regulator: stm32-pwr: Fix regulator disablingMarek Vasut1-1/+1
2023-05-25regulator: core: Streamline debugfs operationsGeert Uytterhoeven1-17/+13
2023-05-25regulator: core: Fix more error checking for debugfs_create_dir()Geert Uytterhoeven1-1/+1
2023-05-25regulator: Merge up fixesMark Brown3-6/+9
2023-05-24mfd/pinctrl/regulator: Add RK806 SupportMark Brown3-12/+411
2023-05-23regulator: rk808: add rk806 supportSebastian Reichel1-0/+385
2023-05-23regulator: rk808: revert to synchronous probingSebastian Reichel1-1/+1
2023-05-23regulator: rk808: cleanup parent device usageSebastian Reichel1-7/+6
2023-05-23regulator: rk808: fix asynchronous probingSebastian Reichel1-0/+1
2023-05-23regulator: expose regulator_find_closest_biggerSebastian Reichel1-4/+18
2023-05-18regulator: mt6359: add read check for PMIC MT6359Sen Chu1-2/+5
2023-05-17regulator: tps6287x: Fix missing .n_voltages settingAxel Lin1-0/+1
2023-05-16regulator: Fix error checking for debugfs_create_dirOsama Muhammad1-2/+2
2023-05-15mfd: rk808: Split into core and i2cSebastian Reichel1-1/+1
2023-05-15regulator: pca9450: Fix BUCK2 enable_maskAlexander Stein1-2/+2
2023-05-09regulator: Add support for TPS6287xMark Brown3-0/+200
2023-05-09regulator: tps65219: Fix matching interrupts for their regulatorsKrzysztof Kozlowski1-3/+3
2023-05-09regulator: Add support for TI TPS6287x regulatorsMårten Lindahl3-0/+200
2023-05-08regulator: Switch i2c drivers back to use .probe()Uwe Kleine-König56-56/+56
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-26Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-26Merge tag 'regulator-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds182-137/+1158
2023-04-18regulator: core: Make regulator_lock_two() logic easier to followDouglas Anderson1-19/+12
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki1-1/+1
2023-04-13regulator: stm32-pwr: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-12regulator: da9063: disable unused voltage monitorsMark Brown1-28/+119
2023-04-12regulator: stm32-pwr: fix of_iomap leakYAN SHI1-4/+3
2023-04-12regulator: da9063: implement setter for voltage monitoringBenjamin Bara1-28/+90