aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mp8859.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26regulator: mp8859: Implement set_current_limit()Mark Brown1-0/+55
2024-02-26regulator: mp8859: Report slew rateMark Brown1-0/+15
2024-02-26regulator: mp8859: Support status and error readbackMark Brown1-0/+59
2024-02-26regulator: mp8859: Support active discharge controlMark Brown1-0/+5
2024-02-26regulator: mp8859: Support mode operationsMark Brown1-0/+39
2024-02-26regulator: mp8859: Support enable controlMark Brown1-0/+7
2024-02-26regulator: mp8859: Validate and log device identifier informationMark Brown1-0/+34
2024-02-26regulator: mp8859: Specify register accessibility and enable cachingMark Brown1-1/+37
2023-05-08regulator: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.4 and 5.10Douglas Anderson1-0/+1
2023-03-13regulator: mp8859: Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2020-05-08regulator: use linear_ranges helperMatti Vaittinen1-1/+1
2020-02-11regulator: mp8859: add supply entryMarkus Reichl1-0/+1
2020-01-10regulator: mp8859: tidy up white space in probeDan Carpenter1-2/+2
2020-01-07regulator: mp8859: add driverMarkus Reichl1-0/+156