summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-05-14regulator: tps62360: Convert to regulator_list_voltage_linear()Axel Lin1-14/+6
2012-05-14regulator: core: Ensure simple linear voltage mappings falls within the speci...Axel Lin1-1/+1
2012-05-13regulator: tps62360: add dt supportLaxman Dewangan1-1/+72
2012-05-13regulator: tps62360: make init_data of platform data to pointer.Laxman Dewangan1-1/+1
2012-05-12regulator: tps65910 regulator: add device tree supportRhyland Klein1-0/+108
2012-05-12regulator: da903x: Convert to get_voltage_selAxel Lin1-25/+23
2012-05-12regulator: da903x: Fix list voltage for da9030 ldo14Axel Lin1-1/+19
2012-05-12regulator: Staticise non-exported symbol s5m8767_opmode_regMark Brown1-1/+1
2012-05-12regulator: wm8400: Modernise driverMark Brown1-125/+44
2012-05-12regulator: wm831x: Convert to regulator_list_voltage_linear()Mark Brown1-11/+4
2012-05-12regulator: core: Allow drivers to set simple linear voltage maps as dataMark Brown1-0/+53
2012-05-12regulator: core: Allow regulators to provide a voltage to selector mappingMark Brown1-27/+55
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown26-294/+342
2012-05-12Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...Mark Brown50-2189/+1885
2012-05-10regulator: core: Warn on missing struct deviceMark Brown1-0/+1
2012-05-10regulator: dummy: Specify a struct deviceMark Brown1-0/+1
2012-05-10regulator: wm831x: Register all normal regulatorsMark Brown2-24/+12
2012-05-09regulator: twl-regulator: make TWL4030_ALLOW_UNSUPPORTED more configurable.NeilBrown1-6/+4
2012-05-09regulator: tps65910: Convert to get_voltage_selAxel Lin1-25/+9
2012-05-08regulator: wm8994: Use main I2C device as struct deviceMark Brown1-1/+1
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