summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.25/070-bcm963xx_fix_uart_isr.patch
Commit message (Collapse)AuthorAgeFilesLines
* Delete old brcm63xx filesflorian2008-11-151-31/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13210 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] upgrade to 2.6.25.7, and refresh patchesjuhosg2008-06-171-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] refresh kernel patchesjuhosg2008-05-191-8/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm963xx: fix uart isrnbd2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11179 3c298f89-4303-0410-b956-a3cf2f4a3e73