Re: [PATCHv2 1/4] dmaengine: dw_dmac: convert to platform driver

2012-09-26 Thread viresh kumar
On Wed, Sep 26, 2012 at 11:30 PM, Andy Shevchenko wrote: > On Wed, Sep 26, 2012 at 5:13 PM, viresh kumar wrote: >> On Wed, Sep 26, 2012 at 6:10 PM, Andy Shevchenko >> wrote: >>> From: Heikki Krogerus >>> >>> This driver could be used on different platforms. Thus, we converted it to >>> be >>>

Re: [PATCHv2 1/4] dmaengine: dw_dmac: convert to platform driver

2012-09-26 Thread Andy Shevchenko
On Wed, Sep 26, 2012 at 5:13 PM, viresh kumar wrote: > On Wed, Sep 26, 2012 at 6:10 PM, Andy Shevchenko > wrote: >> From: Heikki Krogerus >> >> This driver could be used on different platforms. Thus, we converted it to be >> a platform driver. The HAVE_CLK dependency is dropped away as well. > >

Re: [PATCHv2 1/4] dmaengine: dw_dmac: convert to platform driver

2012-09-26 Thread viresh kumar
On Wed, Sep 26, 2012 at 6:10 PM, Andy Shevchenko wrote: > From: Heikki Krogerus > > This driver could be used on different platforms. Thus, we converted it to be > a platform driver. The HAVE_CLK dependency is dropped away as well. Commit log and patch content don't match. :( We aren't convertin