Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-22 Thread Olof Johansson
On Tue, Jul 16, 2013 at 10:20:41AM +0900, Simon Horman wrote: On Wed, Jul 10, 2013 at 11:09:12AM +0900, Simon Horman wrote: From: Guennadi Liakhovetski g.liakhovet...@gmx.de On platforms with no support for the shdma dmaengine driver build is currently failing with

Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-09 Thread Simon Horman
On Mon, Jul 08, 2013 at 12:51:14PM +0530, Vinod Koul wrote: On Mon, Jul 08, 2013 at 12:52:16AM -0700, Olof Johansson wrote: On Thu, Jul 4, 2013 at 9:53 PM, Vinod Koul vinod.k...@intel.com wrote: On Wed, Jun 19, 2013 at 09:32:18PM +0200, Guennadi Liakhovetski wrote: Hi Vinod On Wed,

[PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-09 Thread Simon Horman
From: Guennadi Liakhovetski g.liakhovet...@gmx.de On platforms with no support for the shdma dmaengine driver build is currently failing with drivers/built-in.o: In function `sh_mobile_sdhi_probe': drivers/mmc/host/sh_mobile_sdhi.c:170: undefined reference to`shdma_chan_filter' Fix the breakage

Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-08 Thread Olof Johansson
On Thu, Jul 4, 2013 at 9:53 PM, Vinod Koul vinod.k...@intel.com wrote: On Wed, Jun 19, 2013 at 09:32:18PM +0200, Guennadi Liakhovetski wrote: Hi Vinod On Wed, 19 Jun 2013, Kevin Hilman wrote: On Thu, May 30, 2013 at 7:44 PM, Simon Horman ho...@verge.net.au wrote: [...] thanks for

Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-08 Thread Vinod Koul
On Mon, Jul 08, 2013 at 12:52:16AM -0700, Olof Johansson wrote: On Thu, Jul 4, 2013 at 9:53 PM, Vinod Koul vinod.k...@intel.com wrote: On Wed, Jun 19, 2013 at 09:32:18PM +0200, Guennadi Liakhovetski wrote: Hi Vinod On Wed, 19 Jun 2013, Kevin Hilman wrote: On Thu, May 30, 2013 at 7:44

Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-04 Thread Vinod Koul
On Wed, Jun 19, 2013 at 09:32:18PM +0200, Guennadi Liakhovetski wrote: Hi Vinod On Wed, 19 Jun 2013, Kevin Hilman wrote: On Thu, May 30, 2013 at 7:44 PM, Simon Horman ho...@verge.net.au wrote: [...] thanks for this. I will wait for a refresh (as we discussed earlier today).

[PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-05-30 Thread Guennadi Liakhovetski
On platforms with no support for the shdma dmaengine driver build is currently failing with drivers/built-in.o: In function `sh_mobile_sdhi_probe': drivers/mmc/host/sh_mobile_sdhi.c:170: undefined reference to`shdma_chan_filter' Fix the breakage by defining shdma_chan_filter to NULL in such

Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-05-30 Thread Dan Murphy
On 05/30/2013 11:02 AM, Guennadi Liakhovetski wrote: On platforms with no support for the shdma dmaengine driver build is currently failing with drivers/built-in.o: In function `sh_mobile_sdhi_probe': drivers/mmc/host/sh_mobile_sdhi.c:170: undefined reference to`shdma_chan_filter' Fix the

Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-05-30 Thread Simon Horman
On Thu, May 30, 2013 at 11:23:13AM -0500, Dan Murphy wrote: On 05/30/2013 11:02 AM, Guennadi Liakhovetski wrote: On platforms with no support for the shdma dmaengine driver build is currently failing with drivers/built-in.o: In function `sh_mobile_sdhi_probe':