aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65219-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-14regulator: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-09regulator: tps65219: Fix matching interrupts for their regulatorsKrzysztof Kozlowski1-3/+3
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.15 and 6.1Douglas Anderson1-0/+1
2023-02-03regulator: tps65219: use generic set_bypass()Jerome Neanne1-19/+1
2023-01-18regulator: tps65219: use IS_ERR() to detect an error pointerRandy Dunlap1-1/+1
2022-12-25regulator: tps65219: Report regulator name if devm_regulator_register failsWadim Egorov1-1/+1
2022-09-26regulator: tps65219: Fix is_enabled checking in tps65219_set_bypassAxel Lin1-4/+2
2022-09-09regulator: tps65219: Fix .bypass_val_on settingAxel Lin1-1/+0
2022-08-28regulator: tps65219: change tps65219_regulator_irq_types to staticYang Yingliang1-1/+1
2022-08-25regulator: drivers: Remove unnecessary print function dev_err()Yang Li1-4/+2
2022-08-23regulator: drivers: Add TI TPS65219 PMIC regulators supportJerome Neanne1-0/+416