mbox series

[v1,0/3] realtek: backport SoC interrupt fixes

Message ID cover.1644763292.git.sander@svanheule.net
Headers show
Series realtek: backport SoC interrupt fixes | expand

Message

Sander Vanheule Feb. 13, 2022, 2:42 p.m. UTC
Some fixes for the SoC's interrupt controller were merged upstream for
5.17, and incorporated in 5.16.5 and 5.15.19. These fixes are required
to be able to implement the correct interrupt hierarchy in the DT
specification of the SoCs, and to get functioning interrupts on RTL930x.

Sander Vanheule (3):
  realtek: drop routing for unused interrupts
  realtek: backport SoC IRQ off-by-one fix
  realtek: backport SoC interrupt vIRQ mapping fix

 target/linux/realtek/dts-5.10/rtl838x.dtsi    | 21 +++----
 target/linux/realtek/dts-5.10/rtl930x.dtsi    | 25 ++++----
 ...ealtek-rtl-fix-off-by-one-in-routing.patch | 60 +++++++++++++++++++
 ...realtek-rtl-map-control-data-to-virq.patch | 35 +++++++++++
 4 files changed, 114 insertions(+), 27 deletions(-)
 create mode 100644 target/linux/realtek/patches-5.10/009-5.15.19-irqchip-realtek-rtl-fix-off-by-one-in-routing.patch
 create mode 100644 target/linux/realtek/patches-5.10/010-5.15.19-irqchip-realtek-rtl-map-control-data-to-virq.patch