1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-02 23:47:43 +03:00
openwrt-xburst/target/linux/brcm63xx
nbd a03a3970cf 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
2008-05-18 17:31:35 +00:00
..
files Upgrade brcm63xx to 2.6.24 2008-02-13 17:31:17 +00:00
image bcm963xx: image generation using image tagger 2008-05-18 17:30:04 +00:00
patches Upgrade brcm63xx to 2.6.24 2008-02-13 17:31:17 +00:00
patches-2.6.25 bcm963xx: fix uart isr 2008-05-18 17:31:35 +00:00
profiles strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 2007-09-06 16:27:37 +00:00
config-2.6.24 enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate 2008-05-09 17:08:51 +00:00
config-2.6.25 bcm963xx: add 2.6.25 configuration file 2008-05-18 17:30:30 +00:00
Makefile bcm963xx: use the 2.6.25.1 kernel 2008-05-18 17:30:16 +00:00