Re: [PATCH v2 4/6] i2c: i2c-stm32: Add generic DMA API

2018-03-26 Thread Pierre Yves MORDRET
Thanks for the heads-up ! My driver supports DMA, but hardly used in the system. But it's worth to mentioned it. On 03/24/2018 11:51 PM, Wolfram Sang wrote: > On Wed, Mar 21, 2018 at 05:48:58PM +0100, Pierre-Yves MORDRET wrote: >> This patch adds a generic DMA API to implement DMA support for

Re: [PATCH v2 4/6] i2c: i2c-stm32: Add generic DMA API

2018-03-26 Thread Pierre Yves MORDRET
Thanks for the heads-up ! My driver supports DMA, but hardly used in the system. But it's worth to mentioned it. On 03/24/2018 11:51 PM, Wolfram Sang wrote: > On Wed, Mar 21, 2018 at 05:48:58PM +0100, Pierre-Yves MORDRET wrote: >> This patch adds a generic DMA API to implement DMA support for

Re: [PATCH v2 4/6] i2c: i2c-stm32: Add generic DMA API

2018-03-24 Thread Wolfram Sang
On Wed, Mar 21, 2018 at 05:48:58PM +0100, Pierre-Yves MORDRET wrote: > This patch adds a generic DMA API to implement DMA support for i2c-stm32fx > drivers > > Signed-off-by: M'boumba Cedric Madianga > Signed-off-by: Pierre-Yves MORDRET In

Re: [PATCH v2 4/6] i2c: i2c-stm32: Add generic DMA API

2018-03-24 Thread Wolfram Sang
On Wed, Mar 21, 2018 at 05:48:58PM +0100, Pierre-Yves MORDRET wrote: > This patch adds a generic DMA API to implement DMA support for i2c-stm32fx > drivers > > Signed-off-by: M'boumba Cedric Madianga > Signed-off-by: Pierre-Yves MORDRET In case you haven't read it so far, there is a new

[PATCH v2 4/6] i2c: i2c-stm32: Add generic DMA API

2018-03-21 Thread Pierre-Yves MORDRET
This patch adds a generic DMA API to implement DMA support for i2c-stm32fx drivers Signed-off-by: M'boumba Cedric Madianga Signed-off-by: Pierre-Yves MORDRET --- Version history: v1: * Initial v2: --- ---

[PATCH v2 4/6] i2c: i2c-stm32: Add generic DMA API

2018-03-21 Thread Pierre-Yves MORDRET
This patch adds a generic DMA API to implement DMA support for i2c-stm32fx drivers Signed-off-by: M'boumba Cedric Madianga Signed-off-by: Pierre-Yves MORDRET --- Version history: v1: * Initial v2: --- --- drivers/i2c/busses/i2c-stm32.c | 153