aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lm363x-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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