commit | 4c9f6d31ddced23d4c149bc6af6a2bb93d97863f | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Wed Sep 07 13:50:27 2016 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Wed Nov 29 10:57:41 2017 +0000 |
tree | 390627e72f81a193ab768c95d4975b3e45ea2307 | |
parent | 4977e6acc5685cec402fb7dc549694c8f9680ff4 [diff] |
ARM: sa1111: use an irqdomain for SA1111 interrupts Use an IRQ domain for SA1111 interrupts, which allows us to separate the hardware interrupt number from the Linux interrupt number. We can then use the hardware interrupt number stored in the irq_data to calculate the register offsets and mask. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>