aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
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-04regulator: 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
2012-04-04regulator: gpio-regulator: Sort in MakefileMark Brown1-1/+1
2012-04-03regulator: core: Pull non-DT supply mapping into regulator_dev_lookup()Mark Brown1-13/+16
2012-04-03regulator: core: Don't defer probe if there's no DT binding for a supplyMark Brown1-4/+14
2012-04-03regulator: core: Complain if we can't reenable a supplyMark Brown1-3/+7
2012-04-02regulator: anatop: fix 'anatop_regulator' name collisionShawn Guo1-3/+3
2012-04-02regulator: Convert mc13xxx regulator drivers to set_voltage_selAxel Lin3-64/+9
2012-04-02regulator: fixed: Support for open drain gpio pinLaxman Dewangan1-12/+11
2012-04-02regulator: Add support for tps62362 and tps62363 in tps62360-regulator driverAxel Lin2-10/+24
2012-04-02regulator: Add missing n_voltages setting for max8925Axel Lin1-10/+5
2012-04-02regulator: Set list_voltage callback for max8925Axel Lin1-0/+2
2012-04-01regulator: Convert 88pm8607 to get_voltage_selAxel Lin1-3/+3
2012-04-01regulator: Convert 88pm8607 to set_voltage_selAxel Lin1-39/+4
2012-04-01regulator: Add missing n_voltages setting for 88pm8607Axel Lin1-26/+25
2012-04-01regulator: Set list_voltage callback for 88pm8607Axel Lin1-0/+1
2012-04-01regulator: Trivial comment fix for wm831x-ldo driverAxel Lin1-2/+2
2012-04-01regulator: Convert tps6524x to get_voltage_selAxel Lin1-3/+3
2012-04-01regulator: Convert tps6524x to set_voltage_selAxel Lin1-15/+3
2012-04-01regulator: ad5398: Use devm_kzallocAxel Lin1-4/+1
2012-04-01regulator: ad5398: show changing current in uAAxel Lin1-2/+2
2012-04-01regulator: tps65023: Remove unused client field from struct tps_pmicAxel Lin1-2/+0
2012-04-01regulator: Remove unused name and client fields from struct tps62360_chipAxel Lin1-4/+0
2012-04-01regulator: Refactor to use one da9052_ldo_ops/da9052_dcdc_ops for all LDOs/DCDCsAxel Lin1-186/+44
2012-04-01regulator: Fix da9052 ldo regulator namesAxel Lin1-40/+52
2012-04-01regulator: Convert tps65023 to set_voltage_selAxel Lin1-86/+21
2012-04-01regulator: Add MAX8997_VOLTAGE_REGULATOR and MAX8997_CURRENT_REGULATOR macrosAxel Lin1-90/+45
2012-04-01regulator: Make max8997_get_voltage_register always return correct registerAxel Lin1-6/+7
2012-04-01regulator: Convert max8952 to set_voltage_selAxel Lin1-21/+7
2012-04-01regulator: Remove _en_reg, _en_bit and _ops parameters from tps65090_REG macroAxel Lin1-14/+14
2012-04-01regulator: tps65090: Use IS_ERR to check return value of regulator_registerAxel Lin1-1/+1
2012-04-01regulator: Merge tps6586x_regulator_ldo_ops and tps6586x_regulator_dvm_opsAxel Lin1-18/+7
2012-04-01regulator: Convert tps6586x to set_voltage_selAxel Lin1-49/+21