aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/wm8994-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17regulator: wm8994: Convert to devm_regulator_registerGravatar Mark Brown 1-11/+3
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-2/+0
2013-04-11regulator: wm8994: Use GPIO parsed from DT when registering regulatorsGravatar Sylwester Nawrocki 1-1/+3
2013-04-07regulator: wm8994: Provide default init dataGravatar Mark Brown 1-2/+39
2013-04-05regulator: wm8994: Convert to module_platform_driver()Gravatar Mark Brown 1-17/+1
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-03regulator: wm8994: Use core GPIO enable supportGravatar Mark Brown 1-64/+4
2012-07-03regulator: wm8994: Set enable_time in descriptorGravatar Mark Brown 1-9/+2
2012-06-03regulator: wm8994: Convert wm8994_ldo1_ops to regulator_[list|map]_voltage_li...Gravatar Axel Lin 1-10/+4
2012-05-14regulator: wm8994: Allow registration with no platform dataGravatar Mark Brown 1-4/+2
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextGravatar Mark Brown 1-9/+2
2012-05-08regulator: wm8994: Use main I2C device as struct deviceGravatar Mark Brown 1-1/+1
2012-05-07regulator: wm8994: Convert to gpio_request_one()Gravatar Mark Brown 1-8/+1
2012-04-16regulator: wm8994: Use core voltage selector operationsGravatar Mark Brown 1-50/+9
2012-04-15regulator: wm8994: Convert to set_voltage_sel()Gravatar Mark Brown 1-35/+6
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationGravatar Mark Brown 1-2/+6
2012-04-04regulator: wm8994: Constify regulator_descGravatar Mark Brown 1-1/+1
2012-03-11regulator: wm8994: Convert to devm_kzalloc()Gravatar Mark Brown 1-3/+1
2011-11-23regulator: pass additional of_node to regulator_register()Gravatar Rajendra Nayak 1-1/+1
2011-10-07regulator: Add WM1811 supportGravatar Mark Brown 1-0/+13
2011-05-30regulator: Use _cansleep() for WM8994 regulator GPIOsGravatar Mark Brown 1-2/+2
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-2/+21
2011-01-12regulator: Convert WM8994 to use get_voltage_sel()Gravatar Mark Brown 1-10/+6
2011-01-12regulator: Report actual configured voltage to set_voltage()Gravatar Mark Brown 1-2/+4
2010-12-13regulator: Update LDO2 for WM8958Gravatar Mark Brown 1-2/+21
2010-08-11regulator: Default GPIO controlled WM8994 regulators to disabledGravatar Joonyoung Shim 1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03Regulators: wm8994 - clean up driver data after removalGravatar Dmitry Torokhov 1-4/+7
2010-03-03regulator: Add WM8994 regulator supportGravatar Mark Brown 1-0/+304