aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
AgeCommit message (Expand)Author
2013-01-27regulator: max8997: Fix using wrong dev argument at various placesAxel Lin
2013-01-27regulator: max77686: Fix using wrong dev argument at various placesAxel Lin
2013-01-27regulator: max8907: Fix using wrong dev argument for calling of_regulator_matchAxel Lin
2013-01-26regulator: max8998: fix incorrect min_uV value for ldo10Marek Szyprowski
2013-01-26regulator: tps80031: Use IS_ERR to check return value of regulator_register()Axel Lin
2013-01-26regulators: db8500: Fix compile failure for drivers/regulator/dbx500-prcmu.cSteven Rostedt
2013-01-24regulator: tps65910: Fix using wrong dev argument for calling of_regulator_matchAxel Lin
2013-01-24regulator: tps65217: Fix using wrong dev argument for calling of_regulator_matchAxel Lin
2013-01-18regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmapAxel Lin
2013-01-17regulator: lp8755: Remove enum bucksAxel Lin
2013-01-17regulator: lp8755: Don't show unrelated messags in lp8755_probe error pathsAxel Lin
2013-01-17regulator: s5m8767: Remove max_vol parameter from s5m8767_convert_voltage_to_selAxel Lin
2013-01-17regulator: lp8788-buck: Remove buck[1|2]_vout_addr arrayAxel Lin
2013-01-15Merge remote-tracking branch 'regulator/fix/s5m8767' into tmpMark Brown
2013-01-15Merge remote-tracking branch 'regulator/fix/max8998' into tmpMark Brown
2013-01-15Merge remote-tracking branch 'regulator/fix/max8997' into tmpMark Brown
2013-01-15Merge remote-tracking branch 'regulator/fix/core' into tmpMark Brown
2013-01-13regulator: arizona-micsupp: Enable bypass in default constraintsMark Brown
2013-01-13regulator: arizona-micsupp: Enable SYSCLK for charge pumpMark Brown
2013-01-10regulator: lp8788-buck: Silence build warningAxel Lin
2013-01-10regulator: max8998: Ensure enough delay time for max8998_set_voltage_buck_tim...Axel Lin
2013-01-08regulator: max8998: Use uV in voltage_map_descAxel Lin
2013-01-08regulator: max8997: Use uV in voltage_map_descAxel Lin
2013-01-08regulator: lp3972: Convert to get_voltage_selAxel Lin
2013-01-08regulator: lp8755: Fix mask for pchip->mphaseAxel Lin
2013-01-08regulator: lp8755: Fix lp8755_regulator_init unwind codeAxel Lin
2013-01-07regulator: da9055: Remove unused v_shift field from struct da9055_volt_regAxel Lin
2013-01-07regulator: lp8788-ldo: Use ldo->en_pin to check if regulator is enabled by ex...Axel Lin
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman
2013-01-03regulator: core: Fix comment for regulator_register()Axel Lin
2013-01-03lp8788-ldo: fix a parent device on devm_gpio_request()Kim, Milo
2013-01-03lp8788-ldo: fix a parent device in _probe()Kim, Milo
2013-01-03lp8788-buck: fix a for-loop coding styleKim, Milo
2013-01-03lp8788-buck: fix a parent device on devm_gpio_request()Kim, Milo
2013-01-03lp8788-buck: fix a parent deivce in _probe()Kim, Milo
2012-12-27regulator: max8997: Convert max8997_safeout_ops to set_voltage_sel and list_v...Axel Lin
2012-12-27regulator: max8997: Remove set_voltage_time_sel setting for max8997_ldo_opsAxel Lin
2012-12-27regulator: tps51632: add DT supportLaxman Dewangan
2012-12-27regulator: tps51632: add register property for regmapLaxman Dewangan
2012-12-27regulator: 88pm8607: Use apply_[reg|bit] with regmap based voltage_sel operat...Axel Lin
2012-12-27regulator: 88pm8607: Update update_bit for BUCK2 in pm8607_set_voltage_selAxel Lin
2012-12-24regulator: tps6586x: Use apply_[reg|bit] with regmap based voltage_sel operat...Axel Lin
2012-12-24regulator: da9052: Use apply_[reg|bit] with regmap based voltage_sel operationsAxel Lin
2012-12-24regulator: core: Allow specify apply_[reg|bit] for regmap based voltage_sel o...Axel Lin
2012-12-24regulator: lp8755: new driver for LP8755Daniel Jeong
2012-12-24regulator: core: Fix continuous_voltage_range case in regulator_can_change_vo...Axel Lin
2012-12-24regulator: lp3971: Convert to get_voltage_selAxel Lin
2012-12-24regulator: s5m8767: Fix probe failure due to stack corruptionInderpal Singh
2012-12-15regulator: core: if voltage scaling fails, restore original voltage valuesPaolo Pisati
2012-12-11Merge remote-tracking branch 'regulator/topic/sm8767' into regulator-nextMark Brown