From: Sylvain Munaut <tnt@246tnt.com>
To: LKML <linux-kernel@vger.kernel.org>,
Linux/PPC Development <linuxppc-dev@lists.linuxppc.org>,
Russell King <rmk@arm.linux.org.uk>
Subject: [PATCH 2/2] Freescale MPC52xx support for 2.6 - Serial part
Date: Thu, 08 Jul 2004 18:55:14 +0200 [thread overview]
Message-ID: <40ED7C72.2090701@246tNt.com> (raw)
This patch adds support for the PSCs of the Freescale MPC5200 to be used as UARTs.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
The complete patch set is composed of two parts parts :
- [1/2] The base/core part ( include/asm-ppc & arch/ppc )
- [2/2] The serial driver part ( include/linux & driver/serial )
They have to be applied in order.
Due to the size of the patch, it's not inlined or attached. It's available from either :
- bksend generated patch : http://www.246tNt.com/linux-2.5-mpc52xx-pending-serial.bksend
- diff -urN style patch : http://www.246tNt.com/linux-2.5-mpc52xx-pending-serial.diff
- bk tree ( contains both patchs ) : bk://bkbits.246tNt.com/linux-2.5-mpc52xx-pending
diffstat is included :
===================================================================
ChangeSet@1.1820, 2004-07-08 16:18:02+02:00, tnt@246tNt-laptop.lan.ayanami.246tNt.com
Add support for MPC52xx PSCs.
Can be used as serial port and console. Compliant with the OCP driver model.
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
drivers/serial/Kconfig | 27 +
drivers/serial/Makefile | 1
drivers/serial/mpc52xx_uart.c | 869 ++++++++++++++++++++++++++++++++++++++++++
include/linux/serial_core.h | 3
4 files changed, 900 insertions(+)
reply other threads:[~2004-07-08 16:55 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=40ED7C72.2090701@246tNt.com \
--to=tnt@246tnt.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.linuxppc.org \
--cc=rmk@arm.linux.org.uk \
/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.