From: Maxime Ripard Date: Mon, 14 Jan 2013 18:53:54 +0000 (+0100) Subject: ARM: sunxi: Use the Synosys APB UART instead of ns8250 X-Git-Tag: fixes-for-linus2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bea07f16da0d77689cda7abe73939dd1dfdea22;p=pandora-kernel.git ARM: sunxi: Use the Synosys APB UART instead of ns8250 The UART controller used in the A10/A13 is the Synopsys DesignWare 8250. The wrong use of a regular 8250 driver may lead to a oops during kernel boot with "irq 17: nobody cared", because the apb UART as an extra interrupt that gets raised when writing to the LCR when busy. Signed-off-by: Maxime Ripard --- Reading git-diff-tree failed