aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/regulator/tps65219-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-02regulator: tps65219: Add TI TPS65214 Regulator SupportShree Ramamoorthy1-11/+62
2025-05-02regulator: tps65219: Add support for TPS65215 Regulator IRQsShree Ramamoorthy1-18/+50
2025-05-02regulator: tps65219: Add support for TPS65215 regulator resourcesShree Ramamoorthy1-15/+71
2025-05-02regulator: tps65219: Update struct namesShree Ramamoorthy1-16/+21
2024-12-17regulator: tps65219: Remove debugging helper functionShree Ramamoorthy1-28/+0
2024-12-17regulator: tps65219: Remove MODULE_ALIASShree Ramamoorthy1-1/+0
2024-12-17regulator: tps65219: Update driver nameShree Ramamoorthy1-1/+1
2024-12-17regulator: tps65219: Use dev_err_probe() instead of dev_err()Shree Ramamoorthy1-5/+5
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