aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.32
Commit message (Collapse)AuthorAgeFilesLines
* 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-083-22/+32
| | | | | | | | | | 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
* explicitely enable shared interrupt 2 for any core that did not a dedicated IRQFlorian Fainelli2010-02-281-0/+41
| | | | | | | | | | Explicitely enable shared interrupt 2 for any core that didn't get a dedicated IRQ anymore (fallthrough case) and for EXTIF cores to make gpio interrupts work. Also remove a bogus comment. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 19895
* remove unneeded patchHauke Mehrtens2010-02-281-25/+0
| | | | SVN-Revision: 19891
* Fix build warningsHauke Mehrtens2010-02-202-2/+2
| | | | SVN-Revision: 19782
* refresh patchesHauke Mehrtens2010-02-2017-74/+74
| | | | SVN-Revision: 19781
* bcm47xx: Add basic 2.6.32 support.Michael Büsch2010-01-0725-0/+2412
SVN-Revision: 19062