public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Hansen <jhansen@cardaccess-inc.com>
To: linux-kernel@vger.kernel.org
Subject: IXDP425 Setup Bug
Date: Tue, 15 Nov 2005 14:42:08 -0700	[thread overview]
Message-ID: <437A5630.90401@cardaccess-inc.com> (raw)

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

To whom it is concerned:

There is a typo in the ARM IXDP425 setup definition that mistakenly 
tries to use UART1's IRQ for UART2's traffic.  The patch is attached.

-Jeff Hansen
Card Access, Inc.


[-- Attachment #2: ixdp425-setup.c.patch --]
[-- Type: text/x-patch, Size: 410 bytes --]

--- arch/arm/mach-ixp4xx/ixdp425-setup.c.orig	2005-11-15 13:54:16.000000000 -0700
+++ arch/arm/mach-ixp4xx/ixdp425-setup.c	2005-11-15 14:20:23.000000000 -0700
@@ -90,7 +90,7 @@
 	{
 		.mapbase	= IXP4XX_UART2_BASE_PHYS,
 		.membase	= (char *)IXP4XX_UART2_BASE_VIRT + REG_OFFSET,
-		.irq		= IRQ_IXP4XX_UART1,
+		.irq		= IRQ_IXP4XX_UART2,
 		.flags		= UPF_BOOT_AUTOCONF,
 		.iotype		= UPIO_MEM,
 		.regshift	= 2,

                 reply	other threads:[~2005-11-15 21:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=437A5630.90401@cardaccess-inc.com \
    --to=jhansen@cardaccess-inc.com \
    --cc=linux-kernel@vger.kernel.org \
    /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