Re: [PATCH v2 1/2] arm64: Move Mediatek GIC quirk handling from irqchip to core

From: Doug Anderson
Date: Tue Nov 07 2023 - 12:38:08 EST


Hi,

On Tue, Nov 7, 2023 at 8:30 AM AngeloGioacchino Del Regno
<angelogioacchino.delregno@xxxxxxxxxxxxx> wrote:
>
> > +static __init void detect_system_supports_pseudo_nmi(void)
> > +{
> > + struct device_node *np;
> > +
> > + if (!enable_pseudo_nmi)
> > + return;
> > +
> > + /*
> > + * Detect broken Mediatek firmware that doesn't properly save and
>
> s/Mediatek/MediaTek/g
>
> Apart from that,
>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
>
> On MT8195, MT8192, MT8186:
> Tested-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>

Thanks! Unless someone wants me to spin it more quickly, I'll plan to
send a V3 with the Mediatek=>MediaTek change tomorrow.

-Doug