aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/max8952.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-10regulator: max8952: Use core GPIO enable supportGravatar Axel Lin 1-55/+4
2012-07-09regulator: max8952: Remove wrong set_suspend_disable callback settingGravatar Axel Lin 1-1/+0
2012-05-16regulator: max8952: Use devm_kzallocGravatar Axel Lin 1-8/+3
2012-04-20regulator: max8952: Convert to get_voltage_selGravatar Axel Lin 1-9/+4
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-04-09Merge branch 'regulator-register' into regulator-driversGravatar Mark Brown 1-1/+1
2012-04-06regulator: max8952: Constify regulator_descGravatar Axel Lin 1-1/+1
2012-04-01regulator: Convert max8952 to set_voltage_selGravatar Axel Lin 1-21/+7
2012-04-01regulator: max8952: Simplify the logic to get vid[0|1] statusGravatar Axel Lin 1-6/+6
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-08-08regulator: max8952: removed unused mutex.Gravatar MyungJoo Ham 1-3/+0
2011-07-08regulator: max8952 - fix wrong gpio valid checkGravatar Jonghwan Choi 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-1/+2
2010-10-28regulator: max8952 - fix max8952_set_voltageGravatar Axel Lin 1-1/+1
2010-10-28regulator: max8952 - fix max8952_pmic_probe error pathGravatar Axel Lin 1-2/+8
2010-10-28MAX8952 PMIC Driver Initial ReleaseGravatar MyungJoo Ham 1-0/+360