From: stigge@antcom.de (Roland Stigge)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 5/6] ARM: LPC32xx: serial.c: HW bug workaround
Date: Mon, 27 Feb 2012 22:59:11 +0100 [thread overview]
Message-ID: <4F4BFCAF.4060204@antcom.de> (raw)
In-Reply-To: <083DF309106F364B939360100EC290F81F365B2AD1@eu1rdcrdc1wx030.exi.nxp.com>
Hi!
On 27/02/12 20:02, Kevin Wells wrote:
> There isn't any errata related to this, but something strange was
> happening with the serial ports (only in Linux) if I didn't do this.
> I stumbled across a 'bug' comment in the pnx4008 port related to
> serial, tried the same fix, and the problem went away, so I
> (incorrectly) keyed in the errata wording.
>
> Here's the original comment from the ARM pnx4008 port (serial.c):
> 48 /* Send a NULL to fix the UART HW bug */
> 49 __raw_writel(0x00, UART5_BASE_VA);
> 50 __raw_writel(0x00, UART3_BASE_VA);
Hard to trace since pnx4008's serial.c contains it since the beginning
in 2006.
OTOH, you added a bit more than this to lpc32xx' serial.c.
Anyway, I guess that PNX4008's and LPC3200's standard UARTs share some
ideas, NXP internally. ;-)
Roland
next prev parent reply other threads:[~2012-02-27 21:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-25 15:35 [PATCH v2 0/6] ARM: LPC32xx: Patch set with further fixes for LPC32xx Roland Stigge
2012-02-25 15:35 ` [PATCH v2 1/6] ARM: LPC32xx: Fix irq on GPI_28 Roland Stigge
2012-02-25 15:35 ` [PATCH v2 2/6] ARM: LPC32xx: Fix missing and bad LPC32XX macros Roland Stigge
2012-02-25 15:35 ` [PATCH v2 3/6] ARM: LPC32xx: Fix interrupt controller init Roland Stigge
2012-02-25 15:35 ` [PATCH v2 4/6] ARM: LPC32xx: irq.c: Clear latched event Roland Stigge
2012-02-25 15:35 ` [PATCH v2 5/6] ARM: LPC32xx: serial.c: HW bug workaround Roland Stigge
2012-02-27 14:14 ` Wolfram Sang
2012-02-27 15:37 ` Roland Stigge
2012-02-27 15:48 ` Wolfram Sang
2012-02-27 19:02 ` Kevin Wells
2012-02-27 21:59 ` Roland Stigge [this message]
2012-02-25 15:35 ` [PATCH v2 6/6] ARM: LPC32xx: serial.c: Fixed loop limit Roland Stigge
2012-02-27 19:16 ` [PATCH v2 0/6] ARM: LPC32xx: Patch set with further fixes for LPC32xx Kevin Wells
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=4F4BFCAF.4060204@antcom.de \
--to=stigge@antcom.de \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.