summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lm363x-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: lm363x: Fix n_voltages setting for lm36274Axel Lin2019-07-221-4/+4
* regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegAxel Lin2019-07-221-1/+1
* Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-4/+74
|\
| * regulator: lm363x: Add support for LM36274Dan Murphy2019-06-061-4/+74
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* regulator: lm363x: Constify regulator_opsAxel Lin2019-04-031-2/+2
* regulator: lm363x: Use proper data type for regmap_read argumentsAxel Lin2019-04-031-2/+2
* regulator: lm363x: Check return value of gpiod_get_index_optionalAxel Lin2019-02-081-2/+4
* regulator: lm363x: Let core handle GPIO descriptorLinus Walleij2018-12-111-2/+6
* regulator: Fetch enable gpiods nonexclusiveLinus Walleij2018-10-151-2/+4
* regulator: lm363x: Pass descriptor instead of GPIO numberLinus Walleij2018-05-241-10/+10
* regulator: lm363x: Use generic DT property name for external control pinsMilo Kim2017-03-071-2/+2
* regulator: lm363x: Staticise ldo_cont_enable_timeAxel Lin2015-11-301-1/+1
* regulator: lm363x: Remove struct lm363x_regulator which is not necessaryAxel Lin2015-11-301-19/+1
* regulator: add LM363X driverMilo Kim2015-11-271-0/+309