bcm963xx: fix uart isr
authorFelix Fietkau <nbd@openwrt.org>
Sun, 18 May 2008 17:31:35 +0000 (17:31 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 18 May 2008 17:31:35 +0000 (17:31 +0000)
commit4db60563fc106eaf97fb4ab101590bdb9282670f
tree827c78bd1cb6db6bbc67d9e9984461689a95a07a
parentca851edf100bd3fd2b74d723b80822c8c2ff5559
bcm963xx: fix uart isr

The ISR ended up in an endless loop because the TX ISR never got used or masked.
This patch basically makes the TX ISR mask the the TX interrupt when it
encounters it, because it doesn't even use the TX interrupt.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11179
target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch [new file with mode: 0644]