diff options
| author | Alexey Charkov <[email protected]> | 2025-05-06 12:46:14 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2025-05-06 13:58:26 +0000 |
| commit | 22111fdf11666e4ff2bb80481a874a6b958323f2 (patch) | |
| tree | 4e92daf3f9df39d2ad7d34bce4e9cd794b2ffe4d /tools/perf/scripts/python/libxed.py | |
| parent | irqchip/sg2042-msi: Fix wrong type cast in sg2044_msi_irq_ack() (diff) | |
| download | kernel-22111fdf11666e4ff2bb80481a874a6b958323f2.tar.gz kernel-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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
