aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/lm363x-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2019-07-22regulator: lm363x: Fix n_voltages setting for lm36274Gravatar Axel Lin 1-4/+4
2019-07-22regulator: lm363x: Fix off-by-one n_voltages for lm3632 ldo_vpos/ldo_vnegGravatar Axel Lin 1-1/+1
2019-07-09Merge tag 'leds-for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+74
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-06regulator: lm363x: Add support for LM36274Gravatar Dan Murphy 1-4/+74
2019-04-03regulator: lm363x: Constify regulator_opsGravatar Axel Lin 1-2/+2
2019-04-03regulator: lm363x: Use proper data type for regmap_read argumentsGravatar Axel Lin 1-2/+2
2019-02-08regulator: lm363x: Check return value of gpiod_get_index_optionalGravatar Axel Lin 1-2/+4
2018-12-11regulator: lm363x: Let core handle GPIO descriptorGravatar Linus Walleij 1-2/+6
2018-10-15regulator: Fetch enable gpiods nonexclusiveGravatar Linus Walleij 1-2/+4
2018-05-24regulator: lm363x: Pass descriptor instead of GPIO numberGravatar Linus Walleij 1-10/+10
2017-03-07regulator: lm363x: Use generic DT property name for external control pinsGravatar Milo Kim 1-2/+2
2015-11-30regulator: lm363x: Staticise ldo_cont_enable_timeGravatar Axel Lin 1-1/+1
2015-11-30regulator: lm363x: Remove struct lm363x_regulator which is not necessaryGravatar Axel Lin 1-19/+1
2015-11-27regulator: add LM363X driverGravatar Milo Kim 1-0/+309