lantiq: vmmc kernel-in-tree driver: use platform_get_irq to get irqs
authorMartin Schiller <ms@dev.tdt.de>
Mon, 15 Apr 2024 14:54:07 +0000 (16:54 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Wed, 15 May 2024 06:54:58 +0000 (08:54 +0200)
commitece380cf288fff0e090f0f36615581ff0845c202
tree574adfe314502b8fddfb06c07cb31ee3c43ced2a
parent5c9817775e31d6d3792f82d23486777da0c12e12
lantiq: vmmc kernel-in-tree driver: use platform_get_irq to get irqs

This is required for linux-6.1 compatibility.

IRQs are not automatically mapped from HW to virtual IRQ numbers when
the IRQ domain is registered. This happens when the IRQ number is read
from the device tree based on the IRQ domain from the device tree now.
In kernel 5.15 it was done when the IRQ domain was registered.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
target/linux/lantiq/patches-5.15/0200-MIPS-lantiq-xway-vmmc-use-platform_get_irq-to-get-ir.patch [new file with mode: 0644]
target/linux/lantiq/patches-6.1/0200-MIPS-lantiq-xway-vmmc-use-platform_get_irq-to-get-ir.patch [new file with mode: 0644]