Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Felipe Balbi
On Thu, Sep 27, 2012 at 01:47:58PM +0530, viresh kumar wrote: > On Thu, Sep 27, 2012 at 1:12 PM, Felipe Balbi wrote: > > Hi, > > > > On Thu, Sep 27, 2012 at 10:31:57AM +0300, Andy Shevchenko wrote: > >> From: Heikki Krogerus > >> > >> This driver could be used on different platforms. Thus, the

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread viresh kumar
On Thu, Sep 27, 2012 at 1:12 PM, Felipe Balbi wrote: > Hi, > > On Thu, Sep 27, 2012 at 10:31:57AM +0300, Andy Shevchenko wrote: >> From: Heikki Krogerus >> >> This driver could be used on different platforms. Thus, the HAVE_CLK >> dependency >> is dropped away. >> >> Signed-off-by: Heikki

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Felipe Balbi
Hi, On Thu, Sep 27, 2012 at 11:04:54AM +0300, Andy Shevchenko wrote: > On Thu, Sep 27, 2012 at 10:42 AM, Felipe Balbi wrote: > >> - depends on HAVE_CLK > > > > as is, this will break compilation of any arch which doesn't set > > HAVE_CLK. > As Viresh suggested and I checked it's not. > He

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Andy Shevchenko
On Thu, Sep 27, 2012 at 10:42 AM, Felipe Balbi wrote: >> - depends on HAVE_CLK > > as is, this will break compilation of any arch which doesn't set > HAVE_CLK. As Viresh suggested and I checked it's not. He wrote nice patch that adds stubs for such case. -- With Best Regards, Andy

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Felipe Balbi
Hi, On Thu, Sep 27, 2012 at 10:31:57AM +0300, Andy Shevchenko wrote: > From: Heikki Krogerus > > This driver could be used on different platforms. Thus, the HAVE_CLK > dependency > is dropped away. > > Signed-off-by: Heikki Krogerus > Signed-off-by: Andy Shevchenko > --- >

[PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Andy Shevchenko
From: Heikki Krogerus This driver could be used on different platforms. Thus, the HAVE_CLK dependency is dropped away. Signed-off-by: Heikki Krogerus Signed-off-by: Andy Shevchenko --- drivers/dma/Kconfig |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/dma/Kconfig

[PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Andy Shevchenko
From: Heikki Krogerus heikki.kroge...@linux.intel.com This driver could be used on different platforms. Thus, the HAVE_CLK dependency is dropped away. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com ---

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Felipe Balbi
Hi, On Thu, Sep 27, 2012 at 10:31:57AM +0300, Andy Shevchenko wrote: From: Heikki Krogerus heikki.kroge...@linux.intel.com This driver could be used on different platforms. Thus, the HAVE_CLK dependency is dropped away. Signed-off-by: Heikki Krogerus heikki.kroge...@linux.intel.com

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Andy Shevchenko
On Thu, Sep 27, 2012 at 10:42 AM, Felipe Balbi ba...@ti.com wrote: - depends on HAVE_CLK as is, this will break compilation of any arch which doesn't set HAVE_CLK. As Viresh suggested and I checked it's not. He wrote nice patch that adds stubs for such case. -- With Best Regards, Andy

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Felipe Balbi
Hi, On Thu, Sep 27, 2012 at 11:04:54AM +0300, Andy Shevchenko wrote: On Thu, Sep 27, 2012 at 10:42 AM, Felipe Balbi ba...@ti.com wrote: - depends on HAVE_CLK as is, this will break compilation of any arch which doesn't set HAVE_CLK. As Viresh suggested and I checked it's not. He

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread viresh kumar
On Thu, Sep 27, 2012 at 1:12 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Thu, Sep 27, 2012 at 10:31:57AM +0300, Andy Shevchenko wrote: From: Heikki Krogerus heikki.kroge...@linux.intel.com This driver could be used on different platforms. Thus, the HAVE_CLK dependency is dropped away.

Re: [PATCHv3 3/7] dmaengine: dw_dmac: remove CLK dependency

2012-09-27 Thread Felipe Balbi
On Thu, Sep 27, 2012 at 01:47:58PM +0530, viresh kumar wrote: On Thu, Sep 27, 2012 at 1:12 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Thu, Sep 27, 2012 at 10:31:57AM +0300, Andy Shevchenko wrote: From: Heikki Krogerus heikki.kroge...@linux.intel.com This driver could be used on