aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm8400-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-06mfd: wm8400-core: Supply description for wm8400_reset_codec_reg_cache's argLee Jones1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-03-19Merge tag 'v5.1-rc1' into regulator-5.2Mark Brown1-15/+3
2019-03-11regulator: wm8400: Get rid of wm8400_block_read/wm8400_set_bits functionsAxel Lin1-6/+0
2019-02-01mfd: wm8400-core: Make it explicitly non-modularPaul Gortmaker1-15/+3
2016-05-09mfd: Use IS_ENABLED(CONFIG_FOO) instead of checking FOO || FOO_MODULEJavier Martinez Canillas1-3/+3
2016-05-09mfd: wm8400-core: Delete wm8400_reg_read()Dan Carpenter1-21/+0
2016-04-19mfd: wm8400: Use devm_mfd_add_devices() for mfd_device registrationLaxman Dewangan1-22/+3
2015-08-11mfd: Drop owner assignment from i2c_driversKrzysztof Kozlowski1-1/+0
2014-06-03mfd: wm8400-core: Make mfd_cell array constKrzysztof Kozlowski1-1/+1
2014-03-19mfd: wm8400-core: Remove unnecessary gotoSachin Kamat1-17/+5
2013-07-31mfd: Use dev_get_platdata()Jingoo Han1-1/+1
2012-09-15mfd: core: Push irqdomain mapping out into devicesMark Brown1-1/+1
2012-05-20mfd: Export wm8400_block_read()Mark Brown1-0/+1
2012-05-20mfd: Remove wm8400 custom cache implementationMark Brown1-216/+35
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-2/+1
2012-03-06mfd: Show correct device id for wm8400Axel Lin1-2/+1
2012-02-22mfd: wm8400: Convert to devm_regmap_init_i2c()Mark Brown1-5/+2
2012-01-09mfd: Convert WM8400 to devm_kzalloc()Mark Brown1-5/+2
2011-10-31mfd: Add module.h to the implicit drivers/mfd usersPaul Gortmaker1-0/+1
2011-08-22mfd: Convert WM8400 to regmap APIMark Brown1-77/+29
2011-05-26mfd: Use mfd cell platform_data for wm8400 cells platform bitsSamuel Ortiz1-1/+2
2011-03-23asoc: wm8400-codec: Use mfd_data instead of driver_dataAndres Salomon1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-28mfd: Fix error in wm8400 reg cache access checkPhil Carmody1-2/+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
2009-06-17mfd: early init for MFD running regulatorsSamuel Ortiz1-1/+1
2009-06-15mfd: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-01-04mfd: Register WM8400 codec deviceMark Brown1-6/+25
2008-10-13mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMUMark Brown1-0/+455