Message ID | 20241011173356.870883-1-jm@ti.com (mailing list archive) |
---|---|
Headers | show |
Series | Misc OMAP GPIO/UART fixes | expand |
Judith Mendez <jm@ti.com> writes: > This patch series carries some miscellaneous > OMAP driver fixes for GPIO and UART drivers. > > For GPIO, add gpio_enable and gpio_disable calls > to gpio-omap which fixes an issue where if there > is an irq storm, serial console is unresponsive. > > For UART, move pm_runtime_get_sync since the > current order of omap_8250_rx_dma_flush and > pm_runtime_get_sync calls are set in a way that > when omap_8250_shutdown returns, dma->rx_running > is set and this causes issues next time the UART > is re-opened. Could you summarize which OMAP platforms this was tested on? Thanks, Kevin