aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/wm8994-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23regulator: wm8*: constify regulator_ops structuresJulia Lawall1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann1-2/+4
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-20regulator: wm8994: Remove redundant error messageSachin Kamat1-3/+1
2013-09-17regulator: wm8994: Convert to devm_regulator_registerMark Brown1-11/+3
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-12regulator: Remove all platform_set_drvdata(pdev, NULL) in driversAxel Lin1-2/+0
2013-04-11regulator: wm8994: Use GPIO parsed from DT when registering regulatorsSylwester Nawrocki1-1/+3
2013-04-07regulator: wm8994: Provide default init dataMark Brown1-2/+39
2013-04-05regulator: wm8994: Convert to module_platform_driver()Mark Brown1-17/+1
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-07-03regulator: wm8994: Use core GPIO enable supportMark Brown1-64/+4
2012-07-03regulator: wm8994: Set enable_time in descriptorMark Brown1-9/+2
2012-06-03regulator: wm8994: Convert wm8994_ldo1_ops to regulator_[list|map]_voltage_linearAxel Lin1-10/+4
2012-05-14regulator: wm8994: Allow registration with no platform dataMark Brown1-4/+2
2012-05-12Merge remote-tracking branch 'regulator/topic/drivers' into regulator-nextMark Brown1-9/+2
2012-05-08regulator: wm8994: Use main I2C device as struct deviceMark Brown1-1/+1
2012-05-07regulator: wm8994: Convert to gpio_request_one()Mark Brown1-8/+1
2012-04-16regulator: wm8994: Use core voltage selector operationsMark Brown1-50/+9
2012-04-15regulator: wm8994: Convert to set_voltage_sel()Mark Brown1-35/+6
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-04regulator: wm8994: Constify regulator_descMark Brown1-1/+1
2012-03-11regulator: wm8994: Convert to devm_kzalloc()Mark Brown1-3/+1
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-10-07regulator: Add WM1811 supportMark Brown1-0/+13
2011-05-30regulator: Use _cansleep() for WM8994 regulator GPIOsMark Brown1-2/+2
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds1-2/+21
2011-01-12regulator: Convert WM8994 to use get_voltage_sel()Mark Brown1-10/+6
2011-01-12regulator: Report actual configured voltage to set_voltage()Mark Brown1-2/+4
2010-12-13regulator: Update LDO2 for WM8958Mark Brown1-2/+21
2010-08-11regulator: Default GPIO controlled WM8994 regulators to disabledJoonyoung Shim1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Regulators: wm8994 - clean up driver data after removalDmitry Torokhov1-4/+7
2010-03-03regulator: Add WM8994 regulator supportMark Brown1-0/+304