All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4 v2] serial: add a new port type, found on some sh-mobile
@ 2010-05-23 16:39 ` Guennadi Liakhovetski
  0 siblings, 0 replies; 12+ messages in thread
From: Guennadi Liakhovetski @ 2010-05-23 16:39 UTC (permalink / raw)
  To: linux-sh@vger.kernel.org; +Cc: linux-serial, Paul Mundt

Such ports are found, e.g., on SH7372.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
---

v1 -> v2:

rebased onto the current (sh-2.6/master) HEAD, where two more new port 
types have been registered.

 include/linux/serial_core.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index f10db6e..5228320 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -186,6 +186,9 @@
 #define PORT_ALTERA_JTAGUART	91
 #define PORT_ALTERA_UART	92
 
+/* SH-SCI */
+#define PORT_SCIFB	93
+
 #ifdef __KERNEL__
 
 #include <linux/compiler.h>
-- 
1.6.2.4


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-06-01  7:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 16:39 [PATCH 1/4 v2] serial: add a new port type, found on some sh-mobile Guennadi Liakhovetski
2010-05-23 16:39 ` [PATCH 1/4 v2] serial: add a new port type, found on some sh-mobile SoCs Guennadi Liakhovetski
2010-05-23 16:39 ` [PATCH 2/4] serial: sh-sci: fix handling of SCIFB sh-mobile ports Guennadi Liakhovetski
2010-05-23 16:39   ` Guennadi Liakhovetski
2010-05-23 16:39 ` [PATCH 3/4] ARM: mach-shmobile: SH7372 has 6 SCIFA and 1 SCIFB ports Guennadi Liakhovetski
2010-05-23 16:39   ` Guennadi Liakhovetski
2010-05-23 16:39 ` [PATCH 4/4 v2] ARM: mach-shmobile: add SCIFA and SCIFB DMA slave Guennadi Liakhovetski
2010-05-23 16:39   ` [PATCH 4/4 v2] ARM: mach-shmobile: add SCIFA and SCIFB DMA slave definitions for sh7372 Guennadi Liakhovetski
2010-05-31  4:51   ` Paul Mundt
2010-05-31  4:51     ` Paul Mundt
2010-06-01  7:30     ` [PATCH 4/4 v2] ARM: mach-shmobile: add SCIFA and SCIFB DMA slave Guennadi Liakhovetski
2010-06-01  7:30       ` [PATCH 4/4 v2] ARM: mach-shmobile: add SCIFA and SCIFB DMA slave definitions for sh7372 Guennadi Liakhovetski

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.