Re: [PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-22 Thread Vinod Koul
On Fri, Sep 22, 2017 at 09:16:13AM +0300, Peter Ujfalusi wrote: > Stefan, Vinod, > > > Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. > Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki > > On 2017-09-21 21:29, Peter Ujfalusi wrote: > > > > > > On 2017-09-21

Re: [PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-22 Thread Vinod Koul
On Fri, Sep 22, 2017 at 09:16:13AM +0300, Peter Ujfalusi wrote: > Stefan, Vinod, > > > Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. > Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki > > On 2017-09-21 21:29, Peter Ujfalusi wrote: > > > > > > On 2017-09-21

Re: [PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-22 Thread Peter Ujfalusi
Stefan, Vinod, Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 2017-09-21 21:29, Peter Ujfalusi wrote: > > > On 2017-09-21 20:17, Vinod Koul wrote: >> On Sun, Sep 17, 2017 at 04:25:10PM +0200, Stefan Brüns

Re: [PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-22 Thread Peter Ujfalusi
Stefan, Vinod, Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 2017-09-21 21:29, Peter Ujfalusi wrote: > > > On 2017-09-21 20:17, Vinod Koul wrote: >> On Sun, Sep 17, 2017 at 04:25:10PM +0200, Stefan Brüns

Re: [PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-21 Thread Peter Ujfalusi
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 2017-09-21 20:17, Vinod Koul wrote: > On Sun, Sep 17, 2017 at 04:25:10PM +0200, Stefan Brüns wrote: >> The driver would happily accept buswidth of 16/32/64 bytes

Re: [PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-21 Thread Peter Ujfalusi
 Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 2017-09-21 20:17, Vinod Koul wrote: > On Sun, Sep 17, 2017 at 04:25:10PM +0200, Stefan Brüns wrote: >> The driver would happily accept buswidth of 16/32/64 bytes

Re: [PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-21 Thread Vinod Koul
On Sun, Sep 17, 2017 at 04:25:10PM +0200, Stefan Brüns wrote: > The driver would happily accept buswidth of 16/32/64 bytes and program > garbage to its registers. Peter? > > Signed-off-by: Stefan Brüns > --- > drivers/dma/edma.c | 4 ++-- > 1 file changed, 2

Re: [PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-21 Thread Vinod Koul
On Sun, Sep 17, 2017 at 04:25:10PM +0200, Stefan Brüns wrote: > The driver would happily accept buswidth of 16/32/64 bytes and program > garbage to its registers. Peter? > > Signed-off-by: Stefan Brüns > --- > drivers/dma/edma.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

[PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-17 Thread Stefan Brüns
The driver would happily accept buswidth of 16/32/64 bytes and program garbage to its registers. Signed-off-by: Stefan Brüns --- drivers/dma/edma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index

[PATCH] dmaengine: edma: Reject slave configs using a buswidth of 8 and larger

2017-09-17 Thread Stefan Brüns
The driver would happily accept buswidth of 16/32/64 bytes and program garbage to its registers. Signed-off-by: Stefan Brüns --- drivers/dma/edma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index 3879f80a4815..c944ea339425