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)
commit73d1e7ebf523864f1a1ce536dc854fa0d29adfb4
tree8b18d296dcd5c7b6daec20b8029bf633ad30cced
parent267bc5dcd35854ea34aa15ba00d819e5de943f1d
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]