All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] serial/of-serial: Add 16654 chip to compatible string list
@ 2012-05-28  9:58 ` Roland Stigge
  0 siblings, 0 replies; 21+ messages in thread
From: Roland Stigge @ 2012-05-28  9:58 UTC (permalink / raw)
  To: alan, gregkh, linux-serial, linux-kernel, kevin.wells,
	srinivas.bakki, linux-arm-kernel, arnd
  Cc: Roland Stigge

The (ST)16654 chip was missing in the list of supported chips in of-serial.
This patch adds the string "st16654" to it, and to the documentation.

Signed-off-by: Roland Stigge <stigge@antcom.de>

---
Applies to v3.4

 Documentation/devicetree/bindings/tty/serial/of-serial.txt |    1 +
 drivers/tty/serial/of_serial.c                             |    1 +
 2 files changed, 2 insertions(+)

--- linux-2.6.orig/Documentation/devicetree/bindings/tty/serial/of-serial.txt
+++ linux-2.6/Documentation/devicetree/bindings/tty/serial/of-serial.txt
@@ -6,6 +6,7 @@ Required properties:
 	- "ns16450"
 	- "ns16550a"
 	- "ns16550"
+	- "st16654"
 	- "ns16750"
 	- "ns16850"
 	- "nvidia,tegra20-uart"
--- linux-2.6.orig/drivers/tty/serial/of_serial.c
+++ linux-2.6/drivers/tty/serial/of_serial.c
@@ -179,6 +179,7 @@ static struct of_device_id __devinitdata
 	{ .compatible = "ns16450",  .data = (void *)PORT_16450, },
 	{ .compatible = "ns16550a", .data = (void *)PORT_16550A, },
 	{ .compatible = "ns16550",  .data = (void *)PORT_16550, },
+	{ .compatible = "st16654",  .data = (void *)PORT_16654, },
 	{ .compatible = "ns16750",  .data = (void *)PORT_16750, },
 	{ .compatible = "ns16850",  .data = (void *)PORT_16850, },
 	{ .compatible = "nvidia,tegra20-uart", .data = (void *)PORT_TEGRA, },

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

end of thread, other threads:[~2012-05-28 18:39 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-28  9:58 [PATCH] serial/of-serial: Add 16654 chip to compatible string list Roland Stigge
2012-05-28  9:58 ` Roland Stigge
2012-05-28 10:03 ` Russell King - ARM Linux
2012-05-28 10:03   ` Russell King - ARM Linux
2012-05-28 11:20   ` Roland Stigge
2012-05-28 11:20     ` Roland Stigge
2012-05-28 15:03     ` Russell King - ARM Linux
2012-05-28 15:03       ` Russell King - ARM Linux
2012-05-28 16:27       ` Roland Stigge
2012-05-28 16:27         ` Roland Stigge
2012-05-28 16:31         ` Russell King - ARM Linux
2012-05-28 16:31           ` Russell King - ARM Linux
2012-05-28 17:48           ` Roland Stigge
2012-05-28 17:48             ` Roland Stigge
2012-05-28 18:01             ` Russell King - ARM Linux
2012-05-28 18:01               ` Russell King - ARM Linux
2012-05-28 18:17               ` Roland Stigge
2012-05-28 18:17                 ` Roland Stigge
2012-05-28 18:17                 ` Roland Stigge
2012-05-28 18:39                 ` Russell King - ARM Linux
2012-05-28 18:39                   ` Russell King - ARM Linux

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.