aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/88pm800.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-15regulator: 88pm800: Get rid of struct pm800_regulatorsAxel Lin1-17/+1
2017-01-31regulator: 88pm800: constify regulator_ops structuresBhumika Goyal1-2/+2
2015-07-17Merge branch 'fix/88pm800' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-88pm800Mark Brown1-1/+1
2015-07-16regulator: 88pm800: Use regulator_nodes/of_match in the descriptorVaibhav Hiremath1-99/+44
2015-07-16regulator: 88pm800: Update driver to use devm_regulator_register fnVaibhav Hiremath1-21/+6
2015-07-16regulator: 88pm800: Fix indentation of assignments of data structuresVaibhav Hiremath1-34/+34
2015-07-09regulator: 88pm800: fix LDO vsel_mask valueYi Zhang1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-09regulator: 88pm800: remove duplicate PM800_BUCK3 defineDan Carpenter1-1/+0
2014-02-20regulator: 88pm800: Remove redundant error messageSachin Kamat1-3/+1
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin1-6/+4
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin1-8/+6
2013-09-01Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextMark Brown1-1/+1
2013-08-14regulator: 88pm800: forever loop in pm800_regulator_probe()Dan Carpenter1-1/+1
2013-08-13regulator: 88pm800: Fix checking whether num_regulator is validAxel Lin1-3/+6
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-19regulator: 88pm800: Add missing n_voltages setting for bucksAxel Lin1-6/+8
2013-07-19regulator: 88pm800: Add missing config.of_node setting for regulator registerAxel Lin1-0/+1
2013-07-19regulator: 88pm800: add regulator driver for 88pm800Chao Xie1-0/+377