[PATCH 0/2] ARM: OMAP4: Boot up crash 2.6.31-rc6

2009-08-21 Thread Shilimkar, Santosh
Russell, On the mainline 2.6.31-rc6, OMAP4 boot is crashing. Also serial code in the linux-next branch isn't merge correctly and needs reworked patches. Can you please see if they are ok? This patch series addresses the OMAP4430 boot up crash issues on the latest 2.6.31-rc6 kernel release.

[DSPBRIGDE PATCH 0/6] trivial dsp patches

2009-08-21 Thread Felipe Balbi
just a few cleanups here and there. Felipe Balbi (6): dsp: bridge: use ARRAY_SIZE dsp: bridge: wcd: else is unnecessary dsp: bridge: rename Kbuild to Makefile dsp: bridge: always use dynamic major/minor numbers dsp: brigde: remove unnecessary memset() dsp: bridge: beautify erro path

[DSPBRIGDE PATCH 1/6] dsp: bridge: use ARRAY_SIZE

2009-08-21 Thread Felipe Balbi
trivial patch using ARRAY_SIZE. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/dsp/bridge/pmgr/wcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dsp/bridge/pmgr/wcd.c b/drivers/dsp/bridge/pmgr/wcd.c index 859043d..7434f43 100644 ---

[DSPBRIGDE PATCH 2/6] dsp: bridge: wcd: else is unnecessary

2009-08-21 Thread Felipe Balbi
The return makes the use of else unnecessary, remove it Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/dsp/bridge/pmgr/wcd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dsp/bridge/pmgr/wcd.c b/drivers/dsp/bridge/pmgr/wcd.c index

[DSPBRIGDE PATCH 3/6] dsp: bridge: rename Kbuild to Makefile

2009-08-21 Thread Felipe Balbi
we all use Makefile, let's keep the name. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/dsp/bridge/{Kbuild = Makefile} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename drivers/dsp/bridge/{Kbuild = Makefile} (100%) diff --git a/drivers/dsp/bridge/Kbuild

[DSPBRIGDE PATCH 5/6] dsp: brigde: remove unnecessary memset()

2009-08-21 Thread Felipe Balbi
bridge_device is static and thus doesn't need to be zero-initialized. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com --- drivers/dsp/bridge/rmgr/drv_interface.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c

Re: [DSPBRIGDE PATCH 5/6] dsp: brigde: remove unnecessary memset()

2009-08-21 Thread Felipe Balbi
Hi, On Fri, Aug 21, 2009 at 12:23:38PM +0200, Balbi Felipe (Nokia-D/Helsinki) wrote: bridge_device is static and thus doesn't need to be zero-initialized. Signed-off-by: Felipe Balbi felipe.ba...@nokia.com I changed this patch to the following: cut here = From

Re: Patch format for submission?

2009-08-21 Thread Peter Barada
On Fri, 2009-08-21 at 15:10 +0200, Kevin Hilman wrote: Tim Bird tim.b...@am.sony.com writes: Paul Walmsley wrote: Hi Peter, On Wed, 19 Aug 2009, Peter Barada wrote: 1) Does anyone have a URL of the format patches should be in that are submitted to the linux-omap list? I've

Re: Patch format for submission?

2009-08-21 Thread Jean Pihet
Hi! On Friday 21 August 2009 16:34:33 Peter Barada wrote: On Fri, 2009-08-21 at 15:10 +0200, Kevin Hilman wrote: Tim Bird tim.b...@am.sony.com writes: Paul Walmsley wrote: Hi Peter, On Wed, 19 Aug 2009, Peter Barada wrote: 1) Does anyone have a URL of the format patches should

Re: [PATCH 0/2] ARM: OMAP4: Boot up crash 2.6.31-rc6

2009-08-21 Thread Kevin Hilman
Shilimkar, Santosh santosh.shilim...@ti.com writes: Russell, On the mainline 2.6.31-rc6, OMAP4 boot is crashing. Also serial code in the linux-next branch isn't merge correctly and needs reworked patches. Can you please see if they are ok? After the fix I suggested on patch 2/2, I'm OK

[PATCH 2/5] OMAP1/2/3/4: Adapt board files for cleand DEBUG_LL interface

2009-08-21 Thread Vikram Pandita
This patch assigns the physical address of debug uart as defined in menucoinfig item CONFIG_OMAP_DEBUG_LL_UART_PHY_ADDR to phys_io The virtual address for io_pg_offset is calculated as per static mapping CONFIG_OMAP_DEBUG_LL_UART_PHY_ADDR is a hex value and for boards like Zoom2, the phy address

[PATCH 3/5] OMAP: Zoom2: Add DEBUG_LL interface using external Quart

2009-08-21 Thread Vikram Pandita
This patch adds DEBUG_LL interface for Zoom2 board. The low level debug uart now points corrctly to External Quad uart controller on detachable debug board. The Quad uart is available over GPMC chip select with physical address 0x1000. This physical address has been mapped to virtual address

[PATCH 4/5] OMAP: Zoom2: Fix serial break

2009-08-21 Thread Vikram Pandita
Fix the break in Zoom2 Quad uart debug port support. Patch by Kevin Hilman fd455ea899b5a14 caused a break as it introuduced per port PLATFORM id and Zoom2 was not tested with this change. For Zoom2 serial port, add platform id as 4 Signed-off-by: Vikram Pandita vikram.pand...@ti.com cc: Kevin

ARM Architecture Reference Manual available for download (fwd)

2009-08-21 Thread Paul Walmsley
Hi everyone, maybe some OMAP-hackers might like this :-) - Paul -- Forwarded message -- Date: Fri, 21 Aug 2009 17:59:15 +0100 From: Catalin Marinas catalin.mari...@arm.com To: linux-arm-kernel linux-arm-ker...@lists.infradead.org Subject: ARM Architecture Reference Manual

Re: Oops on shutdown?

2009-08-21 Thread John Sarman
On Thu, Aug 20, 2009 at 11:34 AM, Steve Sakomansako...@gmail.com wrote: I've been doing a bit of testing on 2.6.31-rc5 on Overo with good results overall. Related to the Gumstix Overo How is the USB working on this version. I am still stuck using the 2.6.20-rc8, with patches for the hwmod and

Re: Oops on shutdown?

2009-08-21 Thread Steve Sakoman
On Fri, Aug 21, 2009 at 1:25 PM, John Sarmanjohnsar...@gmail.com wrote: Related to the Gumstix Overo How is the USB working on this version.  I am still stuck using the 2.6.20-rc8, with patches for the hwmod and mmc updates.  This is the last version I can successfully use the USB host. USB

[PATCH] OMAP850: GPIO: Fix typo: virtual/physical address mix up.

2009-08-21 Thread Alistair Buxton
OMAP1_MPUIO_BASE was used instead of OMAP1_MPUIO_VBASE leading to a crash on init as soon as the address was used. Signed-off-by: Alistair Buxton a.j.bux...@gmail.com --- arch/arm/plat-omap/gpio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/gpio.c