aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorFilesLines
2013-01-17regulator: lp8755: Remove enum bucksAxel Lin1-33/+17
2013-01-17regulator: lp8755: Don't show unrelated messags in lp8755_probe error pathsAxel Lin1-9/+10
2013-01-17regulator: s5m8767: Remove max_vol parameter from s5m8767_convert_voltage_to_selAxel Lin1-23/+10
2013-01-17regulator: lp8788-buck: Remove buck[1|2]_vout_addr arrayAxel Lin1-12/+2
2013-01-15Merge remote-tracking branch 'regulator/fix/s5m8767' into tmpMark Brown1-2/+2
2013-01-15Merge remote-tracking branch 'regulator/fix/max8998' into tmpMark Brown1-22/+22
2013-01-15Merge remote-tracking branch 'regulator/fix/max8997' into tmpMark Brown1-19/+17
2013-01-15Merge remote-tracking branch 'regulator/fix/core' into tmpMark Brown1-4/+11
2013-01-13regulator: arizona-micsupp: Enable bypass in default constraintsMark Brown1-1/+2
2013-01-13regulator: arizona-micsupp: Enable SYSCLK for charge pumpMark Brown2-3/+73
2013-01-10regulator: lp8788-buck: Silence build warningAxel Lin1-1/+4
2013-01-10regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_time_selAxel Lin1-1/+1
2013-01-08regulator: max8998: Use uV in voltage_map_descAxel Lin1-21/+21
2013-01-08regulator: max8997: Use uV in voltage_map_descAxel Lin1-19/+17
2013-01-08regulator: lp3972: Convert to get_voltage_selAxel Lin1-16/+6
2013-01-08regulator: lp8755: Fix mask for pchip->mphaseAxel Lin1-1/+1
2013-01-08regulator: lp8755: Fix lp8755_regulator_init unwind codeAxel Lin1-4/+5
2013-01-07regulator: da9055: Remove unused v_shift field from struct da9055_volt_regAxel Lin1-3/+0
2013-01-07regulator: lp8788-ldo: Use ldo->en_pin to check if regulator is enabled by external pinAxel Lin1-93/+14
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman7-17/+17
2013-01-03regulator: core: Fix comment for regulator_register()Axel Lin1-1/+2
2013-01-03lp8788-ldo: fix a parent device on devm_gpio_request()Kim, Milo1-6/+8
2013-01-03lp8788-ldo: fix a parent device in _probe()Kim, Milo1-6/+6
2013-01-03lp8788-buck: fix a for-loop coding styleKim, Milo1-1/+1
2013-01-03lp8788-buck: fix a parent device on devm_gpio_request()Kim, Milo1-6/+8
2013-01-03lp8788-buck: fix a parent deivce in _probe()Kim, Milo1-3/+3
2012-12-27regulator: max8997: Convert max8997_safeout_ops to set_voltage_sel and list_voltage_tableAxel Lin1-58/+18
2012-12-27regulator: max8997: Remove set_voltage_time_sel setting for max8997_ldo_opsAxel Lin1-3/+2
2012-12-27regulator: tps51632: add DT supportLaxman Dewangan1-0/+59
2012-12-27regulator: tps51632: add register property for regmapLaxman Dewangan1-5/+36
2012-12-27regulator: 88pm8607: Use apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin1-32/+6
2012-12-27regulator: 88pm8607: Update update_bit for BUCK2 in pm8607_set_voltage_selAxel Lin1-0/+1
2012-12-24regulator: tps6586x: Use apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin1-44/+10
2012-12-24regulator: da9052: Use apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin1-35/+6
2012-12-24regulator: core: Allow specify apply_[reg|bit] for regmap based voltage_sel operationsAxel Lin1-1/+11
2012-12-24regulator: lp8755: new driver for LP8755Daniel Jeong3-0/+590
2012-12-24regulator: core: Fix continuous_voltage_range case in regulator_can_change_voltageAxel Lin1-3/+9
2012-12-24regulator: lp3971: Convert to get_voltage_selAxel Lin1-16/+6
2012-12-24regulator: s5m8767: Fix probe failure due to stack corruptionInderpal Singh1-2/+2
2012-12-15regulator: core: if voltage scaling fails, restore original voltage valuesPaolo Pisati1-2/+14
2012-12-11Merge remote-tracking branch 'regulator/topic/sm8767' into regulator-nextMark Brown1-14/+26
2012-12-11Merge remote-tracking branch 'regulator/topic/change' into regulator-nextMark Brown1-1/+1
2012-12-11regulator: core: Fix logic to determinate if regulator can change voltageAxel Lin1-1/+1
2012-12-11Merge branch 'topic/min' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-changeMark Brown8-199/+1042
2012-12-11regulator: s5m8767: Fix to work even if no DVS gpio presentAmit Daniel Kachhap1-7/+10
2012-12-11regulator: s5m8767: Fix to read the first DVS register.Amit Daniel Kachhap1-3/+3
2012-12-11regulator: s5m8767: Fix to work when platform registers less regulatorsAmit Daniel Kachhap1-4/+13
2012-12-10Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown1-3/+3
2012-12-10regulator: gpio-regulator: gpio_set_value should use cansleepLee Jones1-2/+2
2012-12-10regulator: gpio-regulator: Fix logical error in for() loopLee Jones1-1/+1