]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7d04f55e9f0c94d3962c4dba01dc1da532265c3b
tree197032db2cc74316188c33368dc6becef0a5c5fc
parent87ee5edd4a9343d1371e6aebee9f2df4e01d4d2b
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