aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mpq7920.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-09regulator: mpq7920: Remove redundant of_match_ptr() macroChen Jiahao1-1/+1
2023-07-14regulator: Explicitly include correct DT includesRob Herring1-1/+0
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
2020-01-14regulator: mpq7920: Convert to use .probe_newAxel Lin1-3/+2
2020-01-14regulator: mpq7920: Remove unneeded fields from struct mpq7920_regulator_infoAxel Lin1-28/+13
2020-01-13regulator: mpq7920: Check the correct variable in mpq7920_regulator_register()Dan Carpenter1-2/+2
2020-01-10regulator: mpq7920: Fix Woverflow warning on conversionSaravanan Sekar1-1/+1
2020-01-09regulator: mpq7920: add mpq7920 regulator driverSaravanan Sekar1-0/+346