Re: [PATCH] Revert "irqchip/mtk-sysirq: Convert to a platform driver"
From: Frank Wunderlich
Date: Fri Aug 21 2020 - 10:04:02 EST
Am 21. August 2020 12:17:36 MESZ schrieb Marc Zyngier <maz@xxxxxxxxxx>:
>It'd be good if you could help with that, but I will definitely apply
>the revert (below for the revert list). Any change is too invasive to
>be added to this cycle.
>
>920ecb8c35cb irqchip/mtk-cirq: Convert to a platform driver
>f97dbf48ca43 irqchip/mtk-sysirq: Convert to a platform driver
>5be57099d445 irqchip/qcom-pdc: Switch to using IRQCHIP_PLATFORM_DRIVER
>helper macros
with Patch "irqchip: Fix probing deferal when using IRQCHIP_PLATFORM_DRIVER helper" i can boot my board, but i get these errors:
[ 0.014234] irq: no irq domain found for interrupt-controller@10200100 !
[ 0.020981] Failed to map interrupt for /timer@10008000
[ 0.026248] Failed to initialize '/timer@10008000': -22
[ 4.314126] hw perfevents: /pmu: failed to register PMU devices!
if i revert f97dbf48ca43009e8b8bcdf07f47fc9f06149b36 these are gone
So from my pov revert is best way at the moment
regards Frank