Re: [PATCH 2/2] dmaengine: Add STM32 MDMA driver

2017-05-01 Thread Vinod Koul
On Wed, Apr 26, 2017 at 12:35:46PM +, Pierre Yves MORDRET wrote: > On 04/06/2017 09:08 AM, Vinod Koul wrote: > >> +static int stm32_mdma_get_width(struct stm32_mdma_chan *chan, > >> + enum dma_slave_buswidth width) > >> +{ > >> + switch (width) { > >> + case

Re: [PATCH 2/2] dmaengine: Add STM32 MDMA driver

2017-05-01 Thread Vinod Koul
On Wed, Apr 26, 2017 at 12:35:46PM +, Pierre Yves MORDRET wrote: > On 04/06/2017 09:08 AM, Vinod Koul wrote: > >> +static int stm32_mdma_get_width(struct stm32_mdma_chan *chan, > >> + enum dma_slave_buswidth width) > >> +{ > >> + switch (width) { > >> + case

Re: [PATCH 2/2] dmaengine: Add STM32 MDMA driver

2017-04-26 Thread Pierre Yves MORDRET
On 04/06/2017 09:08 AM, Vinod Koul wrote: > On Mon, Mar 13, 2017 at 04:06:39PM +0100, M'boumba Cedric Madianga wrote: >> This patch adds the driver for the STM32 MDMA controller. > > Again pls do describe the controller OK. I will add a more detail description with V2 > >> +#include >>

Re: [PATCH 2/2] dmaengine: Add STM32 MDMA driver

2017-04-26 Thread Pierre Yves MORDRET
On 04/06/2017 09:08 AM, Vinod Koul wrote: > On Mon, Mar 13, 2017 at 04:06:39PM +0100, M'boumba Cedric Madianga wrote: >> This patch adds the driver for the STM32 MDMA controller. > > Again pls do describe the controller OK. I will add a more detail description with V2 > >> +#include >>

Re: [PATCH 2/2] dmaengine: Add STM32 MDMA driver

2017-04-06 Thread Vinod Koul
On Mon, Mar 13, 2017 at 04:06:39PM +0100, M'boumba Cedric Madianga wrote: > This patch adds the driver for the STM32 MDMA controller. Again pls do describe the controller > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include >

Re: [PATCH 2/2] dmaengine: Add STM32 MDMA driver

2017-04-06 Thread Vinod Koul
On Mon, Mar 13, 2017 at 04:06:39PM +0100, M'boumba Cedric Madianga wrote: > This patch adds the driver for the STM32 MDMA controller. Again pls do describe the controller > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include >

[PATCH 2/2] dmaengine: Add STM32 MDMA driver

2017-03-13 Thread M'boumba Cedric Madianga
This patch adds the driver for the STM32 MDMA controller. Signed-off-by: M'boumba Cedric Madianga Reviewed-by: Ludovic BARRE --- drivers/dma/Kconfig | 12 + drivers/dma/Makefile |1 + drivers/dma/stm32-mdma.c | 1570

[PATCH 2/2] dmaengine: Add STM32 MDMA driver

2017-03-13 Thread M'boumba Cedric Madianga
This patch adds the driver for the STM32 MDMA controller. Signed-off-by: M'boumba Cedric Madianga Reviewed-by: Ludovic BARRE --- drivers/dma/Kconfig | 12 + drivers/dma/Makefile |1 + drivers/dma/stm32-mdma.c | 1570 ++ 3 files