Re: [PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-20 Thread Andy Shevchenko
On Tue, 2012-09-18 at 14:11 +0800, Hein Tibosch wrote: > On 9/17/2012 3:39 PM, Andy Shevchenko wrote: > > Here is a patchset that allows to adapt the driver to the hardware > > configuration during probe time. The hardware should have the specific > > optional > > parameters enabled. Otherwise

Re: [PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-20 Thread Andy Shevchenko
On Tue, 2012-09-18 at 14:11 +0800, Hein Tibosch wrote: On 9/17/2012 3:39 PM, Andy Shevchenko wrote: Here is a patchset that allows to adapt the driver to the hardware configuration during probe time. The hardware should have the specific optional parameters enabled. Otherwise the driver

Re: [PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-18 Thread Hein Tibosch
On 9/17/2012 3:39 PM, Andy Shevchenko wrote: > Here is a patchset that allows to adapt the driver to the hardware > configuration during probe time. The hardware should have the specific > optional > parameters enabled. Otherwise the driver will consider values stored in the > platform data. > >

Re: [PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-18 Thread viresh kumar
On Tue, Sep 18, 2012 at 11:41 AM, Hein Tibosch wrote: > The (embedded) dw dma on the AP7000 indeed does not support auto > configuration (the register reads as zero) and so it needs the > platform data. > > I tested the driver on AVR32 with the atmel-mci driver and it all > worked well. > > I

Re: [PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-18 Thread viresh kumar
On Tue, Sep 18, 2012 at 11:41 AM, Hein Tibosch hein_tibo...@yahoo.es wrote: The (embedded) dw dma on the AP7000 indeed does not support auto configuration (the register reads as zero) and so it needs the platform data. I tested the driver on AVR32 with the atmel-mci driver and it all worked

Re: [PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-18 Thread Hein Tibosch
On 9/17/2012 3:39 PM, Andy Shevchenko wrote: Here is a patchset that allows to adapt the driver to the hardware configuration during probe time. The hardware should have the specific optional parameters enabled. Otherwise the driver will consider values stored in the platform data.

Re: [PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-17 Thread Hein Tibosch
On 9/17/2012 3:39 PM, Andy Shevchenko wrote: > Here is a patchset that allows to adapt the driver to the hardware > configuration during probe time. The hardware should have the specific > optional > parameters enabled. Otherwise the driver will consider values stored in the > platform data. > >

[PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-17 Thread Andy Shevchenko
Here is a patchset that allows to adapt the driver to the hardware configuration during probe time. The hardware should have the specific optional parameters enabled. Otherwise the driver will consider values stored in the platform data. Additionally it brings support of the software LLP

[PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-17 Thread Andy Shevchenko
Here is a patchset that allows to adapt the driver to the hardware configuration during probe time. The hardware should have the specific optional parameters enabled. Otherwise the driver will consider values stored in the platform data. Additionally it brings support of the software LLP

Re: [PATCH 0/7] dw_dmac: introduce autoconfiguration

2012-09-17 Thread Hein Tibosch
On 9/17/2012 3:39 PM, Andy Shevchenko wrote: Here is a patchset that allows to adapt the driver to the hardware configuration during probe time. The hardware should have the specific optional parameters enabled. Otherwise the driver will consider values stored in the platform data.