summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx
AgeCommit message (Collapse)Author
2011-05-07brcm47xx: update patcheshauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-05brcm47xx: when detecting a ssb pci device without an own sprom write the ↵hauke
sprom data from the platform device to the correct pointer. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-05brcm47xx: fix typo in patchhauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-01brcm47xx: add fallback sprom for pci devices without an own sprom.hauke
If there is no sprom on an ssb based pci device on the brcm47xx architecture ssb now asks the architecture code to look into the nvram to get some sprom data for this device. Now we are able to read out pci/1/1/ foo or pci/1/3/ foo config options. This will fix some problems where the wireless devices does not got an mac address and the following message was show: ssb: WARNING: Invalid SPROM CRC (corrupt SPROM) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26801 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-08brcm47xx: upgrade to kernel 2.6.27.6.hauke
This should be save now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-07brcm47xx: add initial support for kernel 2.6.38hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-19brcm47xx: remove kmod-usb-ohci from WGT634U packages.hauke
This package creates some error messages on startup Thank you russell-- for reporting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26240 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18remove 2.6.34 supportkaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13brcm47xx: add workaround for fuse again.hauke
This closes #4754 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26141 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13ssb: update ssb to version from linux-next-20110311hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26127 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13kernel: update to kernel version 2.6.37.3hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26126 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13kernel: update to kernel version 2.6.34.8hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-19[kernel] update to kernel 2.6.36.4florian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-24platform specific patches don't belong here - take #2kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25085 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-24platform specific patches don't belong herekaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25083 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-11brcm47xx: add gpio_set_debounce functionjuhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24968 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-02brcm47xx: fix compile problem when serial is deactivated.hauke
Thank you Andrey git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-22kernel: add config option added in kernel 2.6.37-rc7 to generic and run make ↵hauke
kernel_oldconfig for brcm47xx. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24805 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-22brcm47xx: refresh patches with kernel 2.6.37-rc7hauke
The deleted patches went upstream in 2.6.37-rc7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-21brcm47xx: wgt634u mac address fixhauke
The Netgear wgt634u uses minus between the hex digest of the mac address and all other broadcom devices are using colons between the hex digest. Now the mac address is correctly parsed also when minus is used. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-16brcm47xx: add ssb debug option.hauke
This fixes a problem with wrt350n. It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS" Thank you sn9 for fixing this problem. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24626 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-16brcm47xx: add some missing pci ID for tg3 driverhauke
Broadcom removed these pci id, but at least the wrt350n has a Ethernet controller with a pci id of 14e4:1676 Thank you sn9 for fixing this problem. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-16brcm47xx: this patch went upstreamhauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24624 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-11kernel: update kernel versionshauke
Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel 2.6.36.1 to 2.6.36.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-05brcm47xx: do not read from CFEhauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-05brcm47xx: backport patch from kernel 2.6.37hauke
Backport patches from r24162 brcm47xx: reorder patches like they were commitet upstream git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-05brcm47xx: use on common files dirhauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-12-02brcm47xx: Add edimax PS1208mfg supporthauke
Thank you clemvangelis for the patches. (closes #7672) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-28brcm47xx: remove support for old kernel versionshauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-28brcm47xx: use kernel 2.6.36.1 as new default kernel for this target.hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-27brcm47xx: reorder patches like they were commitet upstreamhauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-23linux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24116 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-23linux/brcm47xx: add missing patch on r24112acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24113 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-23linux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22linux/brcm47xx: properly fix r24096acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24102 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-22linux/brcm47xx: mainline 2.6.37 602977b0d672687909b0cb0542ede134ed6ef858 ↵acoul
commit broke CPU revision: 00024000, MIPS (cc 0x805, rev 0x00, vendor 0x4243) functionality. Revert that patch until we get a proper fix. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-11linux/brcm47xx: include a missing 2.6.37 file (thank you hauke)acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10brcm47xx: missing in r23949hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10brcm47xx: CONFIG_HAMRADIO=n makes no sensehauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-10linux/brcm47xx: add preliminary 2.6.37 kernel support acoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-07brcm47xx: Fix boot problem with wgt634u.hauke
Readd the workarround from the old version again which was removed in r22296 and refresh the patches. This should close #7874 Thank you Russell Senior for testing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19Revert "[brcm47xx] Add support for cores with slow WDT clock (bcm5354)"florian
This reverts commit 7467fdab387f451082c15d17ce9ae4d91d74b6ca. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-18[brcm47xx] Add support for cores with slow WDT clock (bcm5354)florian
Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-11linux/brcm47xx: fix an initialization issue on 2.6.36 kernelacoul
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23392 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-06brcm47xx: add patches for kernel 2.6.36hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-04[kernel]: upgrade kernel versions to the latest stable oneskaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23219 3c298f89-4303-0410-b956-a3cf2f4a3e73
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-22kernel: update kernel version to 2.6.34.5hauke
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22759 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-08-15brcm47xx/patches-2.6.35: Allow SSB EHCI/OHCI drivers to co-exist (thank you ↵acoul
Steve Brown) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22661 3c298f89-4303-0410-b956-a3cf2f4a3e73