aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/ucc_uart.c
Commit message (Collapse)AuthorAgeFilesLines
* [POWERPC] QE: UCC nodes cleanupAnton Vorontsov2008-04-171-4/+12
| | | | | | | | | | | | - get rid of `model = "UCC"' in the ucc nodes It isn't used anywhere, so remove it. If we'll ever need something like this, we'll use compatible property instead. - replace last occurrences of device-id with cell-index. Drivers are modified for backward compatibility's sake. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* [POWERPC] qe-uart: add support for Freescale QUICCEngine UARTTimur Tabi2008-01-231-0/+1514
Add file ucc_uart.c, a serial device driver for the Freescale QUICCEngine. Update the Kconfig and Makefile accordingly. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>