* [PATCH 2/2] Freescale MPC52xx support for 2.6 - Serial part
@ 2004-07-08 16:55 Sylvain Munaut
0 siblings, 0 replies; only message in thread
From: Sylvain Munaut @ 2004-07-08 16:55 UTC (permalink / raw)
To: LKML, Linux/PPC Development, Russell King
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(+)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-08 16:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-08 16:55 [PATCH 2/2] Freescale MPC52xx support for 2.6 - Serial part Sylvain Munaut
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.