All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ns16550: support ns16550a
@ 2013-12-22 10:59 tsahee
  2013-12-22 17:22 ` Julien Grall
  2013-12-23  9:42 ` misplaced const (was: Re: [PATCH] ns16550: support ns16550a) Jan Beulich
  0 siblings, 2 replies; 5+ messages in thread
From: tsahee @ 2013-12-22 10:59 UTC (permalink / raw)
  To: xen-devel
  Cc: julien.grall, Tsahee Zidenberg, Ian Campbell, stefano.stabellini

From: Tsahee Zidenberg <tsahee@gmx.com>

Ns16550a devices are Ns16550 devices with additional capabilities.
Decare XEN is compatible with this device, to be able to use unmodified
devicetrees.

Signed-off-by: Tsahee Zidenberg <tsahee@gmx.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
---
 xen/drivers/char/ns16550.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/drivers/char/ns16550.c b/xen/drivers/char/ns16550.c
index 9c2cded..a947c68 100644
--- a/xen/drivers/char/ns16550.c
+++ b/xen/drivers/char/ns16550.c
@@ -817,6 +817,7 @@ static int __init ns16550_uart_dt_init(struct dt_device_node *dev,
 static const char const *ns16550_dt_compat[] __initconst =
 {
     "ns16550",
+    "ns16550a",
     "snps,dw-apb-uart",
     NULL
 };
-- 
1.8.1.2

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

end of thread, other threads:[~2014-01-07 13:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-22 10:59 [PATCH] ns16550: support ns16550a tsahee
2013-12-22 17:22 ` Julien Grall
2014-01-07 13:54   ` Ian Campbell
2013-12-23  9:42 ` misplaced const (was: Re: [PATCH] ns16550: support ns16550a) Jan Beulich
2013-12-24 11:33   ` misplaced const Julien Grall

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.