Re: [RESEND PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-12-05 Thread Vinod Koul
On 06-11-18, 13:01, Baolin Wang wrote:
> This patchset removes the direction usage from struct dma_slave_config,
> and add one new field to save the direction. It also fixes some issues
> for link-list transfer. Moreover this patchset adds new 2-stage transfer
> support for our DMA.

Applied, thanks

-- 
~Vinod


Re: [RESEND PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-12-05 Thread Vinod Koul
On 06-11-18, 13:01, Baolin Wang wrote:
> This patchset removes the direction usage from struct dma_slave_config,
> and add one new field to save the direction. It also fixes some issues
> for link-list transfer. Moreover this patchset adds new 2-stage transfer
> support for our DMA.

Applied, thanks

-- 
~Vinod


Re: [RESEND PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-11-25 Thread Baolin Wang
Hi Vinod,

On Tue, 6 Nov 2018 at 13:01, Baolin Wang  wrote:
>
> This patchset removes the direction usage from struct dma_slave_config,
> and add one new field to save the direction. It also fixes some issues
> for link-list transfer. Moreover this patchset adds new 2-stage transfer
> support for our DMA.

Any comments for this patch set? Thanks.

>
> Baolin Wang (1):
>   dmaengine: sprd: Remove direction usage from struct dma_slave_config
>
> Eric Long (6):
>   dmaengine: sprd: Get transfer residue depending on the transfer
> direction
>   dmaengine: sprd: Fix the last link-list configuration
>   dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
> channel
>   dmaengine: sprd: Support DMA link-list cyclic callback
>   dmaengine: sprd: Support DMA 2-stage transfer mode
>   dmaengine: sprd: Add me as one of the module authors
>
>  drivers/dma/sprd-dma.c   |  152 
> +-
>  include/linux/dma/sprd-dma.h |   62 -
>  2 files changed, 194 insertions(+), 20 deletions(-)
>
> --
> 1.7.9.5
>


--
Baolin Wang
Best Regards


Re: [RESEND PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-11-25 Thread Baolin Wang
Hi Vinod,

On Tue, 6 Nov 2018 at 13:01, Baolin Wang  wrote:
>
> This patchset removes the direction usage from struct dma_slave_config,
> and add one new field to save the direction. It also fixes some issues
> for link-list transfer. Moreover this patchset adds new 2-stage transfer
> support for our DMA.

Any comments for this patch set? Thanks.

>
> Baolin Wang (1):
>   dmaengine: sprd: Remove direction usage from struct dma_slave_config
>
> Eric Long (6):
>   dmaengine: sprd: Get transfer residue depending on the transfer
> direction
>   dmaengine: sprd: Fix the last link-list configuration
>   dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
> channel
>   dmaengine: sprd: Support DMA link-list cyclic callback
>   dmaengine: sprd: Support DMA 2-stage transfer mode
>   dmaengine: sprd: Add me as one of the module authors
>
>  drivers/dma/sprd-dma.c   |  152 
> +-
>  include/linux/dma/sprd-dma.h |   62 -
>  2 files changed, 194 insertions(+), 20 deletions(-)
>
> --
> 1.7.9.5
>


--
Baolin Wang
Best Regards


[RESEND PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-11-05 Thread Baolin Wang
This patchset removes the direction usage from struct dma_slave_config,
and add one new field to save the direction. It also fixes some issues
for link-list transfer. Moreover this patchset adds new 2-stage transfer
support for our DMA.

Baolin Wang (1):
  dmaengine: sprd: Remove direction usage from struct dma_slave_config

Eric Long (6):
  dmaengine: sprd: Get transfer residue depending on the transfer
direction
  dmaengine: sprd: Fix the last link-list configuration
  dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
channel
  dmaengine: sprd: Support DMA link-list cyclic callback
  dmaengine: sprd: Support DMA 2-stage transfer mode
  dmaengine: sprd: Add me as one of the module authors

 drivers/dma/sprd-dma.c   |  152 +-
 include/linux/dma/sprd-dma.h |   62 -
 2 files changed, 194 insertions(+), 20 deletions(-)

-- 
1.7.9.5



[RESEND PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-11-05 Thread Baolin Wang
This patchset removes the direction usage from struct dma_slave_config,
and add one new field to save the direction. It also fixes some issues
for link-list transfer. Moreover this patchset adds new 2-stage transfer
support for our DMA.

Baolin Wang (1):
  dmaengine: sprd: Remove direction usage from struct dma_slave_config

Eric Long (6):
  dmaengine: sprd: Get transfer residue depending on the transfer
direction
  dmaengine: sprd: Fix the last link-list configuration
  dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
channel
  dmaengine: sprd: Support DMA link-list cyclic callback
  dmaengine: sprd: Support DMA 2-stage transfer mode
  dmaengine: sprd: Add me as one of the module authors

 drivers/dma/sprd-dma.c   |  152 +-
 include/linux/dma/sprd-dma.h |   62 -
 2 files changed, 194 insertions(+), 20 deletions(-)

-- 
1.7.9.5



Re: [PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-10-22 Thread Baolin Wang
On 21 October 2018 at 00:30, Vinod  wrote:
> On 18-10-18, 17:29, Baolin Wang wrote:
>> Hi Vinod,
>>
>> On 29 September 2018 at 13:48, Baolin Wang  wrote:
>> > This patchset removes the direction usage from struct dma_slave_config,
>> > and add one new field to save the direction. It also fixes some issues
>> > for link-list transfer. Moreover this patchset adds new 2-stage transfer
>> > support for our DMA.
>>
>> Do you have any comments for this patchset? Thanks a lot.
>
> Sorry bit busy with things and ELC, I should be able to review this
> after monday..

Thanks a lot. :)

-- 
Baolin Wang
Best Regards


Re: [PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-10-22 Thread Baolin Wang
On 21 October 2018 at 00:30, Vinod  wrote:
> On 18-10-18, 17:29, Baolin Wang wrote:
>> Hi Vinod,
>>
>> On 29 September 2018 at 13:48, Baolin Wang  wrote:
>> > This patchset removes the direction usage from struct dma_slave_config,
>> > and add one new field to save the direction. It also fixes some issues
>> > for link-list transfer. Moreover this patchset adds new 2-stage transfer
>> > support for our DMA.
>>
>> Do you have any comments for this patchset? Thanks a lot.
>
> Sorry bit busy with things and ELC, I should be able to review this
> after monday..

Thanks a lot. :)

-- 
Baolin Wang
Best Regards


Re: [PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-10-20 Thread Vinod
On 18-10-18, 17:29, Baolin Wang wrote:
> Hi Vinod,
> 
> On 29 September 2018 at 13:48, Baolin Wang  wrote:
> > This patchset removes the direction usage from struct dma_slave_config,
> > and add one new field to save the direction. It also fixes some issues
> > for link-list transfer. Moreover this patchset adds new 2-stage transfer
> > support for our DMA.
> 
> Do you have any comments for this patchset? Thanks a lot.

Sorry bit busy with things and ELC, I should be able to review this
after monday..

> 
> >
> > Baolin Wang (1):
> >   dmaengine: sprd: Remove direction usage from struct dma_slave_config
> >
> > Eric Long (6):
> >   dmaengine: sprd: Get transfer residue depending on the transfer
> > direction
> >   dmaengine: sprd: Fix the last link-list configuration
> >   dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
> > channel
> >   dmaengine: sprd: Support DMA link-list cyclic callback
> >   dmaengine: sprd: Support DMA 2-stage transfer mode
> >   dmaengine: sprd: Add me as one of the module authors
> >
> >  drivers/dma/sprd-dma.c   |  152 
> > +-
> >  include/linux/dma/sprd-dma.h |   62 -
> >  2 files changed, 194 insertions(+), 20 deletions(-)
> >
> > --
> > 1.7.9.5
> >
> 
> 
> 
> -- 
> Baolin Wang
> Best Regards

-- 
~Vinod


Re: [PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-10-20 Thread Vinod
On 18-10-18, 17:29, Baolin Wang wrote:
> Hi Vinod,
> 
> On 29 September 2018 at 13:48, Baolin Wang  wrote:
> > This patchset removes the direction usage from struct dma_slave_config,
> > and add one new field to save the direction. It also fixes some issues
> > for link-list transfer. Moreover this patchset adds new 2-stage transfer
> > support for our DMA.
> 
> Do you have any comments for this patchset? Thanks a lot.

Sorry bit busy with things and ELC, I should be able to review this
after monday..

> 
> >
> > Baolin Wang (1):
> >   dmaengine: sprd: Remove direction usage from struct dma_slave_config
> >
> > Eric Long (6):
> >   dmaengine: sprd: Get transfer residue depending on the transfer
> > direction
> >   dmaengine: sprd: Fix the last link-list configuration
> >   dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
> > channel
> >   dmaengine: sprd: Support DMA link-list cyclic callback
> >   dmaengine: sprd: Support DMA 2-stage transfer mode
> >   dmaengine: sprd: Add me as one of the module authors
> >
> >  drivers/dma/sprd-dma.c   |  152 
> > +-
> >  include/linux/dma/sprd-dma.h |   62 -
> >  2 files changed, 194 insertions(+), 20 deletions(-)
> >
> > --
> > 1.7.9.5
> >
> 
> 
> 
> -- 
> Baolin Wang
> Best Regards

-- 
~Vinod


Re: [PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-10-18 Thread Baolin Wang
Hi Vinod,

On 29 September 2018 at 13:48, Baolin Wang  wrote:
> This patchset removes the direction usage from struct dma_slave_config,
> and add one new field to save the direction. It also fixes some issues
> for link-list transfer. Moreover this patchset adds new 2-stage transfer
> support for our DMA.

Do you have any comments for this patchset? Thanks a lot.

>
> Baolin Wang (1):
>   dmaengine: sprd: Remove direction usage from struct dma_slave_config
>
> Eric Long (6):
>   dmaengine: sprd: Get transfer residue depending on the transfer
> direction
>   dmaengine: sprd: Fix the last link-list configuration
>   dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
> channel
>   dmaengine: sprd: Support DMA link-list cyclic callback
>   dmaengine: sprd: Support DMA 2-stage transfer mode
>   dmaengine: sprd: Add me as one of the module authors
>
>  drivers/dma/sprd-dma.c   |  152 
> +-
>  include/linux/dma/sprd-dma.h |   62 -
>  2 files changed, 194 insertions(+), 20 deletions(-)
>
> --
> 1.7.9.5
>



-- 
Baolin Wang
Best Regards


Re: [PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-10-18 Thread Baolin Wang
Hi Vinod,

On 29 September 2018 at 13:48, Baolin Wang  wrote:
> This patchset removes the direction usage from struct dma_slave_config,
> and add one new field to save the direction. It also fixes some issues
> for link-list transfer. Moreover this patchset adds new 2-stage transfer
> support for our DMA.

Do you have any comments for this patchset? Thanks a lot.

>
> Baolin Wang (1):
>   dmaengine: sprd: Remove direction usage from struct dma_slave_config
>
> Eric Long (6):
>   dmaengine: sprd: Get transfer residue depending on the transfer
> direction
>   dmaengine: sprd: Fix the last link-list configuration
>   dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
> channel
>   dmaengine: sprd: Support DMA link-list cyclic callback
>   dmaengine: sprd: Support DMA 2-stage transfer mode
>   dmaengine: sprd: Add me as one of the module authors
>
>  drivers/dma/sprd-dma.c   |  152 
> +-
>  include/linux/dma/sprd-dma.h |   62 -
>  2 files changed, 194 insertions(+), 20 deletions(-)
>
> --
> 1.7.9.5
>



-- 
Baolin Wang
Best Regards


[PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-09-28 Thread Baolin Wang
This patchset removes the direction usage from struct dma_slave_config,
and add one new field to save the direction. It also fixes some issues
for link-list transfer. Moreover this patchset adds new 2-stage transfer
support for our DMA.

Baolin Wang (1):
  dmaengine: sprd: Remove direction usage from struct dma_slave_config

Eric Long (6):
  dmaengine: sprd: Get transfer residue depending on the transfer
direction
  dmaengine: sprd: Fix the last link-list configuration
  dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
channel
  dmaengine: sprd: Support DMA link-list cyclic callback
  dmaengine: sprd: Support DMA 2-stage transfer mode
  dmaengine: sprd: Add me as one of the module authors

 drivers/dma/sprd-dma.c   |  152 +-
 include/linux/dma/sprd-dma.h |   62 -
 2 files changed, 194 insertions(+), 20 deletions(-)

-- 
1.7.9.5



[PATCH 0/7] Add some fixes and new feature for SPRD DMA

2018-09-28 Thread Baolin Wang
This patchset removes the direction usage from struct dma_slave_config,
and add one new field to save the direction. It also fixes some issues
for link-list transfer. Moreover this patchset adds new 2-stage transfer
support for our DMA.

Baolin Wang (1):
  dmaengine: sprd: Remove direction usage from struct dma_slave_config

Eric Long (6):
  dmaengine: sprd: Get transfer residue depending on the transfer
direction
  dmaengine: sprd: Fix the last link-list configuration
  dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
channel
  dmaengine: sprd: Support DMA link-list cyclic callback
  dmaengine: sprd: Support DMA 2-stage transfer mode
  dmaengine: sprd: Add me as one of the module authors

 drivers/dma/sprd-dma.c   |  152 +-
 include/linux/dma/sprd-dma.h |   62 -
 2 files changed, 194 insertions(+), 20 deletions(-)

-- 
1.7.9.5