diff options
author | 2025-05-06 16:46:14 +0400 | |
---|---|---|
committer | 2025-05-06 15:58:26 +0200 | |
commit | 22111fdf11666e4ff2bb80481a874a6b958323f2 (patch) | |
tree | 4e92daf3f9df39d2ad7d34bce4e9cd794b2ffe4d /scripts/lib/kdoc/kdoc_output.py | |
parent | irqchip/sg2042-msi: Fix wrong type cast in sg2044_msi_irq_ack() (diff) | |
download | linux-rng-22111fdf11666e4ff2bb80481a874a6b958323f2.tar.xz linux-rng-22111fdf11666e4ff2bb80481a874a6b958323f2.zip |
irqchip/irq-vt8500: Split up ack/mask functions
vt8500_irq_mask() really does the ACK for edge triggered interrupts and the
MASK for level triggered interrupts. Edge triggered interrupts never
really are masked as a result, and there is unnecessary reading of the
status register before the ACK even though it's write-one-to-clear.
Split it up into a proper standalone vt8500_irq_ack() and an unconditional
vt8500_irq_mask().
No Fixes tag added, as it has survived this way for 15 years and nobody
complained, so apparently nothing really used edge triggered interrupts
anyway.
[ tglx: Tabularize the irqchip struct initializer ]
Signed-off-by: Alexey Charkov <alchark@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250506-vt8500-intc-updates-v2-1-a3a0606cf92d@gmail.com
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions