summaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2013-03-28regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulatorLee Jones1-1/+1
2013-03-28regulator: ab8500: Clean out SoC registersLee Jones1-74/+24
2013-03-28regulator: ab8500: Remove set_voltage_time_sel and delay settingAxel Lin1-13/+0
2013-03-28regulator: ab8500: Add missing enable_time settingsAxel Lin1-0/+10
2013-03-26regulator: ab8500: Don't update is_enabled flag in error pathsAxel Lin1-2/+6
2013-03-26regulator: arizona: Increase ramp delay for high current regulatorsMark Brown1-1/+1
2013-03-25regulator: ab8500: Use regulator_list_voltage_linear for fixed voltageAxel Lin1-3/+2
2013-03-25regulator: ab8500: Fix build errorAxel Lin1-5/+5
2013-03-25regulator: as3711: add OF supportGuennadi Liakhovetski1-3/+71
2013-03-25regulator: palmas remove palmas-charger option from DT bindingsIan Lartey1-1/+0
2013-03-25regulator: Fix typo in of_get_regulator function commentsMaxime Ripard1-1/+1
2013-03-22regulator: ab8500: Separate regulator and MFD platform dataBengt Jonsson1-6/+15
2013-03-22regulator: ab8500: Another push to synchronise recent AB8500 developmentsLee Jones1-33/+53
2013-03-22ARM: ux500: regulators: Add mask for configurationLee Jones1-22/+14
2013-03-22regulator: ab8500: Added get_optimum_mode on regulators with idle modeBengt Jonsson1-25/+86
2013-03-22regulator: ab8500: Add set_mode/get_mode supportEmeric Vigier1-18/+94
2013-03-22regulator: ab8500: Further populate initialisation registersLee Jones1-3/+36
2013-03-20regulator: fan53555: Use PTR_RET functionAlexandru Gheorghiu1-3/+1
2013-03-20regulator: palmas: rename probe/remove callback functionsLaxman Dewangan1-4/+4
2013-03-12regulator: palmas: Use of_property_read_bool to read "ti,warm-reset" DT propertyAxel Lin1-2/+2
2013-03-08regulator: palmas correct dt parsingGraeme Gregory1-16/+20
2013-03-05regulator: max8649: Use enable_is_inverted flag with regulator_enable_regmap ...Axel Lin1-33/+6
2013-03-05regulator: 88pm8607: Use enable_is_inverted flag with regulator_enable_regmap...Axel Lin1-32/+4
2013-03-05regulator: core: Add enable_is_inverted flag to indicate set enable_mask bits...Axel Lin1-4/+20
2013-03-05Merge remote-tracking branch 'regulator/fix/twl' into tmpMark Brown1-5/+4
2013-03-05Merge remote-tracking branch 'regulator/fix/palmas' into tmpMark Brown1-1/+2
2013-03-05Merge remote-tracking branch 'regulator/fix/doc' into tmpMark Brown1-1/+1
2013-03-05Merge remote-tracking branch 'regulator/fix/db8500' into tmpMark Brown1-2/+2
2013-03-04regulator: tps6586x: Use dev_err rather than dev_warn for error messageAxel Lin1-1/+1
2013-03-04regulator: tps6586x: (cosmetic) simplify a conditionalGuennadi Liakhovetski1-3/+1
2013-03-04regulator: s5m8767: adjust duplicate testJulia Lawall1-1/+1
2013-03-04regulator: palmas: Change the DT node property names to follow the conventionJ Keerthy1-4/+4
2013-03-04regulators: max8998.c: use dev_err() instead of printk()Thiago Farina1-3/+6
2013-03-04regulator: max8925: Remove unused parameter from max8925_regulator_dt_initAxel Lin1-3/+2
2013-03-04regulator: lp8788-ldo: use ena_pin of regulator-core for external controlKim, Milo1-81/+17
2013-03-04regulator: core: use regulator_ena_pin memberKim, Milo1-3/+3
2013-03-04regulator: core: manage enable GPIO listKim, Milo1-6/+44
2013-03-04regulator: core: support shared enable GPIO conceptKim, Milo1-10/+76
2013-03-01regulator: fixed regulator_bulk_enable unwinding codeAndrzej Hajda1-3/+7
2013-03-01regulator: twl: Remove TWL6030_FIXED_RESOURCEAxel Lin1-13/+0
2013-03-01regulator: twl: Remove VDD1_VSEL_table and VDD2_VSEL_tableAxel Lin1-6/+0
2013-03-01regulator: twl: Convert twl4030ldo_ops to get_voltage_selAxel Lin1-5/+4
2013-03-01regulator: twl: Convert twl[6030|4030]fixed_ops to regulator_list_voltage_linearAxel Lin1-12/+3
2013-03-01regulator: palmas: fix number of SMPS voltagesGraeme Gregory1-1/+2
2013-03-01regulator: core: fix documentation error in regulator_allow_bypassNishanth Menon1-1/+1
2013-03-01regulator: db8500-prcmu - remove incorrect __exit markupDmitry Torokhov1-2/+2
2013-02-19Merge remote-tracking branch 'regulator/topic/tps65090' into regulator-nextMark Brown1-5/+101
2013-02-19Merge remote-tracking branch 'regulator/topic/tps6507x' into regulator-nextMark Brown1-0/+92
2013-02-19Merge remote-tracking branch 'regulator/topic/tps51632' into regulator-nextMark Brown1-49/+103
2013-02-19Merge remote-tracking branch 'regulator/topic/s5m8767' into regulator-nextMark Brown1-62/+206