summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 2.6.25.7, and refresh patchesGabor Juhos2008-06-171-5/+3
| | | | SVN-Revision: 11523
* refresh kernel patchesGabor Juhos2008-05-191-8/+5
| | | | SVN-Revision: 11201
* bcm963xx: fix uart isrFelix Fietkau2008-05-181-0/+36
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