summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-2.6.34
AgeCommit message (Collapse)Author
2010-08-22[kernel] update to 2.6.34.5florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-15brcm47xx: do not read out cfehauke
Reading the CFE properties causes system hangs on some devices. With this patch nvram read will be successful very time so cfe will no be read out. This code is not really correct but it will work around some problems for some people. Related ticket: #7693 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31brcm47xx: some checkpatch fixeshauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22425 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-31brcm47xx: some fixeshauke
* fix return codes of nvram_getenv. Now it behaves like cfe_getenv. * also check cfe for kernel_args param. * some style fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-25brcm47xx: now hopfully realy commit the right things from r22385hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-25brcm47xx: add missing part from r22385hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22387 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-24brcm47xx: fill the whole sprom with datahauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22385 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20brcm47xx: fix for boardflags by xMffhauke
and checkpatch.pl fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22318 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-19brcm47xx: write boardflags correct into spromhauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-19brcm47xx: prepare brcm47xx patches for sending to mainline.hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22296 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-10brcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22116 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-10Get rid of the b44 'BUG! Timeout waiting for bit 80000000 of register 428 ↵nbd
to clear.' spam. more and more users are getting confused by this, and consider it a regression in brcm47xx, because brcm-2.4 was not showing this message. It's not particularly interesting for debugging, most of the time it only happens because of an unconnected port. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-14brcm47xx: add some exports to be used by the new wl drivernbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-23brcm47xx: refresh patcheshauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21543 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12brcm47xx: use tab instead of spacehauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-12brcm47xx: ehci-ssb: some updates:hauke
* update pointers in struct hc_driver * make ssb_ehci_detach more look like the pci version * remove resume and suspend as they are never activated and not compiling * replace ssb_ehci_start with ehci_run as it only calls this method git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21427 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-07brcm47xx: adjust the brcm4710 cache workaround code so that it does not ↵nbd
break bcm4716 (patch by Bernhard Loos) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21395 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-30kernel: bring ssb in sync with upstream (as of current wireless-testing)nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24brcm47xx: add missing bits & bytes on r21119acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24brcm47xx: add sysfs attributes to ssb devices & new defines for registers ↵acoul
and device ids (credits: Bernhard Loos) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21119 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-23brcm47xx: fix phy isolation bit on Toshiba WRC-1000, Siemens SE505 v1, Askey ↵acoul
RT-210W, RT-220W and alike boards (closes #6789) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21108 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-22kernel: refresh patches for 2.6.34-rc5 and update md5sumjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21082 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20brcm47xx: fix r21042, nuke (boardnum == 42 section)acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-20brcm47xx: fix ethernet link state (closes #7056)acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-18brcm47xx: refresh patcheshauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20996 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-18brcm47xx: fix build of tg3 for kernel 2.6.34hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20994 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-16brcm47xx: fix ide drive assignment (closes #7061)acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-15brcm47xx: add preliminary 2.6.34 supportacoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20888 3c298f89-4303-0410-b956-a3cf2f4a3e73