Re: [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-25 Thread Ingo Molnar
* Andrew Morton wrote: > > There's a catch-22 issue here either way, for instance this rename patch > > has > > been being baked for probably 2 releases already but the difficulty has > > been > > trying to find the appropriate time to merge it without conflict. > > > > If you do it in the

Re: [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-25 Thread Andrew Morton
On Wed, 26 Aug 2015 01:19:13 +0200 "Luis R. Rodriguez" wrote: > On Tue, Aug 25, 2015 at 01:43:58PM -0700, Andrew Morton wrote: > > On Tue, 25 Aug 2015 17:48:37 +0200 "Luis R. Rodriguez" > > wrote: > > > > > On Tue, Aug 25, 2015 at 09:53:18AM +0200, Ingo Molnar wrote: > > > > Which kernel is th

Re: [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-25 Thread Luis R. Rodriguez
On Tue, Aug 25, 2015 at 01:43:58PM -0700, Andrew Morton wrote: > On Tue, 25 Aug 2015 17:48:37 +0200 "Luis R. Rodriguez" > wrote: > > > On Tue, Aug 25, 2015 at 09:53:18AM +0200, Ingo Molnar wrote: > > > Which kernel is this against? It has conflicts in 3 files with Linus's > > > latest: > > > v

Re: [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-25 Thread Andrew Morton
On Tue, 25 Aug 2015 17:48:37 +0200 "Luis R. Rodriguez" wrote: > On Tue, Aug 25, 2015 at 09:53:18AM +0200, Ingo Molnar wrote: > > Which kernel is this against? It has conflicts in 3 files with Linus's > > latest: > > v4.2-rc8. > > Sorry I based it on linux-next, will respin the rename patch ont

Re: [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-25 Thread Luis R. Rodriguez
On Tue, Aug 25, 2015 at 09:53:18AM +0200, Ingo Molnar wrote: > Which kernel is this against? It has conflicts in 3 files with Linus's > latest: > v4.2-rc8. Sorry I based it on linux-next, will respin the rename patch onto tip/auto-latest Luis -- To unsubscribe from this list: send the line "

Re: [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-25 Thread Ingo Molnar
* Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Rename dma_*_writecombine() to dma_*_wc(), so that the naming > is coherent across the various write-combining APIs. > > The following Coccinelle SmPL patch was used for this simple > transformation: > > @ rename_dma_alloc_writecombi

[PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()

2015-08-24 Thread Luis R. Rodriguez
From: "Luis R. Rodriguez" Rename dma_*_writecombine() to dma_*_wc(), so that the naming is coherent across the various write-combining APIs. The following Coccinelle SmPL patch was used for this simple transformation: @ rename_dma_alloc_writecombine @ expression dev, size, dma_addr, gfp; @@ -d