public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: OMAP310 i2c fix
@ 2006-11-12 18:30 Marek Vašut
  2006-11-12 18:35 ` Marek Vašut
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vašut @ 2006-11-12 18:30 UTC (permalink / raw)
  To: linux-omap-open-source

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

Hi,

when I turned on i2c on my omap310 based palmz71 and booted the kernel, it 
hanged. I´ve tracked the place where it hangs and fixed it. Here´s the small 
patch.

[-- Attachment #2: omap310-i2c-no-hang.patch --]
[-- Type: text/x-diff, Size: 528 bytes --]

diff -Naur linux-omap-current/arch/arm/plat-omap/dsp/dsp_common.c linux-omap/arch/arm/plat-omap/dsp/dsp_common.c
--- linux-omap-current/arch/arm/plat-omap/dsp/dsp_common.c	2006-11-12 11:24:41.000000000 +0100
+++ linux-omap/arch/arm/plat-omap/dsp/dsp_common.c	2006-11-12 12:30:55.000000000 +0100
@@ -273,7 +273,7 @@
 
 	dspmem_size = 0;
 #ifdef CONFIG_ARCH_OMAP15XX
-	if (cpu_is_omap1510()) {
+	if (cpu_is_omap15xx()) {
 		dspmem_base = OMAP1510_DSP_BASE;
 		dspmem_size = OMAP1510_DSP_SIZE;
 		daram_base = OMAP1510_DARAM_BASE;

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-12-21 23:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-12 18:30 [PATCH] ARM: OMAP: OMAP310 i2c fix Marek Vašut
2006-11-12 18:35 ` Marek Vašut
2006-11-13  9:32   ` Trilok Soni
2006-11-13 16:05     ` Marek Vašut
2006-12-21 23:30       ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox