summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-2.6.33
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of the b44 'BUG! Timeout waiting for bit 80000000 of register 428 to ↵Felix Fietkau2010-07-102-1/+18
| | | | | | | | | | 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. SVN-Revision: 22110
* brcm47xx: add some exports to be used by the new wl driverFelix Fietkau2010-06-141-0/+23
| | | | SVN-Revision: 21793
* brcm47xx: refresh patchesHauke Mehrtens2010-05-235-18/+18
| | | | SVN-Revision: 21543
* brcm47xx: use tab instead of spaceHauke Mehrtens2010-05-122-20/+21
| | | | SVN-Revision: 21430
* brcm47xx: ehci-ssb: some updates: * update pointers in struct hc_driver * ↵Hauke Mehrtens2010-05-121-55/+12
| | | | | | 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 SVN-Revision: 21427
* brcm47xx: adjust the brcm4710 cache workaround code so that it does not ↵Felix Fietkau2010-05-072-3/+3
| | | | | | break bcm4716 (patch by Bernhard Loos) SVN-Revision: 21395
* kernel: bring ssb in sync with upstream (as of current wireless-testing)Felix Fietkau2010-04-304-91/+4
| | | | SVN-Revision: 21269
* brcm47xx: refresh 2.6.33 kernel patchesAlexandros C. Couloumbis2010-04-306-18/+17
| | | | SVN-Revision: 21265
* brcm47xx: add missing bits & bytes on r21119Alexandros C. Couloumbis2010-04-241-0/+79
| | | | SVN-Revision: 21145
* brcm47xx: add sysfs attributes to ssb devices & new defines for registers ↵Alexandros C. Couloumbis2010-04-242-0/+70
| | | | | | and device ids (credits: Bernhard Loos) SVN-Revision: 21119
* brcm47xx: fix phy isolation bit on Toshiba WRC-1000, Siemens SE505 v1, Askey ↵Alexandros C. Couloumbis2010-04-231-1/+65
| | | | | | RT-210W, RT-220W and alike boards (closes #6789) SVN-Revision: 21108
* brcm47xx: refresh patchesHauke Mehrtens2010-04-183-15/+11
| | | | SVN-Revision: 20996
* brcm47xx: fix ide drive assignment (closes #7061)Alexandros C. Couloumbis2010-04-161-0/+14
| | | | SVN-Revision: 20924
* fix yenta_socket driverMarkus Wigge2010-03-161-0/+48
| | | | | | | Disable some calls the WRT54G3G implementation does not like and enable interrupts to allow hotplugging. SVN-Revision: 20240
* fix PCI resouce allocation for SSB PCI host bridgeMarkus Wigge2010-03-161-0/+53
| | | | | | | | | | | | | | | | | | | | The defined offset is wrong and the fixup-code overrides it later on so that it never gets used for most PCI devices. Unfortunately the yenta-socket allocates its own resources and crashes because of the wrong mem_offset. It seems that the offset and fixup code came from 2.4 where resource allocation was handled differently. This patch removes the unneeded parts and thus enables the yenta_socket on the WRT54G3G platform. It was tested on Asus WL500G-Premium (v1 and v2), Linksys WRT54G3G, Netgear WGT634U Signed-off-by: Michael Buesch <mb@bu3sch.de> SVN-Revision: 20239
* brcm47xx: fix commit r18413 "128MB ram problem"Hauke Mehrtens2010-03-082-1/+46
| | | | | | | | | | The patch commited in r18413 was wrong. This patch prevents prom_init_mem from scanning over 128MB ram. This is from #6765 and #3177 Refresh all patches SVN-Revision: 20072
* brcm47xx: add support for kernel 2.6.33Hauke Mehrtens2010-03-0224-0/+2425
Thanks to acoul and tripolar SVN-Revision: 19955