aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-30Merge remote-tracking branches 'regulator/fix/max8907', 'regulator/fix/max8997', 'regulator/fix/tps65910' and 'regulator/topic/mc13892' into regulator-ofMark Brown5-43/+123
2013-01-30regulator: tps6507x: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-1/+1
2013-01-30regulator: clear state each invocation of of_regulator_matchStephen Warren1-0/+6
2013-01-29regulator: tps65090: add DT supportLaxman Dewangan1-5/+101
2013-01-29Merge remote-tracking branch 'regulator/fix/tps80031' into tmpMark Brown1-1/+1
2013-01-29regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()Axel Lin1-1/+1
2013-01-29regulator: gpio-regulator: Use of_gpio_count()Axel Lin1-4/+1
2013-01-27regulator: mc13892: sanity check num_regulators parsed vs. registeredMatt Sealey3-6/+47
2013-01-27regulator: mc13892-regulator: correct/refine handling of the SWxHI bitMatt Sealey1-16/+56
2013-01-27regulator: tps6507x: add device tree support.Vishwanathrao Badarkhe, Manish1-0/+92
2013-01-27regulator: lp8755: Use LP8755_BUCK_MAX instead of magic numberAxel Lin1-3/+3
2013-01-27regulator: max8997: Fix using wrong dev argument at various placesAxel Lin1-20/+19
2013-01-27regulator: max77686: Fix using wrong dev argument at various placesAxel Lin1-7/+8
2013-01-27regulator: max8907: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-2/+1
2013-01-26regulator: max8998: fix incorrect min_uV value for ldo10Marek Szyprowski1-1/+1
2013-01-26regulator: tps80031: Use IS_ERR to check return value of regulator_register()Axel Lin1-1/+1
2013-01-26regulators: db8500: Fix compile failure for drivers/regulator/dbx500-prcmu.cSteven Rostedt1-0/+1
2013-01-24regulator: tps65910: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-1/+1
2013-01-24regulator: tps65217: Fix using wrong dev argument for calling of_regulator_matchAxel Lin1-2/+2
2013-01-18regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmapAxel Lin1-38/+12
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