From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Baozi Subject: [PATCH 0/4] Support 8250 compatible UART for OMAP5432 Date: Fri, 19 Jul 2013 20:57:42 +0800 Message-ID: <1374238666-5870-1-git-send-email-baozich@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Chen Baozi , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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