summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-09regulator: twl-regulator: make TWL4030_ALLOW_UNSUPPORTED more configurable.NeilBrown2-6/+9
2012-05-09mfd: twl: define all feature flags in one place.NeilBrown2-9/+6
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: 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 Dewangan2-1/+7
2012-05-04tps6586x: Add device tree supportThierry Reding4-0/+185
2012-05-04regulator: Add generic DT parsing for regulatorsThierry Reding2-0/+65
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: 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-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: 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-17mfd: Revert "mfd: add irq domain support for max8997 interrupts"Mark Brown6-39/+33
2012-04-17regulator: max8660: Fix a memory leak due to missing devm_kzalloc conversionAxel Lin1-1/+1
2012-04-16mfd: add irq domain support for max8997 interruptsThomas Abraham6-33/+39
2012-04-16regulator: da9052: Directly include of.hMark Brown1-0/+1
2012-04-15regulator: wm8994: Convert to set_voltage_sel()Mark Brown1-35/+6
2012-04-13regulator: da9052: add device tree supportYing-Chun Liu (PaulLiu)1-1/+28
2012-04-13regulator: max8660: Use devm_kzalloc()Axel Lin1-13/+7
2012-04-13regulator: max1586: Use devm_kzalloc()Axel Lin1-11/+5
2012-04-13regulator: isl6271a-regulator: Use devm_kzalloc()Axel Lin1-6/+1
2012-04-13regulator: Convert max8998 to set_voltage_time_selAxel Lin1-7/+28
2012-04-13regulator: Convert max8998 to get_voltage_selAxel Lin1-9/+10
2012-04-13regulator: twl-regulator: Use twlreg_grp helper functionAxel Lin1-11/+10
2012-04-13regulator: twl-regulator: Implement enable_time callbackAxel Lin1-4/+19
2012-04-13regulator: Update regulator_register() API signature in DocumentationAxel Lin1-2/+1
2012-04-11regulator: Appease smatch in regulator_register()Mark Brown1-1/+3
2012-04-11regulator: Convert tps65xxx regulator drivers to use devm_kzallocAxel Lin4-19/+6
2012-04-10regulator: Convert anatop to use a struct to pass in regulator runtime config...Axel Lin1-2/+7
2012-04-10regulator: twl-regulator: Fix off-by-one vsel setting in twl6030smps_set_voltageAxel Lin1-4/+10
2012-04-10regulator: tps65023: Use devm_* APIsAxel Lin1-11/+3
2012-04-10regulator: tps62360: Convert to devm_regmap_init_i2c()Axel Lin1-3/+1