From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] Add i.MX23/28 auart support
Date: Mon, 24 Jan 2011 11:04:35 +0100 [thread overview]
Message-ID: <20110124100435.GK9041@pengutronix.de> (raw)
In-Reply-To: <20110117112508.GA23185@freescale.com>
Hi Shawn,
On Mon, Jan 17, 2011 at 07:25:09PM +0800, Shawn Guo wrote:
> Hi Sascha,
>
> I tested the patch on mx28 evk with auart0 and auart3 connected with
> cross cable, and it works. But when I try to get console on auart0
> with a direct-connecting cable, I do not see anything on console.
>
> Did you verify it works for console?
Indeed it didn't work, see my latest series.
Sascha
>
> On Thu, Jan 13, 2011 at 02:14:34PM +0100, Sascha Hauer wrote:
> > This is the second version of these patches. I have reworked the driver to
> > support the NPCK, BRKINT, PARMRK, IGNPAR, IGNBRK and cflag CREAD flags. I have
> > tested these flags to the best of my knowledge, but it's sometimes hard to
> > judge if the behaviour is expected.
> >
> > Sascha
> >
> >
> > Sascha Hauer (2):
> > serial: Add auart driver for i.MX23/28
> > ARM MXS: Add auart platform support for i.MX28
> >
> > arch/arm/mach-mxs/clock-mx28.c | 5 +
> > arch/arm/mach-mxs/devices-mx28.h | 8 +
> > arch/arm/mach-mxs/devices/Kconfig | 3 +
> > arch/arm/mach-mxs/devices/Makefile | 1 +
> > arch/arm/mach-mxs/devices/platform-auart.c | 54 ++
> > arch/arm/mach-mxs/include/mach/devices-common.h | 10 +
> > drivers/serial/Kconfig | 15 +
> > drivers/serial/Makefile | 1 +
> > drivers/serial/mxs-auart.c | 806 +++++++++++++++++++++++
> > 9 files changed, 903 insertions(+), 0 deletions(-)
> > create mode 100644 arch/arm/mach-mxs/devices/platform-auart.c
> > create mode 100644 drivers/serial/mxs-auart.c
> >
> >
>
> --
> Regards,
> Shawn
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
prev parent reply other threads:[~2011-01-24 10:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-13 13:14 [PATCH v2] Add i.MX23/28 auart support Sascha Hauer
2011-01-13 13:14 ` [PATCH 1/2] serial: Add auart driver for i.MX23/28 Sascha Hauer
2011-01-13 13:14 ` [PATCH 2/2] ARM MXS: Add auart platform support for i.MX28 Sascha Hauer
2011-01-13 23:39 ` [PATCH v2] Add i.MX23/28 auart support Russell King - ARM Linux
2011-01-17 11:25 ` Shawn Guo
2011-01-17 17:50 ` Sascha Hauer
2011-01-18 19:36 ` Shawn Guo
2011-01-24 10:04 ` Sascha Hauer [this message]
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=20110124100435.GK9041@pengutronix.de \
--to=s.hauer@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).