aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-05-08regulator: tps62360: fix stylistic issue and optimize codeLaxman Dewangan1-71/+60
2012-05-07regulator: wm831x-dcdc: Convert to gpio_request_one()Mark Brown1-10/+4
2012-05-07regulator: wm8994: Convert to gpio_request_one()Mark Brown1-8/+1
2012-05-07regulator: tps62360: Provide settling time for voltage changeLaxman Dewangan1-6/+40
2012-05-07regulator: tps62360: enable register cacheLaxman Dewangan1-2/+4
2012-05-07regulator: Actually free the regulator in devm_regulator_put()Mark Brown1-1/+4
2012-05-07regulator: da9052: fix bug in device tree iteration loopYing-Chun Liu (PaulLiu)1-1/+1
2012-05-07regulator: fixed: add property for gpio open drain flagLaxman Dewangan1-0/+3
2012-05-04regulator: 88pm8607: Use regulator_get_voltage_sel_regmap()Axel Lin1-27/+9
2012-05-04regulator: rc5t583: Use regulator_get_voltage_sel_regmap()Axel Lin1-24/+9
2012-05-04regulator: da9052: Use regulator_get_voltage_sel_regmap()Axel Lin1-24/+8
2012-05-04tps6586x: Add device tree supportThierry Reding1-0/+1
2012-05-04regulator: Add generic DT parsing for regulatorsThierry Reding1-0/+47
2012-04-23regulator: wm831x-dcdc: Specify supply namesMark Brown1-1/+12
2012-04-23regulator: wm831x-ldo: Set up supply namesMark Brown1-1/+17
2012-04-23regulator: tps65912: Convert to get_voltage_selAxel Lin1-4/+4
2012-04-23regulator: max8998: Convert ot use devm_kzallocAxel Lin1-28/+17
2012-04-23regulator: max8997: Convert ot use devm_kzallocAxel Lin1-25/+15
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin16-16/+0
2012-04-23regulator: max8997: Remove empty set_suspend_enable callback implementationAxel Lin1-9/+0
2012-04-23regulator: max8997: Remove is_enabled callback implementation for max8997_cha...Axel Lin1-4/+1
2012-04-23regulator: pcf50633: Use regulator_get_voltage_sel_regmap()Axel Lin1-33/+4
2012-04-23regulator: da9052: Use generic regmap enable/disable operationsAxel Lin1-45/+11
2012-04-23regulator: 88pm8607: Use generic regmap enable/disable operationsAxel Lin1-38/+12
2012-04-23regulator: pcf50633: Use generic regmap enable/disable operationsAxel Lin1-83/+25
2012-04-23regulator: tps65910: Use generic regmap enable/disable operationsAxel Lin1-54/+15
2012-04-23regulator: rc5t583: Use generic regmap enable/disable operationsAxel Lin1-57/+6
2012-04-23regulator: s5m8767: Use DIV_ROUND_UP to calculate selectorAxel Lin1-1/+4
2012-04-20regulator: max8952: Convert to get_voltage_selAxel Lin1-9/+4
2012-04-20regulator: tps6507x: Convert to get_voltage_selAxel Lin1-3/+3
2012-04-20regulator: core: Optimise enable/disable path for always on regulatorsMark Brown1-14/+40
2012-04-19regulator: virtual: Replace strict_strtol with kstrtolAxel Lin1-4/+4
2012-04-19regulator: 88pm8607: Fix writting value to vol_reg in pm8607_set_voltage_selAxel Lin1-1/+1
2012-04-18regulator: tps65090: Use generic regmap enable/disable operationsAxel Lin1-57/+7
2012-04-18regulator: virtual: Convert to use devm_* APIsAxel Lin1-13/+5
2012-04-18regulator: userspace-consumer: Convert to use devm_* APIsAxel Lin1-13/+7
2012-04-17regulator: Convert max8997 to set_voltage_time_selAxel Lin1-13/+42
2012-04-17regulator: Convert max8997 to get_voltage_selAxel Lin1-21/+32
2012-04-17regulator: Fix the logic to ensure new voltage setting in valid rangeAxel Lin1-1/+1
2012-04-17regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversionAxel Lin1-1/+1
2012-04-16regulator: core: Add checking set_mode callback in regulator_set_optimum_modeAxel Lin1-0/+3
2012-04-16regulator: tps65023: Use generic regmap enable/disable operationsAxel Lin1-96/+16
2012-04-16regulator: wm831x-ldo: Use generic regmap enable/disable operationsMark Brown1-44/+15
2012-04-16regulator: wm831x-dcdc: Use generic regmap enable/disable operationsMark Brown1-47/+23
2012-04-16regulator: core: Provide standard enable operations for regmap usersMark Brown1-0/+55
2012-04-16regulator: wm8994: Use core voltage selector operationsMark Brown1-50/+9
2012-04-16regulator: wm831x-ldo: Use regulator_get_voltage_sel_regmap()Mark Brown1-51/+12
2012-04-16regulator: wm831x-dcdc: Use regulator_get_voltage_sel_regmap()Mark Brown1-15/+4
2012-04-16regulator: core: Provide regmap based voltage_sel operationsMark Brown1-0/+44
2012-04-16regulator: core: Allow drivers to pass in a regmapMark Brown1-0/+2