summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/tps65132-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* regulator: Convert i2c drivers to use .probe_newAxel Lin2020-01-131-3/+2
* regulator: tps65132: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov2019-10-071-7/+10
* regulator: tps65132: Stop parsing DT when gpio is not foundGuido Günther2019-09-051-2/+2
* regulator: tps65132: Constify tps65132_regulator_ops and tps_regs_descAxel Lin2019-03-211-2/+2
* regulator: tps65132: Remove unneeded fields from struct tps65132_regulatorAxel Lin2019-03-211-14/+11
* regulator: tps65132: fix platform_no_drv_owner.cocci warningskbuild test robot2017-04-141-1/+0
* regulator: tps65132: Fix off-by-one for .max_register settingAxel Lin2017-04-131-1/+1
* regulator: tps65132: add regulator driver for TI TPS65132Venkat Reddy Talla2017-04-121-0/+285