aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mt6358-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30regulator: Merge up pending fixMark Brown1-3/+15
2023-10-02regulator: mt6358: Add supply names for MT6366 regulatorsChen-Yu Tsai1-40/+37
2023-10-02regulator: mt6358: Add missing regulators for MT6366Chen-Yu Tsai1-0/+20
2023-10-02regulator: mt6358: Make MT6366 vcn18 LDO configurableChen-Yu Tsai1-1/+23
2023-10-02regulator: mt6358: fix and drop type prefix in MT6366 regulator node namesChen-Yu Tsai1-35/+35
2023-10-02regulator: mt6358: Add supply names for MT6358 regulatorsChen-Yu Tsai1-55/+51
2023-10-02regulator: mt6358: Use mt6397-regulator.h binding header for buck mode macrosChen-Yu Tsai1-7/+6
2023-09-25regulator: mt6358: Add output voltage fine tuning to variable LDOsChen-Yu Tsai1-160/+115
2023-09-25regulator: mt6358: Add output voltage fine tuning to fixed regulatorsChen-Yu Tsai1-2/+13
2023-09-25regulator: mt6358: Fail probe on unknown chip IDChen-Yu Tsai1-4/+10
2023-09-20regulator: mt6358: split ops for buck and linear range LDO regulatorsChen-Yu Tsai1-3/+15
2023-07-23regulator: mt6358: Fix incorrect VCN33 sync error messageChen-Yu Tsai1-1/+1
2023-07-23regulator: mt6358: Sync VCN33_* enable status after checking IDChen-Yu Tsai1-4/+4
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-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4Douglas Anderson1-0/+1
2022-04-04regulator: mt6366: Add support for MT6366 regulatorJohnson Wang1-5/+208
2021-07-11regulator: mt6358: Remove shift fields from struct mt6358_regulator_infoAxel Lin1-47/+40
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown1-11/+11
2021-06-23regulator: mt6358: Fix vdram2 .vsel_maskHsin-Hsiung Wang1-1/+1
2021-06-07regulator: mt6358: Use unsigned int for volt_tablesAxel Lin1-11/+11
2020-05-08regulator: use linear_ranges helperMatti Vaittinen1-4/+4
2019-08-28regulator: mt6358: Add support for MT6358 regulatorHsin-Hsiung Wang1-0/+549