[PATCH 2/2] Freescale MPC52xx support for 2.6 - Serial part
From: Sylvain Munaut
Date: Thu Jul 08 2004 - 11:57:36 EST
This patch adds support for the PSCs of the Freescale MPC5200 to be used as UARTs.
Signed-off-by: Sylvain Munaut <tnt@xxxxxxxxxx>
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@xxxxxx, 2004-07-08 16:18:02+02:00, tnt@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxx>
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(+)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/