Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-08 Thread Peter Ujfalusi
On 05/08/2015 06:09 PM, Tony Lindgren wrote: > * Vinod Koul [150508 02:04]: >> On Fri, May 08, 2015 at 10:05:24AM +0300, Peter Ujfalusi wrote: >>> On 05/08/2015 06:41 AM, Vinod Koul wrote: Now as far as this series is concerned, rest of it looks good so I am willing to merge to if you

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-08 Thread Tony Lindgren
* Vinod Koul [150508 02:04]: > On Fri, May 08, 2015 at 10:05:24AM +0300, Peter Ujfalusi wrote: > > On 05/08/2015 06:41 AM, Vinod Koul wrote: > > > Now as far as this series is concerned, rest of it looks good so I am > > > willing to merge to if you plan to work on defered probe :) I think its a

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-08 Thread Vinod Koul
On Fri, May 08, 2015 at 10:05:24AM +0300, Peter Ujfalusi wrote: > On 05/08/2015 06:41 AM, Vinod Koul wrote: > > Now as far as this series is concerned, rest of it looks good so I am > > willing to merge to if you plan to work on defered probe :) I think its a > > fair bargain! > > Deal ;)

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-08 Thread Peter Ujfalusi
On 05/08/2015 06:41 AM, Vinod Koul wrote: > Now as far as this series is concerned, rest of it looks good so I am > willing to merge to if you plan to work on defered probe :) I think its a > fair bargain! Deal ;) I'll take care of the OMAP/daVinci drivers for omap-dma and edma. -- Péter -- To

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-08 Thread Peter Ujfalusi
On 05/08/2015 06:41 AM, Vinod Koul wrote: Now as far as this series is concerned, rest of it looks good so I am willing to merge to if you plan to work on defered probe :) I think its a fair bargain! Deal ;) I'll take care of the OMAP/daVinci drivers for omap-dma and edma. -- Péter -- To

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-08 Thread Vinod Koul
On Fri, May 08, 2015 at 10:05:24AM +0300, Peter Ujfalusi wrote: On 05/08/2015 06:41 AM, Vinod Koul wrote: Now as far as this series is concerned, rest of it looks good so I am willing to merge to if you plan to work on defered probe :) I think its a fair bargain! Deal ;) Wonderful :)

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-08 Thread Tony Lindgren
* Vinod Koul vinod.k...@intel.com [150508 02:04]: On Fri, May 08, 2015 at 10:05:24AM +0300, Peter Ujfalusi wrote: On 05/08/2015 06:41 AM, Vinod Koul wrote: Now as far as this series is concerned, rest of it looks good so I am willing to merge to if you plan to work on defered probe :) I

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-08 Thread Peter Ujfalusi
On 05/08/2015 06:09 PM, Tony Lindgren wrote: * Vinod Koul vinod.k...@intel.com [150508 02:04]: On Fri, May 08, 2015 at 10:05:24AM +0300, Peter Ujfalusi wrote: On 05/08/2015 06:41 AM, Vinod Koul wrote: Now as far as this series is concerned, rest of it looks good so I am willing to merge to if

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-07 Thread Vinod Koul
On Thu, May 07, 2015 at 12:48:34PM +0300, Peter Ujfalusi wrote: > On 05/04/2015 08:38 AM, Vinod Koul wrote: > > On Thu, Apr 09, 2015 at 12:35:49PM +0300, Peter Ujfalusi wrote: > >> +int omap_dmaxbar_init(void) > >> +{ > >> + return platform_driver_register(_dma_xbar_driver); > >> +} > >>

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-07 Thread Peter Ujfalusi
On 05/04/2015 08:38 AM, Vinod Koul wrote: > On Thu, Apr 09, 2015 at 12:35:49PM +0300, Peter Ujfalusi wrote: >> +int omap_dmaxbar_init(void) >> +{ >> +return platform_driver_register(_dma_xbar_driver); >> +} >> +arch_initcall(omap_dmaxbar_init); > All looks fine except this bit, I think I did

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-07 Thread Peter Ujfalusi
On 05/04/2015 08:38 AM, Vinod Koul wrote: On Thu, Apr 09, 2015 at 12:35:49PM +0300, Peter Ujfalusi wrote: +int omap_dmaxbar_init(void) +{ +return platform_driver_register(ti_dma_xbar_driver); +} +arch_initcall(omap_dmaxbar_init); All looks fine except this bit, I think I did point out

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-07 Thread Vinod Koul
On Thu, May 07, 2015 at 12:48:34PM +0300, Peter Ujfalusi wrote: On 05/04/2015 08:38 AM, Vinod Koul wrote: On Thu, Apr 09, 2015 at 12:35:49PM +0300, Peter Ujfalusi wrote: +int omap_dmaxbar_init(void) +{ + return platform_driver_register(ti_dma_xbar_driver); +}

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-03 Thread Vinod Koul
On Thu, Apr 09, 2015 at 12:35:49PM +0300, Peter Ujfalusi wrote: > +int omap_dmaxbar_init(void) > +{ > + return platform_driver_register(_dma_xbar_driver); > +} > +arch_initcall(omap_dmaxbar_init); All looks fine except this bit, I think I did point out this last time as well, though dont

Re: [PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-05-03 Thread Vinod Koul
On Thu, Apr 09, 2015 at 12:35:49PM +0300, Peter Ujfalusi wrote: +int omap_dmaxbar_init(void) +{ + return platform_driver_register(ti_dma_xbar_driver); +} +arch_initcall(omap_dmaxbar_init); All looks fine except this bit, I think I did point out this last time as well, though dont recall

[PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-04-09 Thread Peter Ujfalusi
The DRA7x has more peripherals with DMA requests than the sDMA can handle: 205 vs 127. All DMA requests are routed through the DMA crossbar, which can be configured to route selected incoming DMA requests to specific sDMA request. Signed-off-by: Peter Ujfalusi --- drivers/dma/Kconfig

[PATCH v5 3/8] dmaengine: Add driver for TI DMA crossbar on DRA7x

2015-04-09 Thread Peter Ujfalusi
The DRA7x has more peripherals with DMA requests than the sDMA can handle: 205 vs 127. All DMA requests are routed through the DMA crossbar, which can be configured to route selected incoming DMA requests to specific sDMA request. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com ---