]> asedeno.scripts.mit.edu Git - linux.git/commit
serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x
authorVignesh R <vigneshr@ti.com>
Fri, 20 Jan 2017 08:16:53 +0000 (13:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jan 2017 13:44:37 +0000 (14:44 +0100)
commitb6ffcf21082300519bc4f9c3d24f61207cc9eae4
tree40d3bb7bf91412ee2a2690d6d2d0f3f7d6153333
parent75f54acc086940ccef8b6d67ba8537529bda104c
serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437x

UART uses as EDMA as dma engine on AM437x SoC and therefore, requires
OMAP_DMA_TX_KICK quirk just like AM33xx. So, enable OMAP_DMA_TX_KICK
quirk for AM437x platform as well. While at that, drop use of
of_machine_is_compatible() and instead pass quirks via device data.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c