aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/88pm800.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31regulator: 88pm800: constify regulator_ops structuresGravatar Bhumika Goyal 1-2/+2
2015-07-17Merge branch 'fix/88pm800' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Mark Brown 1-1/+1
2015-07-16regulator: 88pm800: Use regulator_nodes/of_match in the descriptorGravatar Vaibhav Hiremath 1-99/+44
2015-07-16regulator: 88pm800: Update driver to use devm_regulator_register fnGravatar Vaibhav Hiremath 1-21/+6
2015-07-16regulator: 88pm800: Fix indentation of assignments of data structuresGravatar Vaibhav Hiremath 1-34/+34
2015-07-09regulator: 88pm800: fix LDO vsel_mask valueGravatar Yi Zhang 1-1/+1
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-09regulator: 88pm800: remove duplicate PM800_BUCK3 defineGravatar Dan Carpenter 1-1/+0
2014-02-20regulator: 88pm800: Remove redundant error messageGravatar Sachin Kamat 1-3/+1
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroGravatar Axel Lin 1-6/+4
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeGravatar Axel Lin 1-8/+6
2013-09-01Merge remote-tracking branch 'regulator/topic/max8660' into regulator-nextGravatar Mark Brown 1-1/+1
2013-08-14regulator: 88pm800: forever loop in pm800_regulator_probe()Gravatar Dan Carpenter 1-1/+1
2013-08-13regulator: 88pm800: Fix checking whether num_regulator is validGravatar Axel Lin 1-3/+6
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-07-19regulator: 88pm800: Add missing n_voltages setting for bucksGravatar Axel Lin 1-6/+8
2013-07-19regulator: 88pm800: Add missing config.of_node setting for regulator registerGravatar Axel Lin 1-0/+1
2013-07-19regulator: 88pm800: add regulator driver for 88pm800Gravatar Chao Xie 1-0/+377