index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
My (slowly updated) mirror of Linux from Asahi Linux
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mfd
/
wm831x-irq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
mfd: wm831x: Add basic device tree binding
Charles Keepax
2017-03-23
1
-3
/
+3
*
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