aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-23regulator: tps80031: Fix LDO2 track mode for TPS80031 or TPS80032-ES1.0Axel Lin1-4/+34
2013-04-23regulator: tps6586x: Convert to use regulator_map_voltage_ascendAxel Lin1-0/+1
2013-04-23regulator: tps65910: Convert to use regulator_map_voltage_ascendAxel Lin1-0/+4
2013-04-23regulator: lp3972: Convert to use regulator_map_voltage_ascendAxel Lin1-0/+2
2013-04-23regulator: lp3971: Convert to use regulator_map_voltage_ascendAxel Lin1-0/+2
2013-04-23regulator: tps65023: Use [set|get]_voltage_sel_regmap instead of open codedAxel Lin1-22/+9
2013-04-23regulator: tps62360: Fix off-by-one shift for ramp_ctrlAxel Lin1-1/+1
2013-04-22regulator: palmas: Fix off-by-one for ramp_delay and register value mappingAxel Lin1-2/+2
2013-04-22regulator: palmas: Add missing ctrl_addr setting for SMPS10Axel Lin1-0/+1
2013-04-19regulator: palmas: Don't update tstep register for SMPS3 and SMPS7Axel Lin1-0/+7
2013-04-18regulator: palmas: Fix min_uV for LDO8 tracking modeAxel Lin1-0/+1
2013-04-18regulator: ab8500: Get rid of voltage_shift field from struct ab8500_regulator_infoAxel Lin1-17/+16
2013-04-18regulator: ab8500: Remove unused voltage_shift field from struct expand_registerAxel Lin1-2/+0
2013-04-18regulator: palmas: preserve modes of rails during enable/disableLaxman Dewangan1-7/+23
2013-04-18regulator: palma: add ramp delay support through regulator constraintsLaxman Dewangan1-15/+78
2013-04-18regulator: core: Add regulator_map_voltage_ascend() APIAxel Lin1-0/+31
2013-04-17regulator: ab8500: Fix set voltage for AB8540_LDO_AUX3Axel Lin1-20/+33
2013-04-17regulator: ab8500-ext: Remove enable() and disable() functionsAxel Lin1-41/+23
2013-04-17regulator: ab8500-ext: Don't update info->update_val if set_mode() failsAxel Lin1-8/+18
2013-04-17regulator: ab8500: Don't update lp_mode_req flag in set_mode() error pathsAxel Lin1-55/+43
2013-04-17regulator: ab8500: Don't update info->update_val if write to register failsAxel Lin1-9/+11
2013-04-17regulator: palmas: add support for LDO8 tracking modeLaxman Dewangan1-0/+53
2013-04-17regulator: palmas: support for external regulator through control outputsLaxman Dewangan1-12/+83
2013-04-17regulator: palmas: clear sleep bits if not selectedLaxman Dewangan1-6/+12
2013-04-17regulator: core: return err value for regulator_get if there is no DT bindingNishanth Menon1-1/+10
2013-04-17regulator: as3711: Use a static of_regulator_match table for of_regulator_matchAxel Lin1-25/+18
2013-04-16regulator: ab8500: Optimize ab8540_aux3_regulator_get_voltage_selAxel Lin1-24/+18
2013-04-16regulator: rc5t583: Remove unused fields from struct rc5t583_regulator_infoAxel Lin1-6/+0
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-04-15regulator: max8997: Test pdata by NULL checking instead of IS_ERR_OR_NULLAxel Lin1-2/+2
2013-04-15regulator: ab8500: Fix voltage_shift setting for AB8540_LDO_DMICAxel Lin1-0/+1
2013-04-12regulator: ab8500: Fix voltage_mask for AB8505_LDO_AUDIOAxel Lin1-1/+1
2013-04-11regulator: wm8994: Use GPIO parsed from DT when registering regulatorsSylwester Nawrocki1-1/+3
2013-04-11regulator: ab8500: Unregister ab8500-ext regulators in probe() failure pathAxel Lin1-1/+4
2013-04-11regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() voidAxel Lin2-9/+4
2013-04-08regulator: ab8500-ext: Remove get_voltage to avoid duplicate implementationAxel Lin1-16/+0
2013-04-08regulator: ab8500-ext: Remove unnecessary checking for ab9540 and ab8540Axel Lin1-7/+0
2013-04-08regulator: ab8500-ext: Get rid of is_enabled from struct ab8500_ext_regulator_infoAxel Lin1-11/+3
2013-04-08regulator: ab8500: Get rid of is_enabled from struct ab8500_regulator_infoAxel Lin1-40/+32
2013-04-07regulator: wm8994: Provide default init dataMark Brown1-2/+39
2013-04-05regulator: ab8500: Remove ab8500_regulator_set_voltage_time_selAxel Lin1-11/+0
2013-04-05regulator: max8952: Add Device Tree supportTomasz Figa1-0/+70
2013-04-05regulator: max8952: Separate constraints from platform data structTomasz Figa1-2/+2
2013-04-05regulator: core: don't require a supply when supply_name is specifiedAndrew Bresticker1-1/+9
2013-04-05regulator: wm8994: Convert to module_platform_driver()Mark Brown1-17/+1
2013-04-03regulator: lp8788: Implement list_voltage for lp8788_ldo_voltage_fixed_opsAxel Lin1-18/+9
2013-04-03regulator: lp8788: Remove lp8788_dldo_id and lp8788_aldo_id arraysAxel Lin1-30/+2
2013-04-03regulator: ab8500: Add missing volt_table setting for AB8540_LDO_TVOUTAxel Lin1-0/+1
2013-04-03regulator: ab8500: Fix list_voltage for fixed voltage regulatorsAxel Lin1-2/+2
2013-04-03regulator: ab8500: Shuffle init functions into a more logical orderLee Jones1-85/+85