Rafał Miłecki <[email protected]> writes:
> From: Rafał Miłecki <[email protected]>
>
> This reverts commit 4c81acab3816 ("bcma: init serial console directly
> from ChipCommon code") as it broke IRQ assignment. Getting IRQ with
> bcma_core_irq helper on SoC requires MIPS core to be set. It happens
> *after* ChipCommon initialization so we can't do this so early.
>
> This fixes a regression but it seems noone noticed it for about a year.
> It could be it was because serial was still somehow working, just
> without IRQs. It doesn't look like a critical patch / fix.
>
> Reported-by: Felix Fietkau <[email protected]>
> Signed-off-by: Rafał Miłecki <[email protected]>
So this is for 4.11? What about CC stable?
I'll add a Fixes line:
Fixes: 4c81acab3816 ("bcma: init serial console directly from ChipCommon code")
--
Kalle Valo