xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Support 8250 compatible UART for OMAP5432
@ 2013-07-19 12:57 Chen Baozi
  2013-07-19 12:57 ` [PATCH 1/4] xen: extract register definitions from ns16550 into a separated header Chen Baozi
                   ` (3 more replies)
  0 siblings, 4 replies; 27+ messages in thread
From: Chen Baozi @ 2013-07-19 12:57 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Chen Baozi, xen-devel

This patchset enables UART support for OMAP5432 ES2.0 devboard.

Chen Baozi (4):
  xen: extract register definitions from ns16550 into a separated header
  xen/arm: add OMAP5432 UART support for early_printk
  xen: set the right flags when enabling interrupts for 8250
  xen/arm: enable ns16550 uart driver for OMAP5432

 docs/misc/arm/early-printk.txt    |   1 +
 xen/arch/arm/Rules.mk             |   5 +
 xen/arch/arm/arm32/debug-8250.inc |  48 ++++++
 xen/drivers/char/ns16550.c        | 312 ++++++++++++++++++++++----------------
 xen/include/asm-arm/io.h          |  49 ++++++
 xen/include/xen/8250.h            | 104 +++++++++++++
 xen/include/xen/serial.h          |   7 +-
 7 files changed, 393 insertions(+), 133 deletions(-)
 create mode 100644 xen/arch/arm/arm32/debug-8250.inc
 create mode 100644 xen/include/xen/8250.h

-- 
1.8.1.4

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

end of thread, other threads:[~2013-07-26 12:32 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-19 12:57 [PATCH 0/4] Support 8250 compatible UART for OMAP5432 Chen Baozi
2013-07-19 12:57 ` [PATCH 1/4] xen: extract register definitions from ns16550 into a separated header Chen Baozi
2013-07-19 15:35   ` Julien Grall
2013-07-19 15:37     ` Chen Baozi
2013-07-19 15:43       ` Julien Grall
2013-07-19 12:57 ` [PATCH 2/4] xen/arm: add OMAP5432 UART support for early_printk Chen Baozi
2013-07-19 15:49   ` Julien Grall
2013-07-19 12:57 ` [PATCH 3/4] xen: set the right flags when enabling interrupts for 8250 Chen Baozi
2013-07-19 14:15   ` Ian Campbell
2013-07-19 15:18     ` Chen Baozi
2013-07-22 12:59       ` Chen Baozi
2013-07-23 11:47         ` Chen Baozi
2013-07-24 10:04           ` Chen Baozi
2013-07-25  9:14             ` Chen Baozi
2013-07-25 11:17               ` Julien Grall
2013-07-25 11:31                 ` Chen Baozi
2013-07-25 12:33                   ` Julien Grall
2013-07-26  1:14                     ` Chen Baozi
2013-07-26  3:31                       ` Chen Baozi
2013-07-26  9:30                         ` Chen Baozi
2013-07-26 10:42                         ` Julien Grall
2013-07-26 11:01                           ` Chen Baozi
2013-07-26 12:01                             ` Julien Grall
2013-07-26 12:32                               ` Chen Baozi
2013-07-19 12:57 ` [PATCH 4/4] xen/arm: enable ns16550 uart driver for OMAP5432 Chen Baozi
2013-07-19 17:06   ` Julien Grall
2013-07-22 13:06     ` Chen Baozi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).