summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2023-07-24regulator: Merge up fixes from mainlineMark Brown1-0/+3
2023-07-21Add regulators support for PMX75Mark Brown1-0/+38
2023-07-21regulator: qcom-rpmh: Add regulators support for PMX75Rohit Agarwal1-0/+38
2023-07-21regulator: max8893: Drop "_new" from probe callbackUwe Kleine-König1-2/+2
2023-07-19regulator: max77857: mark more functions staticArnd Bergmann1-3/+3
2023-07-19regulator: max77857: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-07-18regulator: Remove duplicated include in mt6359-regulator.cYang Li1-1/+0
2023-07-17regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator SupportOkan Sahin3-0/+470
2023-07-17regulator: da9063: fix null pointer deref with partial DT configMartin Fuzzey1-0/+3
2023-07-14regulator: Explicitly include correct DT includesRob Herring36-38/+28
2023-07-13regulator: da9062: Make the use of IRQ optionalChristoph Niedermaier1-6/+5
2023-07-12Add compatible support for RT5733Mark Brown1-7/+29
2023-07-12Qualcomm REFGEN regulatorMark Brown3-0/+166
2023-07-10regulator: raa215300: Switch back to use struct i2c_driver::probeUwe Kleine-König1-1/+1
2023-07-10regulator: raa215300: Change the scope of the variables {clkin_name, xin_name}Biju Das1-7/+9
2023-07-10regulator: rt5739: Add DID check and compatible for rt5733ChiYuan Huang1-7/+29
2023-07-10regulator: Introduce Qualcomm REFGEN regulator driverKonrad Dybcio3-0/+166
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