lantiq: ltq-atm: use platform_get_irq to get irqs
authorMartin Schiller <ms@dev.tdt.de>
Fri, 12 Apr 2024 08:37:58 +0000 (10:37 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Wed, 15 May 2024 06:54:58 +0000 (08:54 +0200)
commitc143fd9091cc60e38c040588ea32db3acabaf8ed
tree754d3d7f0f684d8ab764141922ad175d4070ab63
parent52719d90c209185ee13475539d7d68be7ebb16cd
lantiq: ltq-atm: 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>
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_core.h
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_ppe_amazon_se.h
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_ppe_ar9.h
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_ppe_danube.h
package/kernel/lantiq/ltq-atm/src/ifxmips_atm_ppe_vr9.h
package/kernel/lantiq/ltq-atm/src/ltq_atm.c