aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/wm8400-core.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-09mfd: Use IS_ENABLED(CONFIG_FOO) instead of checking FOO || FOO_MODULEGravatar Javier Martinez Canillas 1-3/+3
2016-05-09mfd: wm8400-core: Delete wm8400_reg_read()Gravatar Dan Carpenter 1-21/+0
2016-04-19mfd: wm8400: Use devm_mfd_add_devices() for mfd_device registrationGravatar Laxman Dewangan 1-22/+3
2015-08-11mfd: Drop owner assignment from i2c_driversGravatar Krzysztof Kozlowski 1-1/+0
2014-06-03mfd: wm8400-core: Make mfd_cell array constGravatar Krzysztof Kozlowski 1-1/+1
2014-03-19mfd: wm8400-core: Remove unnecessary gotoGravatar Sachin Kamat 1-17/+5
2013-07-31mfd: Use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesGravatar Mark Brown 1-1/+1
2012-05-20mfd: Export wm8400_block_read()Gravatar Mark Brown 1-0/+1
2012-05-20mfd: Remove wm8400 custom cache implementationGravatar Mark Brown 1-216/+35
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 1-2/+1
2012-03-06mfd: Show correct device id for wm8400Gravatar Axel Lin 1-2/+1
2012-02-22mfd: wm8400: Convert to devm_regmap_init_i2c()Gravatar Mark Brown 1-5/+2
2012-01-09mfd: Convert WM8400 to devm_kzalloc()Gravatar Mark Brown 1-5/+2
2011-10-31mfd: Add module.h to the implicit drivers/mfd usersGravatar Paul Gortmaker 1-0/+1
2011-08-22mfd: Convert WM8400 to regmap APIGravatar Mark Brown 1-77/+29
2011-05-26mfd: Use mfd cell platform_data for wm8400 cells platform bitsGravatar Samuel Ortiz 1-1/+2
2011-03-23asoc: wm8400-codec: Use mfd_data instead of driver_dataGravatar Andres Salomon 1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-2/+0
2010-05-28mfd: Fix error in wm8400 reg cache access checkGravatar Phil Carmody 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-17mfd: early init for MFD running regulatorsGravatar Samuel Ortiz 1-1/+1
2009-06-15mfd: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-1/+1
2009-01-04mfd: Register WM8400 codec deviceGravatar Mark Brown 1-6/+25
2008-10-13mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMUGravatar Mark Brown 1-0/+455