public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: "Marek Vašut" <marek.vasut@gmail.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH] ARM: OMAP: OMAP310 i2c fix
Date: Sun, 12 Nov 2006 19:30:35 +0100	[thread overview]
Message-ID: <200611121930.36087.marek.vasut@gmail.com> (raw)

[-- 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 --]



             reply	other threads:[~2006-11-12 18:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-12 18:30 Marek Vašut [this message]
2006-11-12 18:35 ` [PATCH] ARM: OMAP: OMAP310 i2c fix 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200611121930.36087.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox