From 701096cf9b0b69c4167d9010b964da2c013e2c20 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 17 Jul 2003 20:10:48 -0700 Subject: [PATCH] Refactor v850 UART driver The v850 family contains several related-but-not-identical on-chip UARTs. This patch factors out the common code and uses it to implement both types (only one was supported before). Also, this patch changes the way the v850 UART is initialized, to use the same method as other linux serial drivers. This patch renames the UART code to be `v850e_uart' rather than `nb85e_uart', as the former is more correct. As this change renames some files too, the patch contains a number of whole-file add/removes. --- include/linux/serial_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 93ab5714ad94..a7cb796c4deb 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -57,7 +57,7 @@ #define PORT_SUNSAB 39 /* NEC v850. */ -#define PORT_NB85E_UART 40 +#define PORT_V850E_UART 40 /* NEC PC-9800 */ #define PORT_8251_PC98 41 -- cgit v1.2.3