aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm8400-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Merge remote-tracking branch 'regulator/topic/linear' into regulator-nextMark Brown1-4/+2
2013-10-11regulator: Add REGULATOR_LINEAR_RANGE macroAxel Lin1-2/+2
2013-10-11regulator: Remove max_uV from struct regulator_linear_rangeAxel Lin1-4/+2
2013-09-17regulator: wm8400: Convert to devm_regulator_register()Mark Brown1-11/+2
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-15regulator: wm8400: Use linear rangesMark Brown1-34/+16
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-1/+0
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-28regulator: wm8400: Simplify set REGULATOR_MODE_IDLE mode in wm8400_dcdc_set_modeAxel Lin1-6/+1
2012-06-13regulator: wm8400: Adjust the equation for selector >= 15 in wm8400_ldo_list_voltageAxel Lin1-1/+1
2012-06-13regulator: wm8400: Use wm8400_ldo_list_voltage instead of open code to verify selected voltageAxel Lin1-15/+7
2012-06-03regulator: wm8400: Use regulator_map_voltage_linear for wm8400_dcdc_opsAxel Lin1-0/+1
2012-05-12regulator: wm8400: Modernise driverMark Brown1-125/+44
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+5
2012-03-11regulator: wm8400: Use DIV_ROUND_UP macro to calculate selectorAxel Lin1-3/+3
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-10-31regulator: Add module.h to drivers/regulator users as requiredPaul Gortmaker1-0/+1
2011-05-27regulator: Convert WM8400 to get_voltage_sel()Mark Brown1-6/+6
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-2/+6
2010-03-03Regulators: wm8400 - cleanup platform driver data handlingDmitry Torokhov1-2/+5
2009-06-15regulator: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-3/+3
2009-06-15regulator: Move regulator drivers to subsys_initcall()Mark Brown1-1/+1
2009-03-31regulator: Implement list_voltage() for WM8400 DCDCs and LDOsMark Brown1-4/+30
2009-03-31regulator: Pass regulator init data as explict argument when registeringMark Brown1-1/+1
2009-01-17move wm8400-regulator's probe function to .devinit.textUwe Kleine-König1-1/+1
2008-10-13regulator: Add WM8400 regulator supportMark Brown1-0/+368