Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1641083 > unrolled thread
| Started by | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| First post | 2017-05-14 15:10 +0200 |
| Last post | 2017-05-17 10:30 +0200 |
| Articles | 8 — 5 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver Vinod Koul <vinod.koul@intel.com> - 2017-05-14 15:10 +0200
Re: [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-05-15 10:50 +0200
Re: [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver Lars-Peter Clausen <lars@metafoo.de> - 2017-05-15 11:30 +0200
Re: [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-05-15 11:50 +0200
Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver Vinod Koul <vinod.koul@intel.com> - 2017-05-15 16:50 +0200
Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver Takashi Iwai <tiwai@suse.de> - 2017-05-15 17:10 +0200
Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver Vinod Koul <vinod.koul@intel.com> - 2017-05-16 06:30 +0200
Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-05-17 10:30 +0200
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Date | 2017-05-14 15:10 +0200 |
| Subject | Re: [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver |
| Message-ID | <tH1rz-1YE-7@gated-at.bofh.it> |
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 -- ~Vinod
[toc] | [next] | [standalone]
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-05-15 10:50 +0200 |
| Message-ID | <tHjRw-5Kw-5@gated-at.bofh.it> |
| In reply to | #1641083 |
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. -- Andy Shevchenko <andriy.shevchenko@linux.intel.com> Intel Finland Oy
[toc] | [prev] | [next] | [standalone]
| From | Lars-Peter Clausen <lars@metafoo.de> |
|---|---|
| Date | 2017-05-15 11:30 +0200 |
| Message-ID | <tHkuf-6eH-43@gated-at.bofh.it> |
| In reply to | #1641394 |
On 05/15/2017 10:43 AM, 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. > Since there is no hurry maybe split it over multiple releases. Audio patch now through the audio tree and once it has made it to a upstream release apply the DMA patch through the DMA tree.
[toc] | [prev] | [next] | [standalone]
| From | Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
|---|---|
| Date | 2017-05-15 11:50 +0200 |
| Message-ID | <tHkNz-6ni-9@gated-at.bofh.it> |
| In reply to | #1641477 |
On Mon, 2017-05-15 at 11:25 +0200, Lars-Peter Clausen wrote: > On 05/15/2017 10:43 AM, 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. > > > > Since there is no hurry maybe split it over multiple releases. Audio > patch > now through the audio tree and once it has made it to a upstream > release > apply the DMA patch through the DMA tree. While there is indeed no hurry (I'm not expecting long patches against dw_dmac), we may do that, though OTOH better to do it at once to minimize a probability that the second change might be forgotten for longer. -- Andy Shevchenko <andriy.shevchenko@linux.intel.com> Intel Finland Oy
[toc] | [prev] | [next] | [standalone]
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Date | 2017-05-15 16:50 +0200 |
| Subject | Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver |
| Message-ID | <tHptU-XY-19@gated-at.bofh.it> |
| In reply to | #1641394 |
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.koul@intel.com> -- ~Vinod
[toc] | [prev] | [next] | [standalone]
| From | Takashi Iwai <tiwai@suse.de> |
|---|---|
| Date | 2017-05-15 17:10 +0200 |
| Subject | Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver |
| Message-ID | <tHpNg-1m3-19@gated-at.bofh.it> |
| In reply to | #1641768 |
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 <vinod.koul@intel.com> 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
[toc] | [prev] | [next] | [standalone]
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Date | 2017-05-16 06:30 +0200 |
| Subject | Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver |
| Message-ID | <tHChr-MP-1@gated-at.bofh.it> |
| In reply to | #1641789 |
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 <vinod.koul@intel.com> > > 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
[toc] | [prev] | [next] | [standalone]
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Date | 2017-05-17 10:30 +0200 |
| Subject | Re: [alsa-devel] [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver |
| Message-ID | <tI2vf-DW-1@gated-at.bofh.it> |
| In reply to | #1642198 |
On Tue, May 16, 2017 at 7:28 AM, Vinod Koul <vinod.koul@intel.com> 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 <vinod.koul@intel.com> >> >> 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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web