Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-28 Thread Kevin Hilman
Bartlomiej Zolnierkiewicz writes: > Hi, > > On Friday, June 28, 2013 09:37:36 AM Olof Johansson wrote: >> Bartlomiej, >> >> Did you build test on the platforms you changed? You broke dove_defconfig: >> >> In file included from /home/olof/work/next/include/linux/skbuff.h:31:0, >>

Re: Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-28 Thread Bartlomiej Zolnierkiewicz
> >> --- > > > > I see Andrew has already picked this up. > > > > Acked-by: Dan Williams > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > > the body of a message to majord...@vger.kernel.org > &g

Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-28 Thread Olof Johansson
Bartlomiej, Did you build test on the platforms you changed? You broke dove_defconfig: In file included from /home/olof/work/next/include/linux/skbuff.h:31:0, from /home/olof/work/next/include/linux/if_ether.h:23, from /home/olof/work/next/include/net/dsa.h:14,

Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-28 Thread Olof Johansson
Bartlomiej, Did you build test on the platforms you changed? You broke dove_defconfig: In file included from /home/olof/work/next/include/linux/skbuff.h:31:0, from /home/olof/work/next/include/linux/if_ether.h:23, from /home/olof/work/next/include/net/dsa.h:14,

Re: Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-28 Thread Bartlomiej Zolnierkiewicz
...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ From: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Subject: [PATCH v2] DMA: remove unused support for MEMSET operations There have never been any real

Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-28 Thread Kevin Hilman
Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com writes: Hi, On Friday, June 28, 2013 09:37:36 AM Olof Johansson wrote: Bartlomiej, Did you build test on the platforms you changed? You broke dove_defconfig: In file included from /home/olof/work/next/include/linux/skbuff.h:31:0,

Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-27 Thread Dan Williams
On Wed, Jun 26, 2013 at 6:31 AM, Bartlomiej Zolnierkiewicz wrote: > There have never been any real users of MEMSET operations > since they have been introduced in January 2007 (commit > 7405f74badf46b5d023c5d2b670b4471525f6c91 "dmaengine: refactor > dmaengine around dma_async_tx_descriptor").

Re: [resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-27 Thread Dan Williams
On Wed, Jun 26, 2013 at 6:31 AM, Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: There have never been any real users of MEMSET operations since they have been introduced in January 2007 (commit 7405f74badf46b5d023c5d2b670b4471525f6c91 dmaengine: refactor dmaengine around

[resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-26 Thread Bartlomiej Zolnierkiewicz
There have never been any real users of MEMSET operations since they have been introduced in January 2007 (commit 7405f74badf46b5d023c5d2b670b4471525f6c91 "dmaengine: refactor dmaengine around dma_async_tx_descriptor"). Therefore remove support for them for now, it can be always brought back when

[resend2 PATCH] DMA: remove unused support for MEMSET operations

2013-06-26 Thread Bartlomiej Zolnierkiewicz
There have never been any real users of MEMSET operations since they have been introduced in January 2007 (commit 7405f74badf46b5d023c5d2b670b4471525f6c91 dmaengine: refactor dmaengine around dma_async_tx_descriptor). Therefore remove support for them for now, it can be always brought back when

Re: [PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Bartlomiej Zolnierkiewicz
ewicz wrote: > > > > > > > From: Bartlomiej Zolnierkiewicz > > > > Subject: [PATCH] DMA: remove unused support for MEMSET operations > > > > > > > > There have never been any real users of MEMSET operations > > > > > > In tre

Re: [PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Alan Cox
On Thu, 08 Nov 2012 12:22:05 +0100 Bartlomiej Zolnierkiewicz wrote: > On Thursday 08 November 2012 12:12:31 Alan Cox wrote: > > On Thu, 08 Nov 2012 10:58:17 +0100 > > Bartlomiej Zolnierkiewicz wrote: > > > > > From: Bartlomiej Zolnierkiewicz > > > Subj

Re: [PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Bartlomiej Zolnierkiewicz
On Thursday 08 November 2012 12:12:31 Alan Cox wrote: > On Thu, 08 Nov 2012 10:58:17 +0100 > Bartlomiej Zolnierkiewicz wrote: > > > From: Bartlomiej Zolnierkiewicz > > Subject: [PATCH] DMA: remove unused support for MEMSET operations > > > > There have ne

Re: [PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Alan Cox
On Thu, 08 Nov 2012 10:58:17 +0100 Bartlomiej Zolnierkiewicz wrote: > From: Bartlomiej Zolnierkiewicz > Subject: [PATCH] DMA: remove unused support for MEMSET operations > > There have never been any real users of MEMSET operations In tree users. And is it broken, if not why

[PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Bartlomiej Zolnierkiewicz
From: Bartlomiej Zolnierkiewicz Subject: [PATCH] DMA: remove unused support for MEMSET operations There have never been any real users of MEMSET operations since they have been introduced in January 2007 (commit 7405f74badf46b5d023c5d2b670b4471525f6c91 "dmaengine: refactor dmaengine a

[PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Bartlomiej Zolnierkiewicz
From: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Subject: [PATCH] DMA: remove unused support for MEMSET operations There have never been any real users of MEMSET operations since they have been introduced in January 2007 (commit 7405f74badf46b5d023c5d2b670b4471525f6c91 dmaengine: refactor

Re: [PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Alan Cox
On Thu, 08 Nov 2012 10:58:17 +0100 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: From: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Subject: [PATCH] DMA: remove unused support for MEMSET operations There have never been any real users of MEMSET operations In tree users

Re: [PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Bartlomiej Zolnierkiewicz
On Thursday 08 November 2012 12:12:31 Alan Cox wrote: On Thu, 08 Nov 2012 10:58:17 +0100 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com wrote: From: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Subject: [PATCH] DMA: remove unused support for MEMSET operations There have

Re: [PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Alan Cox
...@samsung.com Subject: [PATCH] DMA: remove unused support for MEMSET operations There have never been any real users of MEMSET operations In tree users. Please show me them. Sorry ? There are potentially lots of out of tree users in both the ARM and x86 communities

Re: [PATCH] DMA: remove unused support for MEMSET operations

2012-11-08 Thread Bartlomiej Zolnierkiewicz
wrote: From: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com Subject: [PATCH] DMA: remove unused support for MEMSET operations There have never been any real users of MEMSET operations In tree users. Please show me them. Sorry ? There are potentially lots