serial: mpc52xx_uart: re-enable mpc5121 PSC UART support
authorAnatolij Gustschin <agust@denx.de>
Wed, 17 Feb 2010 05:30:03 +0000 (22:30 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 17 Feb 2010 05:30:03 +0000 (22:30 -0700)
commit6acc6833510db8f72b5ef343296d97480555fda9
tree197032db2cc74316188c33368dc6becef0a5c5fc
parentcf24dae14663b88cd64b37df3c7737269aa3cb5e
serial: mpc52xx_uart: re-enable mpc5121 PSC UART support

Currently the support for MPC5121 PSC UART in the mpc52xx_uart
driver is broken (only console pre-initialized by the bootloader
works). Re-enable it now by providing MPC5121 specific ops
for PSCx clock activation, FIFO controller init/uninit and
MPC5121 PSC FIFO shared interrupt handling functions.

Signed-off-by: John Rigby <jcrigby@gmail.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/serial/mpc52xx_uart.c