[PATCH 0/2] irqchip/irq-realtek-rtl: Add multicore support

Markus Stockhausen posted 2 patches 1 month ago
There is a newer version of this series
[PATCH 0/2] irqchip/irq-realtek-rtl: Add multicore support
Posted by Markus Stockhausen 1 month ago
The Realtek Otto switch series consists of multiple devices.

- RTL838x: single core (Realtek proprietary IRQ controller)
- RTL839x: multi core (Realtek proprietary IRQ controller)
- RTL930x: multi core (Realtek proprietary IRQ controller)
- RTL931x: multi core (MIPS GIC controller)

The first three devices are supported by the irq-realtek-rtl
driver. Until now it only supports single core operation. So
the multi core devices cannot be driven in SMP mode.

Add multi core support to the driver.  

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
---
AW: [PATCH 0/2] irqchip/irq-realtek-rtl: Add multicore support
Posted by Markus Stockhausen 3 weeks ago
Hi Thomas,

> Von: Markus Stockhausen <markus.stockhausen@gmx.de> 
> Gesendet: Dienstag, 12. Mai 2026 20:47
> An: tglx@kernel.org; linux-kernel@vger.kernel.org
> Cc: Markus Stockhausen <markus.stockhausen@gmx.de>
> Betreff: [PATCH 0/2] irqchip/irq-realtek-rtl: Add multicore support
>
> The Realtek Otto switch series consists of multiple devices.
>
> - RTL838x: single core (Realtek proprietary IRQ controller)
> - RTL839x: multi core (Realtek proprietary IRQ controller)
> - RTL930x: multi core (Realtek proprietary IRQ controller)
> - RTL931x: multi core (MIPS GIC controller)
>
> The first three devices are supported by the irq-realtek-rtl
> driver. Until now it only supports single core operation. So
> the multi core devices cannot be driven in SMP mode.
>
> Add multi core support to the driver.  

Maybe you can give feedback on this series?

Thanks in advance.

Markus