Re: [PATCH 1/2] serial: imx: cleanup imx_uart_disable_dma()

2018-05-08 Thread Sebastian Reichel
Hi, On Tue, May 08, 2018 at 08:40:47AM +0200, Uwe Kleine-König wrote: > On Mon, May 07, 2018 at 11:36:09PM +0200, Sebastian Reichel wrote: > > Remove unrelated CTSC/CTS disabling from imx_uart_disable_dma() and > > move it to imx_uart_shutdown(), which is the only user of the DMA > > disabling fun

Re: [PATCH 1/2] serial: imx: cleanup imx_uart_disable_dma()

2018-05-07 Thread Uwe Kleine-König
Hello, On Mon, May 07, 2018 at 11:36:09PM +0200, Sebastian Reichel wrote: > Remove unrelated CTSC/CTS disabling from imx_uart_disable_dma() and > move it to imx_uart_shutdown(), which is the only user of the DMA > disabling function. This should not change the driver's behaviour, > but improves re