Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2011-01-19 Thread Tony Lindgren
* G, Manjunath Kondaiah manj...@ti.com [110113 03:19]: Also, eventually within next few merge cycles we should have: arch/arm/mach-omap1/dma.c     omap1 specific platform init arch/arm/mach-omap2/dma.c     omap2+ specific platform init This seems to be ok.

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2011-01-13 Thread G, Manjunath Kondaiah
Hi Tony, On Fri, Dec 3, 2010 at 10:13 PM, G, Manjunath Kondaiah manj...@ti.com wrote: Hi Tony, * Tony Lindgren t...@atomide.com [2010-12-02 12:52:19 -0800]: * G, Manjunath Kondaiah manj...@ti.com [101202 11:55]: Note that even with these three fixes, 5912OSK still fails to boot to

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-03 Thread G, Manjunath Kondaiah
Hi Tony, * Tony Lindgren t...@atomide.com [2010-12-02 12:52:19 -0800]: * G, Manjunath Kondaiah manj...@ti.com [101202 11:55]: Note that even with these three fixes, 5912OSK still fails to boot to init. Maybe something wrong with the framebuffer DMA? Not sure. I don't have

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-03 Thread Tony Lindgren
* G, Manjunath Kondaiah manj...@ti.com [101203 08:32]: I have done required changes to patch series and tested the same on omap2+ boards. Can you pls test OSK5912 board boot from the below git repo? If OSK5912 boots up(with LCD), I will post the 1st series to LO ML. Yeah seems to boot OK

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-02 Thread Tony Lindgren
* G, Manjunath Kondaiah manj...@ti.com [101124 04:42]: Convert DMA library into DMA platform driver and make use of platform data provided by hwmod data base for OMAP2+ onwards. For OMAP1 processors, the DMA driver in mach-omap uses resource structures for getting platform data. And has

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-02 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [101202 10:34]: This fails on omap1 as d is not allocated. Please merge the following fix. And another fix here: From: Tony Lindgren t...@atomide.com Date: Thu, 2 Dec 2010 10:19:15 -0800 Subject: [PATCH] Fix omap1_system_dma_init to use ioremap Fix

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-02 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [101202 10:36]: * Tony Lindgren t...@atomide.com [101202 10:34]: This fails on omap1 as d is not allocated. Please merge the following fix. And another fix here: One more fix below. Note that even with these three fixes, 5912OSK still fails to boot to

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-02 Thread G, Manjunath Kondaiah
On Thu, Dec 02, 2010 at 10:49:25AM -0800, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [101202 10:36]: * Tony Lindgren t...@atomide.com [101202 10:34]: This fails on omap1 as d is not allocated. Please merge the following fix. And another fix here: One more fix below.

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-02 Thread Tony Lindgren
* G, Manjunath Kondaiah manj...@ti.com [101202 11:55]: Note that even with these three fixes, 5912OSK still fails to boot to init. Maybe something wrong with the framebuffer DMA? Not sure. I don't have omap1 board for testing. Patch series is only build tested for omap1. Can you