aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: adjust the brcm4710 cache workaround code so that it does not ↵Felix Fietkau2010-05-076-9/+9
| | | | | | break bcm4716 (patch by Bernhard Loos) SVN-Revision: 21395
* kernel: bring ssb in sync with upstream (as of current wireless-testing)Felix Fietkau2010-04-3014-211/+37
| | | | SVN-Revision: 21269
* brcm47xx: update config-2.6.33 optionsAlexandros C. Couloumbis2010-04-301-3/+9
| | | | SVN-Revision: 21266
* brcm47xx: refresh 2.6.33 kernel patchesAlexandros C. Couloumbis2010-04-306-18/+17
| | | | SVN-Revision: 21265
* sync to kernel 2.6.32.12Alexandros C. Couloumbis2010-04-271-1/+1
| | | | SVN-Revision: 21195
* brcm47xx: add missing bits & bytes on r21119Alexandros C. Couloumbis2010-04-243-0/+237
| | | | SVN-Revision: 21145
* brcm47xx: add sysfs attributes to ssb devices & new defines for registers ↵Alexandros C. Couloumbis2010-04-246-0/+210
| | | | | | 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-233-11/+144
| | | | | | RT-210W, RT-220W and alike boards (closes #6789) SVN-Revision: 21108
* kernel: refresh patches for 2.6.34-rc5 and update md5sumGabor Juhos2010-04-221-1/+1
| | | | SVN-Revision: 21082
* brcm47xx: fix r21042, nuke (boardnum == 42 section)Alexandros C. Couloumbis2010-04-201-30/+13
| | | | SVN-Revision: 21047
* brcm47xx: fix ethernet link state (closes #7056)Alexandros C. Couloumbis2010-04-201-0/+78
| | | | SVN-Revision: 21042
* brcm47xx: allow isdn on brcm47xxHauke Mehrtens2010-04-181-1/+0
| | | | SVN-Revision: 21001
* brcm47xx: refresh patchesHauke Mehrtens2010-04-1814-42/+38
| | | | SVN-Revision: 20996
* brcm47xx: fix build of tg3 for kernel 2.6.34Hauke Mehrtens2010-04-181-29/+29
| | | | SVN-Revision: 20994
* brcm47xx: fix ide drive assignment (closes #7061)Alexandros C. Couloumbis2010-04-163-0/+42
| | | | SVN-Revision: 20924
* brcm47xx: add preliminary 2.6.34 supportAlexandros C. Couloumbis2010-04-1524-0/+2672
| | | | SVN-Revision: 20888
* brcm47xx: remove support for older for kernelHauke Mehrtens2010-03-2652-5690/+0
| | | | SVN-Revision: 20492
* kernel: update to 2.6.32.10Gabor Juhos2010-03-263-15/+11
| | | | SVN-Revision: 20444
* added feature "pcmcia"Markus Wigge2010-03-181-1/+1
| | | | SVN-Revision: 20268
* fix yenta_socket driverMarkus Wigge2010-03-162-0/+96
| | | | | | | 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-162-0/+106
| | | | | | | | | | | | | | | | | | | | 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
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-114-0/+4
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* brcm47xx: fix commit r18413 "128MB ram problem"Hauke Mehrtens2010-03-0811-61/+146
| | | | | | | | | | 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 CONFIG_CMDLINE againHauke Mehrtens2010-03-031-0/+3
| | | | | | | Fix for r19955 this patch was suggested by tripolar SVN-Revision: 19967
* brcm47xx: add support for kernel 2.6.33Hauke Mehrtens2010-03-0225-0/+2629
| | | | | | Thanks to acoul and tripolar SVN-Revision: 19955
* 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-283-75/+0
| | | | SVN-Revision: 19891
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-1/+1
| | | | SVN-Revision: 19890
* Fix build warningsHauke Mehrtens2010-02-204-20/+4
| | | | SVN-Revision: 19782
* refresh patchesHauke Mehrtens2010-02-2024-81/+81
| | | | SVN-Revision: 19781
* fix mistake, thanks xMffTravis Kemen2010-02-131-1/+1
| | | | SVN-Revision: 19620
* sync kernel config, closes #6675Travis Kemen2010-02-131-0/+1
| | | | SVN-Revision: 19619
* update brcm47xx to .32, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19592
* clean up handling of some kernel symbolsImre Kaloz2010-02-113-3/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-111-10/+10
| | | | SVN-Revision: 19580
* replace the hostapd-mini preselection in profiles with wpad-miniFelix Fietkau2010-02-031-1/+1
| | | | SVN-Revision: 19503
* replace the hostapd preselection with a wpad preselection to enable proper ↵Felix Fietkau2010-01-231-1/+1
| | | | | | client mode support in the default images SVN-Revision: 19293
* bcm47xx: Add basic 2.6.32 support.Michael Büsch2010-01-0726-0/+2595
| | | | SVN-Revision: 19062
* switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 filesImre Kaloz2009-12-2731-3337/+0
| | | | SVN-Revision: 18952
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* kernel: move CONFIG_MIPS_FPU_EMU to generic kernel configFelix Fietkau2009-11-293-3/+0
| | | | SVN-Revision: 18603
* Remove patches already applied in generic and refresh patches.Hauke Mehrtens2009-11-294-843/+4
| | | | | | This fixes #6200 SVN-Revision: 18597
* add missing CONFIG_MIPS_FPU_EMU to kernel configJo-Philipp Wich2009-11-222-0/+2
| | | | SVN-Revision: 18477
* fix problem with 128MB ram.Hauke Mehrtens2009-11-133-0/+51
| | | | | | This patch is out of broadcoms official source code SVN-Revision: 18413
* some more Kconfig symbol move..Imre Kaloz2009-11-113-6/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-113-12/+0
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-113-41/+41
| | | | SVN-Revision: 18367
* fix my typoTravis Kemen2009-10-301-1/+1
| | | | SVN-Revision: 18219
* add WRT350Nv1 target, thanks sn9Travis Kemen2009-10-301-0/+16
| | | | SVN-Revision: 18218
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126