aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/pcf50633-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-02mfd: pcf50633: Correct device name for pcf50633 regulatorGravatar Axel Lin 1-1/+1
2013-09-30regulator: pcf50633: use devm_regulator_register()Gravatar Jingoo Han 1-11/+2
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversGravatar Axel Lin 1-1/+0
2012-12-10Merge remote-tracking branch 'regulator/topic/min' into regulator-nextGravatar Mark Brown 1-148/+28
2012-11-28regulator: pcf50633: Use linear_min_sel and regulator_[map|list]_voltage_linearGravatar Axel Lin 1-148/+28
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-06-17regulator: pcf50633: Convert to regulator_set_voltage_sel_regmap and map_voltageGravatar Axel Lin 1-14/+6
2012-04-23regulator: pcf50633: Use regulator_get_voltage_sel_regmap()Gravatar Axel Lin 1-33/+4
2012-04-23regulator: pcf50633: Use generic regmap enable/disable operationsGravatar Axel Lin 1-83/+25
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-05regulator: pcf50633: Constify regulator_descGravatar Axel Lin 1-1/+1
2012-04-01regulator: Convert pcf50633 to get_voltage_selGravatar Axel Lin 1-35/+27
2012-04-01regulator: pcf50633: Don't write to reserved bits of AUTO output voltage sele...Gravatar Axel Lin 1-16/+6
2012-03-11regulator: Fix n_voltage settings for pcf50633 regulatorGravatar Axel Lin 1-14/+13
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-1/+4
2009-12-13mfd: Fix pcf50633-regulator drvdata usageGravatar Lars-Peter Clausen 1-1/+4
2009-09-22Regulator: Implement list_voltage for pcf50633 regulator driver.Gravatar Lars-Peter Clausen 1-32/+64
2009-09-22drivers/regulator/pcf50633-regulator.c: Remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-06-15regulator: Move regulator drivers to subsys_initcall()Gravatar Mark Brown 1-1/+1
2009-03-31regulator: Pass regulator init data as explict argument when registeringGravatar Mark Brown 1-1/+2
2009-01-11regulator: PCF50633 pmic driverGravatar Balaji Rao 1-0/+329