aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lm363x-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22regulator: lm363x: Fix n_voltages setting for lm36274Axel Lin1-4/+4
2019-07-22regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegAxel Lin1-1/+1
2019-07-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-4/+74
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-06regulator: lm363x: Add support for LM36274Dan Murphy1-4/+74
2019-04-03regulator: lm363x: Constify regulator_opsAxel Lin1-2/+2
2019-04-03regulator: lm363x: Use proper data type for regmap_read argumentsAxel Lin1-2/+2
2019-02-08regulator: lm363x: Check return value of gpiod_get_index_optionalAxel Lin1-2/+4
2018-12-11regulator: lm363x: Let core handle GPIO descriptorLinus Walleij1-2/+6
2018-10-15regulator: Fetch enable gpiods nonexclusiveLinus Walleij1-2/+4
2018-05-24regulator: lm363x: Pass descriptor instead of GPIO numberLinus Walleij1-10/+10
2017-03-07regulator: lm363x: Use generic DT property name for external control pinsMilo Kim1-2/+2
2015-11-30regulator: lm363x: Staticise ldo_cont_enable_timeAxel Lin1-1/+1
2015-11-30regulator: lm363x: Remove struct lm363x_regulator which is not necessaryAxel Lin1-19/+1
2015-11-27regulator: add LM363X driverMilo Kim1-0/+309