summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm8994-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: wm8*: constify regulator_ops structuresJulia Lawall2015-12-231-2/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann2014-11-071-2/+4
|/
* regulator: wm8994: Remove redundant error messageSachin Kamat2014-02-201-3/+1
* regulator: wm8994: Convert to devm_regulator_registerMark Brown2013-09-171-11/+3
* regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin2013-05-121-2/+0
* regulator: wm8994: Use GPIO parsed from DT when registering regulatorsSylwester Nawrocki2013-04-111-1/+3
* regulator: wm8994: Provide default init dataMark Brown2013-04-071-2/+39
* regulator: wm8994: Convert to module_platform_driver()Mark Brown2013-04-051-17/+1
* regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
* regulator: wm8994: Use core GPIO enable supportMark Brown2012-07-031-64/+4
* regulator: wm8994: Set enable_time in descriptorMark Brown2012-07-031-9/+2
* regulator: wm8994: Convert wm8994_ldo1_ops to regulator_[list|map]_voltage_li...Axel Lin2012-06-031-10/+4
* regulator: wm8994: Allow registration with no platform dataMark Brown2012-05-141-4/+2
* Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown2012-05-121-9/+2
|\
| * regulator: wm8994: Use main I2C device as struct deviceMark Brown2012-05-081-1/+1
| * regulator: wm8994: Convert to gpio_request_one()Mark Brown2012-05-071-8/+1
* | regulator: wm8994: Use core voltage selector operationsMark Brown2012-04-161-50/+9
|/
* regulator: wm8994: Convert to set_voltage_sel()Mark Brown2012-04-151-35/+6
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-2/+6
* regulator: wm8994: Constify regulator_descMark Brown2012-04-041-1/+1
* regulator: wm8994: Convert to devm_kzalloc()Mark Brown2012-03-111-3/+1
* regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+1
* regulator: Add WM1811 supportMark Brown2011-10-071-0/+13
* regulator: Use _cansleep() for WM8994 regulator GPIOsMark Brown2011-05-301-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-01-131-2/+21
|\
| * regulator: Update LDO2 for WM8958Mark Brown2010-12-131-2/+21
* | regulator: Convert WM8994 to use get_voltage_sel()Mark Brown2011-01-121-10/+6
* | regulator: Report actual configured voltage to set_voltage()Mark Brown2011-01-121-2/+4
|/
* regulator: Default GPIO controlled WM8994 regulators to disabledJoonyoung Shim2010-08-111-3/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Regulators: wm8994 - clean up driver data after removalDmitry Torokhov2010-03-031-4/+7
* regulator: Add WM8994 regulator supportMark Brown2010-03-031-0/+304