index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
wm8400-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mfd: wm8400-core: Make it explicitly non-modular
Paul Gortmaker
2019-02-01
1
-15
/
+3
*
mfd: Use IS_ENABLED(CONFIG_FOO) instead of checking FOO || FOO_MODULE
Javier Martinez Canillas
2016-05-09
1
-3
/
+3
*
mfd: wm8400-core: Delete wm8400_reg_read()
Dan Carpenter
2016-05-09
1
-21
/
+0
*
mfd: wm8400: Use devm_mfd_add_devices() for mfd_device registration
Laxman Dewangan
2016-04-19
1
-22
/
+3
*
mfd: Drop owner assignment from i2c_drivers
Krzysztof Kozlowski
2015-08-11
1
-1
/
+0
*
mfd: wm8400-core: Make mfd_cell array const
Krzysztof Kozlowski
2014-06-03
1
-1
/
+1
*
mfd: wm8400-core: Remove unnecessary goto
Sachin Kamat
2014-03-19
1
-17
/
+5
*
mfd: Use dev_get_platdata()
Jingoo Han
2013-07-31
1
-1
/
+1
*
mfd: core: Push irqdomain mapping out into devices
Mark Brown
2012-09-15
1
-1
/
+1
*
mfd: Export wm8400_block_read()
Mark Brown
2012-05-20
1
-0
/
+1
*
mfd: Remove wm8400 custom cache implementation
Mark Brown
2012-05-20
1
-216
/
+35
*
Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
2012-03-28
1
-2
/
+1
|
\
|
*
mfd: Show correct device id for wm8400
Axel Lin
2012-03-06
1
-2
/
+1
*
|
mfd: wm8400: Convert to devm_regmap_init_i2c()
Mark Brown
2012-02-22
1
-5
/
+2
|
/
*
mfd: Convert WM8400 to devm_kzalloc()
Mark Brown
2012-01-09
1
-5
/
+2
*
mfd: Add module.h to the implicit drivers/mfd users
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
mfd: Convert WM8400 to regmap API
Mark Brown
2011-08-22
1
-77
/
+29
*
mfd: Use mfd cell platform_data for wm8400 cells platform bits
Samuel Ortiz
2011-05-26
1
-1
/
+2
*
asoc: wm8400-codec: Use mfd_data instead of driver_data
Andres Salomon
2011-03-23
1
-1
/
+1
*
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-06-03
1
-2
/
+0
*
mfd: Fix error in wm8400 reg cache access check
Phil Carmody
2010-05-28
1
-2
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
mfd: early init for MFD running regulators
Samuel Ortiz
2009-06-17
1
-1
/
+1
*
mfd: remove driver_data direct access of struct device
Greg Kroah-Hartman
2009-06-15
1
-1
/
+1
*
mfd: Register WM8400 codec device
Mark Brown
2009-01-04
1
-6
/
+25
*
mfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU
Mark Brown
2008-10-13
1
-0
/
+455