Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver

2017-05-17 Thread Andy Shevchenko
On Tue, May 16, 2017 at 7:28 AM, Vinod Koul  wrote:
> On Mon, May 15, 2017 at 05:09:13PM +0200, Takashi Iwai wrote:
>> On Mon, 15 May 2017 16:49:40 +0200,
>> Vinod Koul wrote:

>> > > Sorry, I forgot to mention that it's supposed to go via either tree,
>> > > though together. Since first we remove users of non-standard DMA
>> > > callbacks.
>> >
>> > Okay dropped it, anyway the kbuild complained due to dependency
>> >
>> > SO if you want this to be merged thru sound tree:
>> >
>> > Acked-by: Vinod Koul 
>>
>> OK, I merged two patches in topic/avr32-removal branch.  It's based on
>> 4.12-rc1, so it should be mergeable to your tree cleanly.
>
> Thanks Takashi,
>
> I have pulled and this is also in dmaengine-next now

Thanks, everybody!

-- 
With Best Regards,
Andy Shevchenko


Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver

2017-05-17 Thread Andy Shevchenko
On Tue, May 16, 2017 at 7:28 AM, Vinod Koul  wrote:
> On Mon, May 15, 2017 at 05:09:13PM +0200, Takashi Iwai wrote:
>> On Mon, 15 May 2017 16:49:40 +0200,
>> Vinod Koul wrote:

>> > > Sorry, I forgot to mention that it's supposed to go via either tree,
>> > > though together. Since first we remove users of non-standard DMA
>> > > callbacks.
>> >
>> > Okay dropped it, anyway the kbuild complained due to dependency
>> >
>> > SO if you want this to be merged thru sound tree:
>> >
>> > Acked-by: Vinod Koul 
>>
>> OK, I merged two patches in topic/avr32-removal branch.  It's based on
>> 4.12-rc1, so it should be mergeable to your tree cleanly.
>
> Thanks Takashi,
>
> I have pulled and this is also in dmaengine-next now

Thanks, everybody!

-- 
With Best Regards,
Andy Shevchenko


Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver

2017-05-15 Thread Vinod Koul
On Mon, May 15, 2017 at 05:09:13PM +0200, Takashi Iwai wrote:
> On Mon, 15 May 2017 16:49:40 +0200,
> Vinod Koul wrote:
> > 
> > On Mon, May 15, 2017 at 11:43:11AM +0300, Andy Shevchenko wrote:
> > > On Sun, 2017-05-14 at 18:34 +0530, Vinod Koul wrote:
> > > > On Tue, May 09, 2017 at 07:18:37PM +0300, Andy Shevchenko wrote:
> > > > > AVR32 is gone. Now it's time to clean up the driver by removing
> > > > > leftovers that was used by AVR32 related code.
> > > > 
> > > > Since the cover didn't mention any dependency, I went ahead and
> > > > applied this
> > > > now
> > > > 
> > > 
> > > Sorry, I forgot to mention that it's supposed to go via either tree,
> > > though together. Since first we remove users of non-standard DMA
> > > callbacks.
> > 
> > Okay dropped it, anyway the kbuild complained due to dependency
> > 
> > SO if you want this to be merged thru sound tree:
> > 
> > Acked-by: Vinod Koul 
> 
> OK, I merged two patches in topic/avr32-removal branch.  It's based on
> 4.12-rc1, so it should be mergeable to your tree cleanly.

Thanks Takashi,

I have pulled and this is also in dmaengine-next now

-- 
~Vinod


Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver

2017-05-15 Thread Vinod Koul
On Mon, May 15, 2017 at 05:09:13PM +0200, Takashi Iwai wrote:
> On Mon, 15 May 2017 16:49:40 +0200,
> Vinod Koul wrote:
> > 
> > On Mon, May 15, 2017 at 11:43:11AM +0300, Andy Shevchenko wrote:
> > > On Sun, 2017-05-14 at 18:34 +0530, Vinod Koul wrote:
> > > > On Tue, May 09, 2017 at 07:18:37PM +0300, Andy Shevchenko wrote:
> > > > > AVR32 is gone. Now it's time to clean up the driver by removing
> > > > > leftovers that was used by AVR32 related code.
> > > > 
> > > > Since the cover didn't mention any dependency, I went ahead and
> > > > applied this
> > > > now
> > > > 
> > > 
> > > Sorry, I forgot to mention that it's supposed to go via either tree,
> > > though together. Since first we remove users of non-standard DMA
> > > callbacks.
> > 
> > Okay dropped it, anyway the kbuild complained due to dependency
> > 
> > SO if you want this to be merged thru sound tree:
> > 
> > Acked-by: Vinod Koul 
> 
> OK, I merged two patches in topic/avr32-removal branch.  It's based on
> 4.12-rc1, so it should be mergeable to your tree cleanly.

