lantiq: ltq-adsl-mei: use platform_get_irq to get irqs
authorMartin Schiller <ms@dev.tdt.de>
Tue, 16 Apr 2024 06:45:17 +0000 (08:45 +0200)
committerMartin Schiller <ms@dev.tdt.de>
Wed, 15 May 2024 06:54:58 +0000 (08:54 +0200)
commitdaa109b42f00af90b5d83cca913a312ee08a6f4e
tree5368b61b528aba8476f644fddabd3a19e53a9073
parentfaaa54161ebb6ee77fc9c26dc4cb6a46676959a4
lantiq: ltq-adsl-mei: 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-adsl-mei/src/drv_mei_cpe.c
package/kernel/lantiq/ltq-adsl-mei/src/ifxmips_mei_interface.h