]> git.neil.brown.name Git - history.git/commit
[SERIAL] Add ARM PL011 uart primecell support.
authorRussell King <rmk@flint.arm.linux.org.uk>
Wed, 14 Apr 2004 18:33:32 +0000 (19:33 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Wed, 14 Apr 2004 18:33:32 +0000 (19:33 +0100)
commit157c0342e591acff4b80ad2869ab7702b40e69d5
treee80a9594852f7d0892225ab9119f29cf9cf4c829
parent51af77dbb806a3df044de15301d51488202bdfce
[SERIAL] Add ARM PL011 uart primecell support.

This adds support for the AMBA PL011 UART primecell, and moves the
existing AMBA UART support to indicate it covers the AMBA PL010
primecell.
arch/arm/kernel/debug.S
drivers/serial/Kconfig
drivers/serial/Makefile
drivers/serial/amba-pl010.c [new file with mode: 0644]
drivers/serial/amba-pl011.c [new file with mode: 0644]
drivers/serial/amba.c [deleted file]
include/asm-arm/hardware/amba_serial.h [new file with mode: 0644]
include/asm-arm/hardware/serial_amba.h [deleted file]