summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
Commit message (Collapse)AuthorAgeFilesLines
...
* brcm47xx: deactivate CONFIG_NO_HZ as it seams not to be needed.Hauke Mehrtens2012-02-122-2/+0
| | | | SVN-Revision: 30488
* brcm47xx: activate config bug to show warningsHauke Mehrtens2012-02-122-2/+0
| | | | SVN-Revision: 30487
* brcm47xx: refresh patchesHauke Mehrtens2012-02-128-31/+20
| | | | SVN-Revision: 30481
* brcm47xx: update usb driver for brcm47xx.Hauke Mehrtens2012-02-128-390/+280
| | | | SVN-Revision: 30480
* brcm47xx: print the chip id and rev found by ssb and bcmaHauke Mehrtens2012-02-102-0/+64
| | | | SVN-Revision: 30428
* brcm47xx: update bcm5354 support patchHauke Mehrtens2012-02-101-38/+141
| | | | SVN-Revision: 30423
* kernel: update linux 3.0 to 3.0.18Jonas Gorski2012-01-312-3/+3
| | | | SVN-Revision: 29965
* brcm47xx: add fix for cardbus host controllerHauke Mehrtens2012-01-272-0/+44
| | | | | | These devices have two devices on the bus, the host controller itself and the device. SVN-Revision: 29923
* brcm47xx: add support for pcie host controller on bcma based SoCs.Hauke Mehrtens2012-01-2111-18/+3794
| | | | | | This also adds minimal support for the BCMA43224 pcie wireless card. SVN-Revision: 29843
* brcm47xx: add support for kernel 3.2Hauke Mehrtens2012-01-1547-0/+7484
| | | | SVN-Revision: 29756
* brcm47xx: run kernel_oldconfigHauke Mehrtens2012-01-151-2/+3
| | | | SVN-Revision: 29755
* brcm47xx: update usb driverHauke Mehrtens2012-01-132-99/+113
| | | | | | | | | | | | | | | | Add workarround for BCM5357 and BCM4749. This patch contains the following fixes from George Kashperko: * separate subroutines for controller initialization workarounds - following CodingStyle recommendations; * __devinit __devexit __devinitconst annotations for CONFIG_HOTPLUG; * fix leak in ssb_hcd_create_pdev/bcma_hcd_create_pdev - as hci_res being kmalloc'ed is never freed anywhere while platform_device_add_resources will kmemdup resources right away; * fix compilation error in ssb_hcd_resume - it will fail as soon as CONFIG_PM is selected. SVN-Revision: 29734
* kernel: update linux 3.0 to 3.0.17Jonas Gorski2012-01-133-10/+10
| | | | SVN-Revision: 29725
* brcm47xx: fix usb on more recent bcma based devices.Hauke Mehrtens2011-12-231-4/+5
| | | | SVN-Revision: 29605
* brcm47xx: remove patch starting adding brcm4716 to ssbHauke Mehrtens2011-12-191-104/+0
| | | | | | brcm4716 is supported by bcma now we do not need this patch SVN-Revision: 29576
* brcm47xx: add new usb driver for bcma bus and replace ssb usb driver.Hauke Mehrtens2011-12-1910-521/+1768
| | | | | | This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more. SVN-Revision: 29575
* kernel: update bcma and ssb to version master-2011-12-16 from wireless-testingHauke Mehrtens2011-12-1913-1954/+16
| | | | SVN-Revision: 29574
* brcm47xx: remove support for kernel 2.6.39Hauke Mehrtens2011-12-1936-3310/+0
| | | | | | There are problems with the patches for kernel 2.6.39 and I do not want to support two different sets of patches. SVN-Revision: 29573
* linux: update 3.0 to 3.0.12Jonas Gorski2011-12-061-1/+1
| | | | SVN-Revision: 29469
* linux: update 3.0 to 3.0.9Jonas Gorski2011-11-195-16/+16
| | | | SVN-Revision: 29264
* brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commitJo-Philipp Wich2011-10-251-1/+0
| | | | SVN-Revision: 28585
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-252-2/+1
| | | | SVN-Revision: 28584
* add vlan definitions for Siemens SE505v2Florian Fainelli2011-09-301-3/+2
| | | | | | | | | | | | | | | | | | Hi, this patch adds the correct vlan definitions for the Siemens SE505v2. It applies to trunk as well as backfire (please apply here too). On backfire this also patches brcm-2,4, because brcm47xx base-files is just symlinked to brcm-2.4. It also fixes two whitespace issues. Tested with brcm47xx on both trunk and backfire branch and works as expected. Signed-off-by: Manuel Munz <freifunk@somakoma.de> SVN-Revision: 28336
* brcm47xx: fix padding of trx images, padjffs2 does not work properly on ↵Felix Fietkau2011-08-291-1/+1
| | | | | | empty files by default SVN-Revision: 28125
* kernel: update to version 3.0.3Hauke Mehrtens2011-08-183-3/+3
| | | | SVN-Revision: 28043
* fix the default network configuration for the ASUS WL-330gE (#8751)Jo-Philipp Wich2011-08-171-2/+2
| | | | SVN-Revision: 28024
* brcm47xx: fix flash detection on chipcommon less devices.Hauke Mehrtens2011-08-121-22/+28
| | | | | | | This closes #9906 Thank you for the report Kim SVN-Revision: 27967
* kernel: update to kernel version 3.0.1Hauke Mehrtens2011-08-063-6/+6
| | | | SVN-Revision: 27918
* brcm47xx: use kernel 3.0Hauke Mehrtens2011-08-041-1/+1
| | | | | | As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported. SVN-Revision: 27906
* brcm47xx: update patchesHauke Mehrtens2011-08-0436-470/+1714
| | | | | | | | * this adds sflash support for ssb devices * the flash is now a platform device * minor updates SVN-Revision: 27902
* brcm47xx: run ssb_pcicore_fix_sprom_core_index just for ssb bus on pciHauke Mehrtens2011-07-241-0/+19
| | | | | | | ssb_pcicore_fix_sprom_core_index accesses the sprom on the pci bus but this causes a data bus error (oops) on a SoC. SVN-Revision: 27758
* brcm47xx: build bcma into the kernelHauke Mehrtens2011-07-231-0/+6
| | | | | | | | Now we can assume that every brcm47xx kernel has the bcma module build into the kernel. This is not needed for this version as this does not support bcma as system bus but kernel 3.0 will. SVN-Revision: 27733
* brcm47xx: remove old kernel versionsHauke Mehrtens2011-07-2273-6897/+0
| | | | SVN-Revision: 27724
* brcm47xx: update bcma and ssb to master-2011-07-21Hauke Mehrtens2011-07-2234-692/+2645
| | | | | | | * add new patches for bcm4716 SoC * add support for serial flash on bcma bus SVN-Revision: 27723
* kernel: update to linux-3.0 and refresh patches.Hauke Mehrtens2011-07-223-33/+5
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27722
* brcm47xx: deactivate wndr3400 for now as this device will not bootHauke Mehrtens2011-06-291-1/+1
| | | | SVN-Revision: 27316
* brcm47xx: generate image to flash on Netgear WNDR3400.Hauke Mehrtens2011-06-281-0/+1
| | | | | | The image will not boot because serial flash support is missing this is only for experts. SVN-Revision: 27302
* brcm47xx: add initial support for devices with bcma bus.Hauke Mehrtens2011-06-2823-47/+3320
| | | | | | Ethernet and wifi are not working and this is highly experimental. SVN-Revision: 27301
* kernel: refresh patches for kernel 3.0-rc5Hauke Mehrtens2011-06-281-2/+2
| | | | SVN-Revision: 27300
* kernel: update ssb and bcma to linux-next next-20110628Hauke Mehrtens2011-06-282-50/+0
| | | | SVN-Revision: 27299
* kernel: update kernel to 2.6.39.2Hauke Mehrtens2011-06-281-1/+1
| | | | SVN-Revision: 27298
* brcm47xx: update kernel to version 2.6.39Hauke Mehrtens2011-06-271-1/+1
| | | | SVN-Revision: 27296
* kernel: update ssb and bcma to linux-next next-20110627Hauke Mehrtens2011-06-275-150/+57
| | | | SVN-Revision: 27295
* brcm47xx: fix Linux-3.0 and fix clock rate detection.Hauke Mehrtens2011-06-275-2/+123
| | | | SVN-Revision: 27294
* brcm47xx: refresh patchesHauke Mehrtens2011-06-183-7/+7
| | | | SVN-Revision: 27219
* kernel: update to kernel 2.6.38.8Hauke Mehrtens2011-06-183-7/+7
| | | | SVN-Revision: 27218
* brcm47xx: add support for kernel 3.0Hauke Mehrtens2011-06-1832-0/+3029
| | | | SVN-Revision: 27217
* bcm47xx: Remove kernel checks from image MakefileHauke Mehrtens2011-06-151-6/+2
| | | | | | | | | 2.4 isn't present anymore, so it will always be 2.6 (or newer). Since the 2.6 check will break with 3.0, remove it alltogether. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27185
* brcm47xx: initial 2.6.39 support for brcm47xxHauke Mehrtens2011-05-2537-0/+3451
| | | | | | Thank you Peter Wagner for the patch SVN-Revision: 27008
* brcm47xx: remove old kernelHauke Mehrtens2011-05-2537-3465/+0
| | | | SVN-Revision: 27006