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)
commit6de2c4ab35bcb2000f09edb7f55d4e41debe9845
tree8b18d296dcd5c7b6daec20b8029bf633ad30cced
parent05f2649f3a2f0bc83fb01d956554f8c8cfa40961
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]