aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/pending-5.15/860-serial-8250_mtk-track-busclk-state-to-avoid-bus-error.patch
Commit message (Collapse)AuthorAge
* kernel: serial: 8250_mtk: track busclk state to avoid bus errorDaniel Golle2023-09-21
UARTs not used as boot console are currently broken on some MediaTek targets due to register access depending on the bus clock being enabled. Add patch to make sure this dependency is always met. Signed-off-by: Daniel Golle <daniel@makrotopia.org>