lantiq: ltq-ptm: use platform_get_irq to get irqs
authorMartin Schiller <ms@dev.tdt.de>
Fri, 12 Apr 2024 06:56:24 +0000 (08:56 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Wed, 15 May 2024 06:54:58 +0000 (08:54 +0200)
commit52719d90c209185ee13475539d7d68be7ebb16cd
tree4c69fc3b676f598d960c39d08178f8a7898e64c8
parent7bc487c12eefc53a4f7b67cba6f590ce9807a968
lantiq: ltq-ptm: 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-ptm/src/ifxmips_ptm_adsl.c
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_adsl.h
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_amazon_se.h
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_ar9.h
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_danube.h
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_vr9.h
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c
package/kernel/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.h