summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* regulator: Fix recursive mutex lockdep warningStephen Boyd2012-07-031-5/+5
* regulator: palmas: fix regmap offsets for enable/disableGraeme Gregory2012-06-231-2/+5
* regulator: tps6524x: Fix get_voltage_sel for fixed voltageAxel Lin2012-06-201-1/+1
* regulator: tps65023: Fix mask for LDOs output voltage select controlAxel Lin2012-06-171-1/+1
* regulator: Change db8500-prcmu match names to reflect Device TreeLee Jones2012-06-171-20/+20
* regulator: Change ab8500 match names to reflect Device TreeLee Jones2012-06-171-11/+11
* regulator: Fix the s5m8767a problem of the division by nullSangbeom Kim2012-06-171-1/+1
* regulator: core: Properly handle the case min_uV < rdev->desc->min_uV in map_...Axel Lin2012-06-081-0/+3
* regulator: max8649: fix missing regmap in rdevHaojian Zhuang2012-06-051-0/+1
* regulator: gpio-regulator: populate selector from set_voltageHeiko Stübner2012-06-041-3/+5
* regulator: gpio-regulator: Fix finding of smallest valueHeiko Stübner2012-06-041-2/+4
* regulator: gpio-regulator: do not pass drvdata pointer as referenceHeiko Stübner2012-06-041-1/+1
* regulator: anatop: Use correct __devexit_p annotationAxel Lin2012-06-041-1/+1
* regulator: palmas: Fix wrong kfree callsAxel Lin2012-06-041-7/+0Star
* Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-295-68/+70
|\
| * mfd: Make anatop register accessor more flexible and rename meaningfullyRichard Zhao2012-05-201-10/+8Star
| * mfd: Convert wm831x to irq_domainMark Brown2012-05-203-15/+23
| * mfd: Commonize tps65910 regmap access through headerRhyland Klein2012-05-201-46/+42Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-231-10/+10
|\ \
| * \ Merge branch 'master' into for-nextJiri Kosina2012-04-0843-1244/+3463
| |\ \
| * | | Fix typo milivolt => millivoltThomas Weber2012-04-061-10/+10
* | | | Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-05-2254-3236/+3884
|\ \ \ \
| * | | | regulator: tps65910: use of_node of matched regulator being registerLaxman Dewangan2012-05-201-7/+12
| * | | | regulator: tps65910: dt: support when "regulators" node foundLaxman Dewangan2012-05-201-0/+4
| * | | | regulator: tps65910: add error message in case of failureLaxman Dewangan2012-05-201-4/+8
| * | | | regulator: tps62360: dt: initialize of_node param for regulator register.Laxman Dewangan2012-05-201-0/+1
| * | | | regulator: tps65910: use devm_* for memory allocationLaxman Dewangan2012-05-191-18/+9Star
| * | | | regulator: tps65910: use small letter for regulator namesLaxman Dewangan2012-05-191-52/+52
| * | | | regulator: regulator for Palmas KconfigGraeme Gregory2012-05-192-0/+13
| * | | | regulator: regulator driver for Palmas series chipsGraeme Gregory2012-05-191-0/+822
| * | | | regulator: Enable Device Tree for the db8500-prcmu regulator driverLee Jones2012-05-181-7/+69
| * | | | regulator: db8500-prcmu: Separate regulator registration from probeLee Jones2012-05-181-27/+44
| * | | | regulator: ab3100: Use regulator_map_voltage_iterate()Axel Lin2012-05-181-34/+1Star
| * | | | regulator: tps65217: Convert to set_voltage_sel and map_voltageAxel Lin2012-05-181-38/+30Star
| * | | | regulator: Enable the ab8500 for Device TreeLee Jones2012-05-181-0/+54
| * | | | regulator: ab8500: Split up probe() into manageable piecesLee Jones2012-05-181-63/+87
| * | | | regulator: max8925: Remove check_range function and max_uV from struct rc5t58...Axel Lin2012-05-181-12/+0Star
| * | | | regulator: max8649: Remove unused check_range() functionAxel Lin2012-05-181-10/+0Star
| * | | | regulator: rc5t583: Remove max_uV from struct rc5t583_regulator_infoAxel Lin2012-05-181-4/+0Star
| * | | | regulator: da9052: Convert to set_voltage_sel and map_voltageAxel Lin2012-05-161-13/+24
| * | | | regulator: max8952: Use devm_kzallocAxel Lin2012-05-161-8/+3Star
| * | | | regulator: isl6271a: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin2012-05-161-15/+6Star
| * | | | regulator: isl6271a: Convert to get_voltage_selAxel Lin2012-05-161-12/+5Star
| * | | | regulator: isl6271a: Use regulator_list_voltage_linear()Axel Lin2012-05-161-6/+3Star
| * | | | regulator: max8660: Convert to set_voltage_sel and regulator_map_voltage_linearAxel Lin2012-05-151-56/+15Star
| * | | | regulator: max8660: Convert to get_voltage_selAxel Lin2012-05-151-11/+12
| * | | | regulator: max8660: Convert to regulator_list_voltage_linear()Axel Lin2012-05-151-27/+16Star
| * | | | regulator: da903x: Kill da903x_[get|set]_[ldo12|ldo14]_voltage_sel() functionsAxel Lin2012-05-151-67/+6Star
| * | | | regulator: da903x: Convert to set_voltage_sel and map_voltageAxel Lin2012-05-151-56/+54Star
| * | | | regulator: da903x: Convert to regulator_list_voltage_linear()Axel Lin2012-05-151-33/+21Star