summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2012-04-10regulator: max8649: Use devm_* APIsAxel Lin1-13/+6
2012-04-10regulator: twl-regulator: Use DIV_ROUND_UP at appropriate placesAxel Lin1-24/+6
2012-04-10regulator: twl-regulator: Simplify the code matching regulator idAxel Lin1-3/+5
2012-04-10regulator: max8998: Use simple equation to get selectorAxel Lin1-9/+10
2012-04-10regulator: max8997: Use simple equation to get selectorAxel Lin1-4/+5
2012-04-10regulator: max8997: Remove n_bits from struct voltage_map_descAxel Lin1-9/+5
2012-04-10regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macroAxel Lin1-48/+41
2012-04-10regulator: Use one s5m8767_ops for both LDOs and BUCKsAxel Lin1-13/+3
2012-04-10regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKsAxel Lin1-94/+49
2012-04-10Merge tag 'v3.4-rc2' into regulator-driversMark Brown10-44/+49
2012-04-10regulator: Fix build error for mc13783 and mc13892Axel Lin2-5/+15
2012-04-10regulator: Fix a typo in da903x.cAxel Lin1-1/+1
2012-04-10regulator: Fix build of ab8500Mark Brown1-3/+3
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown43-113/+299
2012-04-09Merge branch 'regulator-register' into regulator-driversMark Brown15-15/+16
2012-04-08Merge branch 'master' into for-nextJiri Kosina43-1244/+3463
2012-04-06regulator: Convert rc5t583 to set_voltageAxel Lin1-8/+15
2012-04-06regulator: max8649: Constify regulator_descAxel Lin1-1/+1
2012-04-06regulator: max1586: Constify regulator_descAxel Lin1-1/+1
2012-04-06regulator: tps65217: Constify regulator_descAxel Lin1-1/+1
2012-04-06regulator: tps6105x: Constify regulator_descAxel Lin1-1/+1
2012-04-06regulator: max8952: Constify regulator_descAxel Lin1-1/+1
2012-04-06regulator: max8660: Constify regulator_descAxel Lin1-1/+1
2012-04-06regulator: Convert twl4030ldo_set_voltage to set_voltage_selAxel Lin1-23/+4
2012-04-06regulator: rc5t583: Correct MODULE LICENSE to GPL v2Laxman Dewangan1-1/+1
2012-04-06regulator: rc5t583: Simplify RC5T583_REG macroAxel Lin1-32/+18
2012-04-06Fix typo milivolt => millivoltThomas Weber1-10/+10
2012-04-05regulator: Support set_voltage_time_sel for drivers implement set_voltageAxel Lin1-28/+31
2012-04-05regulator: rc5t583: Remove nsteps from struct rc5t583_regulator_infoAxel Lin1-20/+17
2012-04-05regulator: rc5t583: Fix off-by-one valid range checking for selectorAxel Lin1-1/+1
2012-04-05regulator: da9052: Remove unneeded devm_kfree callsAxel Lin1-10/+2
2012-04-05regulator: pcap: Constify regulator_descAxel Lin1-1/+1
2012-04-05regulator: lp3972: Constify regulator_descAxel Lin1-1/+1
2012-04-05regulator: lp3971: Constify regulator_descAxel Lin1-1/+1
2012-04-05regulator: isl6271a: Constify regulator_descAxel Lin1-1/+1
2012-04-05regulator: pcf50633: Constify regulator_descAxel Lin1-1/+1
2012-04-05regulator: ad5398: Constify regulator_descAxel Lin1-1/+1
2012-04-05regulator: Fix rc5t583_regulator_probe error handlingAxel Lin1-2/+2
2012-04-04Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds10-44/+49
2012-04-04regulator: aat2870: Add MODULE_ALIASMark Brown1-0/+1
2012-04-04regulator: Add support for RICOH PMIC RC5T583 regulatorLaxman Dewangan3-0/+378
2012-04-04regulator: wm8994: Constify regulator_descMark Brown1-1/+1
2012-04-04regulator: wm8350: Constify regulator_descMark Brown1-1/+1
2012-04-04regulator: core: Constify the regulator_desc passed in when registeringMark Brown1-1/+2
2012-04-04regulator: tps6524x: Use module_spi_driver()Mark Brown1-11/+1
2012-04-04regulator: max8860: Remove announcement on probeMark Brown1-1/+0
2012-04-04regulator: max8649: Remove contentless announcement log messageMark Brown1-1/+0
2012-04-04regulator: lp3971: Convert to module_i2c_driver()Mark Brown1-17/+1
2012-04-04regulator: isl6271a: Allow missing init_data for diagnosticsMark Brown1-5/+0
2012-04-04regulator: gpio-regulator: Basic devm_kzalloc() conversionMark Brown1-3/+2