aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
Commit message (Collapse)AuthorAgeFilesLines
* 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
* brcm47xx: fix partition layout on SimpleShare devices.Hauke Mehrtens2011-05-251-21/+66
| | | | | | | | | | The flash driver code should be cleaned up and the broad detection code should be placed into arch code and used here. This fixes #9323 Thank you Will Holmes for the patch. SVN-Revision: 27005
* brcm47xx: update patchesHauke Mehrtens2011-05-0714-36/+74
| | | | SVN-Revision: 26846
* brcm47xx: when detecting a ssb pci device without an own sprom write the ↵Hauke Mehrtens2011-05-054-24/+26
| | | | | | sprom data from the platform device to the correct pointer. SVN-Revision: 26829
* brcm47xx: fix typo in patchHauke Mehrtens2011-05-052-2/+2
| | | | SVN-Revision: 26828
* brcm47xx: add fallback sprom for pci devices without an own sprom.Hauke Mehrtens2011-05-0116-46/+794
| | | | | | | | | | | | | If there is no sprom on an ssb based pci device on the brcm47xx architecture ssb now asks the architecture code to look into the nvram to get some sprom data for this device. Now we are able to read out pci/1/1/ foo or pci/1/3/ foo config options. This will fix some problems where the wireless devices does not got an mac address and the following message was show: ssb: WARNING: Invalid SPROM CRC (corrupt SPROM) SVN-Revision: 26801
* brcm47xx: upgrade to kernel 2.6.27.6.Hauke Mehrtens2011-04-081-1/+1
| | | | | | This should be save now. SVN-Revision: 26533
* brcm47xx: add initial support for kernel 2.6.38Hauke Mehrtens2011-04-0733-0/+3076
| | | | SVN-Revision: 26524
* brcm47xx: remove kmod-usb-ohci from WGT634U packages.Hauke Mehrtens2011-03-191-1/+1
| | | | | | | | This package creates some error messages on startup Thank you russell-- for reporting SVN-Revision: 26240
* remove 2.6.34 supportImre Kaloz2011-03-1834-3547/+0
| | | | SVN-Revision: 26229
* brcm47xx: add workaround for fuse again.Hauke Mehrtens2011-03-134-10/+94
| | | | | | This closes #4754 SVN-Revision: 26141
* ssb: update ssb to version from linux-next-20110311Hauke Mehrtens2011-03-1313-232/+12
| | | | SVN-Revision: 26127
* kernel: update to kernel version 2.6.37.3Hauke Mehrtens2011-03-135-16/+16
| | | | SVN-Revision: 26126
* kernel: update to kernel version 2.6.34.8Hauke Mehrtens2011-03-131-1/+1
| | | | SVN-Revision: 26125
* update to kernel 2.6.36.4Florian Fainelli2011-02-191-1/+1
| | | | SVN-Revision: 25580
* platform specific patches don't belong here - take #2Imre Kaloz2011-01-246-0/+93
| | | | SVN-Revision: 25085
* platform specific patches don't belong hereImre Kaloz2011-01-243-0/+267
| | | | SVN-Revision: 25083
* brcm47xx: add gpio_set_debounce functionGabor Juhos2011-01-112-0/+26
| | | | SVN-Revision: 24968
* brcm47xx: fix compile problem when serial is deactivated.Hauke Mehrtens2011-01-024-26/+44
| | | | | | Thank you Andrey SVN-Revision: 24885
* kernel: add config option added in kernel 2.6.37-rc7 to generic and run make ↵Hauke Mehrtens2010-12-221-50/+18
| | | | | | kernel_oldconfig for brcm47xx. SVN-Revision: 24805
* brcm47xx: refresh patches with kernel 2.6.37-rc7Hauke Mehrtens2010-12-227-454/+1
| | | | | | The deleted patches went upstream in 2.6.37-rc7 SVN-Revision: 24803
* brcm47xx: wgt634u mac address fixHauke Mehrtens2010-12-212-0/+40
| | | | | | | | The Netgear wgt634u uses minus between the hex digest of the mac address and all other broadcom devices are using colons between the hex digest. Now the mac address is correctly parsed also when minus is used. SVN-Revision: 24749
* brcm47xx: add ssb debug option.Hauke Mehrtens2010-12-163-0/+3
| | | | | | | | | This fixes a problem with wrt350n. It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS" Thank you sn9 for fixing this problem. SVN-Revision: 24626
* brcm47xx: add some missing pci ID for tg3 driverHauke Mehrtens2010-12-162-0/+94
| | | | | | | | | Broadcom removed these pci id, but at least the wrt350n has a Ethernet controller with a pci id of 14e4:1676 Thank you sn9 for fixing this problem. SVN-Revision: 24625
* brcm47xx: this patch went upstreamHauke Mehrtens2010-12-161-50/+0
| | | | SVN-Revision: 24624
* kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update ↵Hauke Mehrtens2010-12-111-1/+1
| | | | | | kenrel 2.6.36.1 to 2.6.36.2 SVN-Revision: 24486
* brcm47xx: do not read from CFEHauke Mehrtens2010-12-051-12/+6
| | | | SVN-Revision: 24267