summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
Commit message (Collapse)AuthorAgeFilesLines
* refresh kernel patchesGabor Juhos2008-05-1946-492/+497
| | | | SVN-Revision: 11200
* Fix kmap_coherent use on 2.6.25 kernelsPeter Denison2008-05-181-8/+30
| | | | SVN-Revision: 11191
* upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)Gabor Juhos2008-05-181-1/+1
| | | | SVN-Revision: 11184
* Remove files now present upstream in files-2.6.25 (This is mostly just ↵Peter Denison2008-05-1646-4747/+1054
| | | | | | drivers/ssb and include/linux/ssb) [brcm47xx] Regenerate patches against 2.6.25.1 kernel+files set Default is still to build against 2.6.23.16 SVN-Revision: 11155
* enable proper PCI & USB support detection at config-time by disabling ↵Nicolas Thill2008-05-091-0/+2
| | | | | | CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate SVN-Revision: 11097
* fix GENERIC_GPIO supportGabor Juhos2008-05-022-0/+0
| | | | SVN-Revision: 11004
* Disable CONFIG_CONNECTOR in config-2.6.23 - Unused, disabling precludes ↵Andy Boyett2008-05-011-1/+0
| | | | | | Kconfig prompt for CONFIG_W1_CON SVN-Revision: 10994
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-271-1/+0
| | | | SVN-Revision: 10952
* First step to upgrade of brcm47xx to kernel version 2.6.25Peter Denison2008-04-2544-0/+7824
| | | | SVN-Revision: 10939
* Fix b44 phyaddr by applying the PHY-address mask. Closes #3712 - Adapted ↵Andy Boyett2008-03-231-0/+15
| | | | | | from patch by Michael Buesch on the linux-netdev mailing list. SVN-Revision: 10649
* linux-2.6: Add a driver to run an MMC or SD card over a GPIO based SPI ↵Michael Büsch2008-03-211-24/+24
| | | | | | interface. SVN-Revision: 10637
* bcm47xx: Fix warning arch/mips/bcm947xx/irq.c: In function ↵Michael Büsch2008-03-191-1/+1
| | | | | | 'pcibios_map_irq': arch/mips/bcm947xx/irq.c:78: warning: passing argument 1 of 'pci_name' discards qualifiers from pointer target type SVN-Revision: 10626
* bcm47xx: Register a GPIODEV platform device to allow GPIO access via /dev/gpioMichael Büsch2008-03-191-0/+17
| | | | SVN-Revision: 10623
* bcm47xx: Fix GPIO data direction output bit assignmentMichael Büsch2008-03-151-1/+2
| | | | SVN-Revision: 10605
* Update cleanups of ssb-gigeMichael Büsch2008-03-131-37/+41
| | | | SVN-Revision: 10597
* SSB-GigE: Fix IRQ routing. This makes the device work. Yay! :)Michael Büsch2008-02-281-5/+22
| | | | SVN-Revision: 10532
* Fix the roboswitch code for the WRT350NMichael Büsch2008-02-271-18/+89
| | | | SVN-Revision: 10531
* More SSB GigE fixes.Michael Büsch2008-02-231-26/+396
| | | | SVN-Revision: 10521
* bcm47xx: Add driver for the SSB Gigabit Ethernet core. It doesn't work, yet, ↵Michael Büsch2008-02-206-0/+1190
| | | | | | but let's commit what we have. SVN-Revision: 10509
* ssb: Fix the horrible crash of innocent cardbus cards.Michael Büsch2008-02-192-0/+119
| | | | | | No Animals were harmed in the production of this patch. SVN-Revision: 10497
* ssb: Make the GPIO API reentrancy safe.Michael Büsch2008-02-192-28/+251
| | | | SVN-Revision: 10496
* ssb: Update the GPIO APIMichael Büsch2008-02-194-35/+195
| | | | SVN-Revision: 10495
* SSB: Update the watchdog fix to the patch version that will go upstream.Michael Büsch2008-02-193-53/+130
| | | | SVN-Revision: 10494
* ssb: Move the generic ssb fixes patch to the generic kernel.Michael Büsch2008-02-191-292/+0
| | | | | | This should fix SSB for people using a b43 card on a non-47xx machine. SVN-Revision: 10492
* ssb: Workaround: Need subsys_initcall to be able to register a PCI bus.Michael Büsch2008-02-192-11/+32
| | | | | | This needs a different fix, but use this workaround for now. SVN-Revision: 10491
* ssb: Update to latest upstream version of ssb.Michael Büsch2008-02-196-158/+206
| | | | SVN-Revision: 10490
* Patch for extif watchdog support. Thanks b.sander. Closes #2363 #2814 and #3141Andy Boyett2008-02-191-0/+53
| | | | SVN-Revision: 10489
* ssb: Fix serial console on new 47xx devices.Michael Büsch2008-02-182-16/+90
| | | | SVN-Revision: 10485
* bcm47xx: We can use the ssb-invariants callback now, as was changed to be ↵Michael Büsch2008-02-171-10/+3
| | | | | | called late enough. SVN-Revision: 10476
* bcm47xx: Remove FIXME We don't want to move the board time init into SSB. ↵Michael Büsch2008-02-171-2/+1
| | | | | | It's just fine as-is. Remove the FIXME. SVN-Revision: 10474
* bcm47xx: Extract all available information from NVRAM into the sprom data ↵Michael Büsch2008-02-161-8/+43
| | | | | | structure. SVN-Revision: 10473
* Fix support for PCI devices behind a SSB->PCI bridge.Michael Büsch2008-02-163-111/+86
| | | | SVN-Revision: 10468
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | SVN-Revision: 10443
* add brcm47xx patch by crazy_imp to fix a patch chunk for drivers/MakefileFelix Fietkau2008-01-271-12/+12
| | | | SVN-Revision: 10279
* Enable SSB ohci driver (#2828)Florian Fainelli2007-12-101-0/+1
| | | | SVN-Revision: 9699
* Add bcm5354 patches from #2757Florian Fainelli2007-12-094-0/+463
| | | | SVN-Revision: 9685
* fix wl-700gE ide init (patch by biblbroks, fixes #2686)Felix Fietkau2007-11-161-0/+32
| | | | SVN-Revision: 9560
* add lzma compressed initramfs for bcm947xxFelix Fietkau2007-11-161-0/+121
| | | | SVN-Revision: 9559
* Add bcm5354 fixes from #2611Florian Fainelli2007-11-132-0/+78
| | | | SVN-Revision: 9547
* add b43 fixes from #2677Felix Fietkau2007-11-112-0/+128
| | | | SVN-Revision: 9535
* We are now at .23.1Florian Fainelli2007-10-231-1/+1
| | | | SVN-Revision: 9415
* fix i2c-gpioFelix Fietkau2007-10-141-3/+3
| | | | SVN-Revision: 9309
* sync ssb with upstreamFelix Fietkau2007-10-1415-4049/+128
| | | | SVN-Revision: 9302
* Finally fix the annoying BCM4704 segfault issues (#2035) - tested with ↵Felix Fietkau2007-10-136-632/+168
| | | | | | WL-500gP Thanks to jhansen and Wolfram Joost for the fixes and to ryd for the test hardware. Seems like the user space segfaults actually came from this patch: http://lkml.org/lkml/2006/12/12/158 SVN-Revision: 9285
* add patches for 2.6.23 on brcm47xx (not enabled yet)Felix Fietkau2007-10-1313-34/+3647
| | | | SVN-Revision: 9279
* move crypto support to a seperate crypto.mk file, split modules into ↵Nicolas Thill2007-09-231-22/+0
| | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980
* add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP ↵Nicolas Thill2007-09-221-4/+0
| | | | | | (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs. SVN-Revision: 8955
* clean up jffs2 config optionsFelix Fietkau2007-09-191-1/+0
| | | | SVN-Revision: 8848
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-3/+0
| | | | SVN-Revision: 8695
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-082-4/+4
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694