summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/vctrl-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: vctrl: Use min() instead of doing it manuallyHaowen Bai2022-03-151-4/+1
* regulator: vctrl: Avoid lockdep warning in enable/disable opsChen-Yu Tsai2021-08-251-30/+42
* regulator: vctrl: Use locked regulator_get_voltage in probe pathChen-Yu Tsai2021-08-251-1/+2
* regulator: vctrl-regulator: Avoid deadlock getting and setting the voltageEnric Balletbo i Serra2020-01-171-15/+23
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-9/+1
* regulator: vctrl: Remove unneeded continue statementAxel Lin2019-04-011-3/+1
* regulator: vctrl: Fix out of bounds array access for vctrl->vtableAxel Lin2017-04-141-4/+4
* regulator: Add driver for voltage controlled regulatorsMatthias Kaehlcke2017-04-101-0/+546