commit | 1bea07f16da0d77689cda7abe73939dd1dfdea22 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Mon Jan 14 19:53:54 2013 +0100 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Wed Jan 16 19:13:18 2013 +0100 |
tree | 73f358778abe372ca0ea57540c82040a3829b279 | |
parent | 43880f709dc59840849e31b01735ac587195ef8a [diff] |
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 <maxime.ripard@free-electrons.com>