Re: [PATCH v4 3/3] dmaengine: sun6i: share the dma driver with sun50i

2016-11-23 Thread Chen-Yu Tsai
Hi, On Sun, Nov 20, 2016 at 6:45 PM, Hao Zhang wrote: > Changes the limited buswith to 8 bytes,and add > the test in sun6i_dma_config function > > Accroding to sun6i dma driver, i think ,if the client > doesn't configure the address width with dmaengine_slave_config >

Re: [PATCH v4 3/3] dmaengine: sun6i: share the dma driver with sun50i

2016-11-23 Thread Chen-Yu Tsai
Hi, On Sun, Nov 20, 2016 at 6:45 PM, Hao Zhang wrote: > Changes the limited buswith to 8 bytes,and add > the test in sun6i_dma_config function > > Accroding to sun6i dma driver, i think ,if the client > doesn't configure the address width with dmaengine_slave_config > function, it would use the

Re: [PATCH v4 3/3] dmaengine: sun6i: share the dma driver with sun50i

2016-11-22 Thread Vinod Koul
On Sun, Nov 20, 2016 at 06:45:40PM +0800, Hao Zhang wrote: > Changes the limited buswith to 8 bytes,and add > the test in sun6i_dma_config function > > Accroding to sun6i dma driver, i think ,if the client typo and other grammatical mistakes here.. > doesn't configure the address

Re: [PATCH v4 3/3] dmaengine: sun6i: share the dma driver with sun50i

2016-11-22 Thread Vinod Koul
On Sun, Nov 20, 2016 at 06:45:40PM +0800, Hao Zhang wrote: > Changes the limited buswith to 8 bytes,and add > the test in sun6i_dma_config function > > Accroding to sun6i dma driver, i think ,if the client typo and other grammatical mistakes here.. > doesn't configure the address

Re: [PATCH v4 3/3] dmaengine: sun6i: share the dma driver with sun50i

2016-11-22 Thread Maxime Ripard
Hi, On Sun, Nov 20, 2016 at 06:45:40PM +0800, Hao Zhang wrote: > Changes the limited buswith to 8 bytes,and add > the test in sun6i_dma_config function > > Accroding to sun6i dma driver, i think ,if the client > doesn't configure the address width with dmaengine_slave_config > function, it would

Re: [PATCH v4 3/3] dmaengine: sun6i: share the dma driver with sun50i

2016-11-22 Thread Maxime Ripard
Hi, On Sun, Nov 20, 2016 at 06:45:40PM +0800, Hao Zhang wrote: > Changes the limited buswith to 8 bytes,and add > the test in sun6i_dma_config function > > Accroding to sun6i dma driver, i think ,if the client > doesn't configure the address width with dmaengine_slave_config > function, it would

[PATCH v4 3/3] dmaengine: sun6i: share the dma driver with sun50i

2016-11-20 Thread Hao Zhang
Changes the limited buswith to 8 bytes,and add the test in sun6i_dma_config function Accroding to sun6i dma driver, i think ,if the client doesn't configure the address width with dmaengine_slave_config function, it would use the default width. So we can add the test in sun6i_dma_config function

[PATCH v4 3/3] dmaengine: sun6i: share the dma driver with sun50i

2016-11-20 Thread Hao Zhang
Changes the limited buswith to 8 bytes,and add the test in sun6i_dma_config function Accroding to sun6i dma driver, i think ,if the client doesn't configure the address width with dmaengine_slave_config function, it would use the default width. So we can add the test in sun6i_dma_config function