Thanks Takashi,

I have pulled and this is also in dmaengine-next now

-- 
~Vinod


Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver

2017-05-15 Thread Takashi Iwai
On Mon, 15 May 2017 16:49:40 +0200,
Vinod Koul wrote:
> 
> On Mon, May 15, 2017 at 11:43:11AM +0300, Andy Shevchenko wrote:
> > On Sun, 2017-05-14 at 18:34 +0530, Vinod Koul wrote:
> > > On Tue, May 09, 2017 at 07:18:37PM +0300, Andy Shevchenko wrote:
> > > > AVR32 is gone. Now it's time to clean up the driver by removing
> > > > leftovers that was used by AVR32 related code.
> > > 
> > > Since the cover didn't mention any dependency, I went ahead and
> > > applied this
> > > now
> > > 
> > 
> > Sorry, I forgot to mention that it's supposed to go via either tree,
> > though together. Since first we remove users of non-standard DMA
> > callbacks.
> 
> Okay dropped it, anyway the kbuild complained due to dependency
> 
> SO if you want this to be merged thru sound tree:
> 
> Acked-by: Vinod Koul 

OK, I merged two patches in topic/avr32-removal branch.  It's based on
4.12-rc1, so it should be mergeable to your tree cleanly.


thanks,

Takashi


Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver

2017-05-15 Thread Takashi Iwai
On Mon, 15 May 2017 16:49:40 +0200,
Vinod Koul wrote:
> 
> On Mon, May 15, 2017 at 11:43:11AM +0300, Andy Shevchenko wrote:
> > On Sun, 2017-05-14 at 18:34 +0530, Vinod Koul wrote:
> > > On Tue, May 09, 2017 at 07:18:37PM +0300, Andy Shevchenko wrote:
> > > > AVR32 is gone. Now it's time to clean up the driver by removing
> > > > leftovers that was used by AVR32 related code.
> > > 
> > > Since the cover didn't mention any dependency, I went ahead and
> > > applied this
> > > now
> > > 
> > 
> > Sorry, I forgot to mention that it's supposed to go via either tree,
> > though together. Since first we remove users of non-standard DMA
> > callbacks.
> 
> Okay dropped it, anyway the kbuild complained due to dependency
> 
> SO if you want this to be merged thru sound tree:
> 
> Acked-by: Vinod Koul 

OK, I merged two patches in topic/avr32-removal branch.  It's based on
4.12-rc1, so it should be mergeable to your tree cleanly.


thanks,

Takashi


Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver

2017-05-15 Thread Vinod Koul
On Mon, May 15, 2017 at 11:43:11AM +0300, Andy Shevchenko wrote:
> On Sun, 2017-05-14 at 18:34 +0530, Vinod Koul wrote:
> > On Tue, May 09, 2017 at 07:18:37PM +0300, Andy Shevchenko wrote:
> > > AVR32 is gone. Now it's time to clean up the driver by removing
> > > leftovers that was used by AVR32 related code.
> > 
> > Since the cover didn't mention any dependency, I went ahead and
> > applied this
> > now
> > 
> 
> Sorry, I forgot to mention that it's supposed to go via either tree,
> though together. Since first we remove users of non-standard DMA
> callbacks.

Okay dropped it, anyway the kbuild complained due to dependency

SO if you want this to be merged thru sound tree:

Acked-by: Vinod Koul 

-- 
~Vinod


Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver

2017-05-15 Thread Vinod Koul
On Mon, May 15, 2017 at 11:43:11AM +0300, Andy Shevchenko wrote:
> On Sun, 2017-05-14 at 18:34 +0530, Vinod Koul wrote:
> > On Tue, May 09, 2017 at 07:18:37PM +0300, Andy Shevchenko wrote:
> > > AVR32 is gone. Now it's time to clean up the driver by removing
> > > leftovers that was used by AVR32 related code.
> > 
> > Since the cover didn't mention any dependency, I went ahead and
> > applied this
> > now
> > 
> 
> Sorry, I forgot to mention that it's supposed to go via either tree,
> though together. Since first we remove users of non-standard DMA
> callbacks.

Okay dropped it, anyway the kbuild complained due to dependency

SO if you want this to be merged thru sound tree:

Acked-by: Vinod Koul 

-- 
~Vinod