aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/wm8400-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextGravatar Mark Brown 1-4/+2
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroGravatar Axel Lin 1-2/+2
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeGravatar Axel Lin 1-4/+2
2013-09-17regulator: wm8400: Convert to devm_regulator_register()Gravatar Mark Brown 1-11/+2
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-07-15regulator: wm8400: Use linear rangesGravatar Mark Brown 1-34/+16
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversGravatar Axel Lin 1-1/+0
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-08-28regulator: wm8400: Simplify set REGULATOR_MODE_IDLE mode in wm8400_dcdc_set_modeGravatar Axel Lin 1-6/+1
2012-06-13regulator: wm8400: Adjust the equation for selector >= 15 in wm8400_ldo_list_...Gravatar Axel Lin 1-1/+1
2012-06-13regulator: wm8400: Use wm8400_ldo_list_voltage instead of open code to verify...Gravatar Axel Lin 1-15/+7
2012-06-03regulator: wm8400: Use regulator_map_voltage_linear for wm8400_dcdc_opsGravatar Axel Lin 1-0/+1
2012-05-12regulator: wm8400: Modernise driverGravatar Mark Brown 1-125/+44
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+5
2012-03-11regulator: wm8400: Use DIV_ROUND_UP macro to calculate selectorGravatar Axel Lin 1-3/+3
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredGravatar Paul Gortmaker 1-0/+1
2011-05-27regulator: Convert WM8400 to get_voltage_sel()Gravatar Mark Brown 1-6/+6
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-2/+6
2010-03-03Regulators: wm8400 - cleanup platform driver data handlingGravatar Dmitry Torokhov 1-2/+5
2009-06-15regulator: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-3/+3
2009-06-15regulator: Move regulator drivers to subsys_initcall()Gravatar Mark Brown 1-1/+1
2009-03-31regulator: Implement list_voltage() for WM8400 DCDCs and LDOsGravatar Mark Brown 1-4/+30
2009-03-31regulator: Pass regulator init data as explict argument when registeringGravatar Mark Brown 1-1/+1
2009-01-17move wm8400-regulator's probe function to .devinit.textGravatar Uwe Kleine-König 1-1/+1
2008-10-13regulator: Add WM8400 regulator supportGravatar Mark Brown 1-0/+368