projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
458af54
)
[ARM] 3181/1: add PORT_ identifier for Hilscher netx uart
author
Sascha Hauer
<sascha@saschahauer.de>
Mon, 28 Nov 2005 18:09:44 +0000
(18:09 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 28 Nov 2005 18:09:44 +0000
(18:09 +0000)
Patch from Sascha Hauer
This patch adds PORT_NETX for supporting the Hilscher netx embedded
UARTs.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/linux/serial_core.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/serial_core.h
b/include/linux/serial_core.h
index a3ac92b19acac8267ff5ec922e1bdfccd2b9ca06..e3710d7e260aa6d31b6d5f46f811ca49f3c65b86 100644
(file)
--- a/
include/linux/serial_core.h
+++ b/
include/linux/serial_core.h
@@
-121,6
+121,9
@@
#define PORT_IP3106 70
+/* Hilscher netx */
+#define PORT_NETX 71
+
#ifdef __KERNEL__
#include <linux/config.h>