RE: [PATCH V18 4/6] i2c: tegra: Add DMA support

2019-02-11 Thread Sowjanya Komatineni
> > > I am not sure if you are aware of this document, so I mention it: > > > > > > Documentation/i2c/DMA-considerations > > > > > > I am not pushing you to use the i2c_get_dma_safe_msg_buf() helpers, > > > just wanted to make sure you know about them. I am also fine with an > > > incremental p

Re: [PATCH V18 4/6] i2c: tegra: Add DMA support

2019-02-11 Thread Wolfram Sang
Hi Dmitry, > > I am not sure if you are aware of this document, so I mention it: > > > > Documentation/i2c/DMA-considerations > > > > I am not pushing you to use the i2c_get_dma_safe_msg_buf() helpers, > > just wanted to make sure you know about them. I am also fine with an > > incremental patch

Re: [PATCH V18 4/6] i2c: tegra: Add DMA support

2019-02-11 Thread Dmitry Osipenko
11.02.2019 15:55, Wolfram Sang пишет: > On Fri, Feb 08, 2019 at 10:59:40AM -0800, Sowjanya Komatineni wrote: >> This patch adds DMA support for Tegra I2C. >> >> Tegra I2C TX and RX FIFO depth is 8 words. PIO mode is used for >> transfer size of the max FIFO depth and DMA mode is used for >> transfe

Re: [PATCH V18 4/6] i2c: tegra: Add DMA support

2019-02-11 Thread Wolfram Sang
On Fri, Feb 08, 2019 at 10:59:40AM -0800, Sowjanya Komatineni wrote: > This patch adds DMA support for Tegra I2C. > > Tegra I2C TX and RX FIFO depth is 8 words. PIO mode is used for > transfer size of the max FIFO depth and DMA mode is used for > transfer size higher than max FIFO depth to save CP