Re: [PATCH] dmaengine: imx-sdma: Correct addr widths

2017-09-14 Thread Nicolin Chen
On Wed, Sep 13, 2017 at 10:39:20PM -0700, Nicolin Chen wrote: > The driver also supports 2_BYTES and 1_BYTE in sdma_prep_slave_sg(). > So this patch just adds them to the lists. > > Signed-off-by: Nicolin Chen Please ignore this one as I just found the "directions" is also wrong. Sending a v2..

[PATCH] dmaengine: imx-sdma: Correct addr widths

2017-09-13 Thread Nicolin Chen
The driver also supports 2_BYTES and 1_BYTE in sdma_prep_slave_sg(). So this patch just adds them to the lists. Signed-off-by: Nicolin Chen --- drivers/dma/imx-sdma.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c index