bcm963xx: fix uart isr
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 18 May 2008 17:31:35 +0000 (17:31 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 18 May 2008 17:31:35 +0000 (17:31 +0000)
commita03a3970cf0c322c7aba3e7e179dd33a6588e9d9
tree8b18d296dcd5c7b6daec20b8029bf633ad30cced
parent2ff6ff3e54afc49216edc4208ffa3943454473be
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11179 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch [new file with mode: 0644]