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
/
wm831x-irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mfd: Kill off set_irq_flags usage
Rob Herring
2015-08-11
1
-7
/
+0
*
mfd: Constify regmap and irq configuration data
Krzysztof Kozlowski
2015-06-22
1
-1
/
+1
*
mfd: Use dev_get_platdata()
Jingoo Han
2013-07-31
1
-1
/
+1
*
mfd: Emulate active low IRQs as well as active high IRQs for wm831x
Mark Brown
2012-05-20
1
-5
/
+19
*
mfd: Convert wm831x to irq_domain
Mark Brown
2012-05-20
1
-37
/
+64
*
mfd: Don't try to flag IRQ 0 as a wm831x wake source
Mark Brown
2012-05-20
1
-11
/
+12
*
mfd: Still check other interrupts if we get a wm831x touchscreen IRQ
Mark Brown
2012-01-09
1
-2
/
+1
*
mfd: Remove unused wm831x_irq_data_to_mask_reg()
Mark Brown
2012-01-09
1
-5
/
+0
*
mfd: Simulate active high IRQs with wm831x
Mark Brown
2011-10-24
1
-1
/
+21
*
mfd: Remove spurious newlines from wm831x-irq.c
Mark Brown
2011-10-24
1
-2
/
+0
*
mfd: Acknowlege all WM831x IRQs before we handle them
Mark Brown
2011-07-31
1
-17
/
+13
*
mfd: Fix off by one in WM831x IRQ code
Dimitris Papastamos
2011-07-31
1
-0
/
+5
*
mfd: Support dynamic allocation of IRQ range for wm831x
Mark Brown
2011-07-31
1
-5
/
+13
*
mfd: Fix bus lock interaction for WM831x IRQ set_type() operation
Mark Brown
2011-07-31
1
-6
/
+18
*
mfd: Continue with IRQ setup even if we don't have PMIC main IRQ
Mark Brown
2011-05-26
1
-13
/
+14
*
mfd: Cleanup irq namespace
Thomas Gleixner
2011-03-27
1
-4
/
+4
*
mfd: Convert WM831x interrupt masking to enable/disable operations
Mark Brown
2011-03-23
1
-4
/
+8
*
mfd: Remove bitrotted genirq comment from wm831x IRQ code
Mark Brown
2011-03-23
1
-9
/
+0
*
mfd: Add fast path for WM831x touchscreen interrupts
Mark Brown
2011-03-23
1
-0
/
+12
*
mfd: Support configuration of WM831x /IRQ output in CMOS mode
Mark Brown
2011-03-23
1
-0
/
+8
*
mfd: Leave acknowledgement of WM831x touchscreen IRQs to the driver
Mark Brown
2011-03-23
1
-0
/
+3
*
mfd: Flag WM831x /IRQ as a wake source
Mark Brown
2011-01-14
1
-0
/
+11
*
mfd: Convert Wolfson MFD drivers to use irq_data accessor function
Mark Brown
2011-01-14
1
-5
/
+5
*
mfd: Convert WM831x to new irq_ interrupt methods
Mark Brown
2011-01-14
1
-20
/
+22
*
mfd: Ignore non-GPIO IRQs when setting wm831x IRQ types
Mark Brown
2010-09-29
1
-2
/
+7
*
mfd: Initialise WM831x IRQ masks on chip even if interrupts not in use
Mark Brown
2010-05-28
1
-8
/
+8
*
mfd: Remove unused wm831x IRQ handler data
Mark Brown
2010-05-28
1
-2
/
+0
*
ASoC: Use more idiomatic driver name for WM8731
Mark Brown
2010-05-10
1
-0
/
+30
*
mfd: Move WM831x to generic IRQ
Mark Brown
2009-12-13
1
-122
/
+87
*
mfd: Always initialise WM831x IRQ mutex
Mark Brown
2009-10-27
1
-1
/
+2
*
mfd: Add WM831x interrupt support
Mark Brown
2009-09-17
1
-0
/
+559