Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1736991
| From | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 2/6] serial: imx: only set dma_is_rxing when DMA starts |
| Date | 2017-09-21 20:20 +0200 |
| Message-ID | <useeR-4od-5@gated-at.bofh.it> (permalink) |
| References | <uscmJ-3iX-3@gated-at.bofh.it> <uscmJ-3iX-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Sep 21, 2017 at 05:18:13PM +0100, Martyn Welch wrote: > From: Romain Perier <romain.perier@collabora.com> > > The variable dma_is_rxing is currently set to 1 in imx_disable_rx_int(). > This is problematic as: > > - whilst imx_disable_rx_int() is currently always called before > start_rx_dma() this dependency isn't obvious. > - start_rx_dma() does error checking and might exit without > enabling DMA. Currently this will result in dma_is_rxing suggesting > that DMA is being used for recieving. > > To avoid these issues, move the setting of dma_is_rxing to > start_rx_dma() when appropriate. > > Signed-off-by: Romain Perier <romain.perier@collabora.com> > Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk> Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Thanks Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ |
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 2/6] serial: imx: only set dma_is_rxing when DMA starts Martyn Welch <martyn.welch@collabora.co.uk> - 2017-09-21 18:20 +0200 Re: [PATCH v3 2/6] serial: imx: only set dma_is_rxing when DMA starts Uwe Kleine-König <u.kleine-koenig@pengutronix.de> - 2017-09-21 20:20 +0200
csiph-web