summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm8400-core.c
Commit message (Expand)AuthorAgeFilesLines
* mfd: Use IS_ENABLED(CONFIG_FOO) instead of checking FOO || FOO_MODULEJavier Martinez Canillas2016-05-091-3/+3
* mfd: wm8400-core: Delete wm8400_reg_read()Dan Carpenter2016-05-091-21/+0
* mfd: wm8400: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan2016-04-191-22/+3
* mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski2015-08-111-1/+0
* mfd: wm8400-core: Make mfd_cell array constKrzysztof Kozlowski2014-06-031-1/+1
* mfd: wm8400-core: Remove unnecessary gotoSachin Kamat2014-03-191-17/+5
* mfd: Use dev_get_platdata()Jingoo Han2013-07-311-1/+1
* mfd: core: Push irqdomain mapping out into devicesMark Brown2012-09-151-1/+1
* mfd: Export wm8400_block_read()Mark Brown2012-05-201-0/+1
* mfd: Remove wm8400 custom cache implementationMark Brown2012-05-201-216/+35
* Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-281-2/+1
|\
| * mfd: Show correct device id for wm8400Axel Lin2012-03-061-2/+1
* | mfd: wm8400: Convert to devm_regmap_init_i2c()Mark Brown2012-02-221-5/+2
|/
* mfd: Convert WM8400 to devm_kzalloc()Mark Brown2012-01-091-5/+2
* mfd: Add module.h to the implicit drivers/mfd usersPaul Gortmaker2011-10-311-0/+1
* mfd: Convert WM8400 to regmap APIMark Brown2011-08-221-77/+29
* mfd: Use mfd cell platform_data for wm8400 cells platform bitsSamuel Ortiz2011-05-261-1/+2
* asoc: wm8400-codec: Use mfd_data instead of driver_dataAndres Salomon2011-03-231-1/+1
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* mfd: Fix error in wm8400 reg cache access checkPhil Carmody2010-05-281-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mfd: early init for MFD running regulatorsSamuel Ortiz2009-06-171-1/+1
* mfd: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-1/+1
* mfd: Register WM8400 codec deviceMark Brown2009-01-041-6/+25
* mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMUMark Brown2008-10-131-0/+455
OpenPOWER on IntegriCloud