summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx
Commit message (Collapse)AuthorAgeFilesLines
* deactivate mips wait instruction for MIPS 74K on Broadcom SoCsHauke Mehrtens2012-09-201-0/+12
| | | | | | | | | When not removing support for the wait instruction, when ruining on the BCM4706 SoC the system stops after msleep() without an exception. I haven't seen this problem on the other Broadcom SoCs with a 74K CPU, but in the Broadcom SDK it is deactivated for all CPUs of this type. SVN-Revision: 33496
* brcm47xx/profiles/PS-1208MFG: remove reference to non-existing packageFlorian Fainelli2012-09-191-1/+1
| | | | | | | | The package block-hotplug doesn't exist, refer to block-mount instead. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33474
* update fix-boot patch.Hauke Mehrtens2012-09-191-33/+7
| | | | | | Do not change the code any more but use the kconfig options SVN-Revision: 33463
* update gpio patchesHauke Mehrtens2012-09-193-149/+124
| | | | SVN-Revision: 33462
* generic: move GENERIC_PWM symbol into the generic configGabor Juhos2012-09-131-1/+0
| | | | SVN-Revision: 33383
* add gpio sysfs entriesHauke Mehrtens2012-09-111-0/+1
| | | | | | This fixes #10256 SVN-Revision: 33369
* update profilesHauke Mehrtens2012-08-227-25/+46
| | | | | | | | * add profile for BCM4705 based SoC using tg3 instead of b44 * remove redundant 105-Atheros.mk * reorder SVN-Revision: 33235
* remove unused fileHauke Mehrtens2012-08-181-635/+0
| | | | SVN-Revision: 33210
* make brcm47xx build only with bcma or only with ssb support.Hauke Mehrtens2012-08-187-59/+33
| | | | | | | There are some ifdefs missing so when only ssb or only bcma was selected in the kernel config it did not build. SVN-Revision: 33209
* update gpio patchesHauke Mehrtens2012-08-182-106/+105
| | | | SVN-Revision: 33208
* update tg3 driverHauke Mehrtens2012-08-051-75/+128
| | | | SVN-Revision: 33004
* generate image for Linksys e3200Hauke Mehrtens2012-08-051-0/+1
| | | | SVN-Revision: 33003
* brcm47xx: update gpio patchHauke Mehrtens2012-08-052-10/+8
| | | | SVN-Revision: 33001
* brcm47xx: fix patch which moves the flash struct in wgt634u codeHauke Mehrtens2012-08-052-12/+29
| | | | SVN-Revision: 33000
* brcm47xx: use libgpio instaed of implementing the gpio interface ourself.Hauke Mehrtens2012-08-048-111/+712
| | | | SVN-Revision: 32992
* bcma: update to version from wireless-testing tag master-2012-07-16Hauke Mehrtens2012-07-261-0/+1
| | | | | | | | I did not add the last patch, because it add some stubs for the flash drivers and our patches have to be changed for that, if the flash support in bcma is able to do something I will integrate it. This also contains 3 additional patches fixing some bugs in bcma. SVN-Revision: 32880
* move ubsec-ssb driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+16
| | | | SVN-Revision: 32863
* move ssb-gige to target specific modules.mkFlorian Fainelli2012-07-251-0/+13
| | | | SVN-Revision: 32862
* move usb driver to target specific modules.mkFlorian Fainelli2012-07-251-0/+22
| | | | SVN-Revision: 32861
* brcm47xx: reorder patches so that the patches already in mainline linux will ↵Hauke Mehrtens2012-07-2516-54/+62
| | | | | | be applied at first. SVN-Revision: 32845
* kernel: bcma: update to version from wireless-testing tag master-2012-07-11Hauke Mehrtens2012-07-113-20/+20
| | | | SVN-Revision: 32670
* kernel: ssb/bcma: update to version from wireless-testing tag master-2012-07-02Hauke Mehrtens2012-07-029-177/+15
| | | | SVN-Revision: 32580
* kernel: replace the brcm47xx fuse workaround patches with a generic patch ↵Felix Fietkau2012-06-162-74/+0
| | | | | | | | that applies to all mips targets The dcache bug that it works around is a generic issue, not a brcm47xx cache quirk SVN-Revision: 32395
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848
* brcm47xx: fix nvram read out on devices with serial flashHauke Mehrtens2012-05-185-31/+36
| | | | | | detect nvram on Linksys E3200 SVN-Revision: 31790
* brcm47xx: bcma: fix null pointerHauke Mehrtens2012-05-181-0/+20
| | | | SVN-Revision: 31789
* brcm47xx: ssb: recognize ARM Cortex M3Hauke Mehrtens2012-05-181-0/+21
| | | | SVN-Revision: 31788
* brcm47xx: some fixes for the USB driverHauke Mehrtens2012-05-182-0/+22
| | | | SVN-Revision: 31787
* kernel: ssb/bcma: update to version from wireless-testing tag ↵Hauke Mehrtens2012-05-1714-202/+115
| | | | | | master-2012-05-16-2 SVN-Revision: 31772
* brcm47xx: remove support for kernel 3.2Hauke Mehrtens2012-05-1760-11653/+0
| | | | SVN-Revision: 31771
* linux: move certain disabled symbols to the generic configsGabor Juhos2012-05-152-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CONFIG_ARCH_DMA_ADDR_T_64BIT * CONFIG_ARCH_HAS_ILOG2_U32 * CONFIG_ARCH_HAS_ILOG2_U64 * CONFIG_ARCH_PHYS_ADDR_T_64BIT * CONFIG_ARCH_SUPPORTS_MSI * CONFIG_GENERIC_CPU_DEVICES * CONFIG_HWMON_DEBUG_CHIP * CONFIG_I2C_PXA_PCI * CONFIG_LEDS_GPIO * CONFIG_MINIX_FS_NATIVE_ENDIAN * CONFIG_MLX4_CORE * CONFIG_POWER_SUPPLY * CONFIG_POWER_SUPPLY_DEBUG * CONFIG_QUOTACTL * CONFIG_SDIO_UART * CONFIG_SENSORS_K10TEMP * CONFIG_SENSORS_SCH56XX_COMMON * CONFIG_SENSORS_VIA_CPUTEMP * CONFIG_SERIO_AMBAKMI * CONFIG_SERIO_I8042 * CONFIG_SERIO_LIBPS2 * CONFIG_SERIO_PCIPS2 * CONFIG_SERIO_RAW * CONFIG_SERIO_SERPORT * CONFIG_SPI_BITBANG * CONFIG_SPI_GPIO SVN-Revision: 31737
* kernel: update linux 3.3 to 3.3.6Gabor Juhos2012-05-142-23/+23
| | | | SVN-Revision: 31709
* brcm47xx: generate image for Linksys WRT610N V1Hauke Mehrtens2012-05-131-0/+1
| | | | SVN-Revision: 31696
* brcm47xx: fix tg3 ssb patchHauke Mehrtens2012-05-122-104/+118
| | | | | | Now tg3 works with the Ethernet core of the Linksys WRT610N v1 (again). SVN-Revision: 31694
* kernel: update linux 3.3 to 3.3.5Gabor Juhos2012-05-071-1/+1
| | | | SVN-Revision: 31645
* brcm47xx: add gpio_request_one()Hauke Mehrtens2012-05-061-0/+51
| | | | | | This fixes a compile error with kernel 3.3. SVN-Revision: 31635
* brcm47xx: update target to kernel 3.3Hauke Mehrtens2012-05-051-1/+1
| | | | SVN-Revision: 31599
* brcm47xx: add support for kernel 3.3Hauke Mehrtens2012-05-0359-0/+9456
| | | | SVN-Revision: 31573
* brcm47xx: BCMA - Modified PCI CFG space accessHauke Mehrtens2012-04-251-0/+104
| | | | | | | | | | The existing code (prior to the patch) does an "ioremap_nocache" on a subset of a memory region that I think has already been mapped, and then un-maps that smaller region when it is finished. Thanks Nathan Hintz for the patch SVN-Revision: 31481
* brcm47xx: A couple of other (inconsequential) BCMA patchesHauke Mehrtens2012-04-242-0/+30
| | | | | | | | Noticed these while reviewing the code. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 31471
* brcm47xx: b44 fix workaround detection on some brcm47xx boardsHauke Mehrtens2012-04-241-16/+9
| | | | | | | | | | Because of api change of nvram_getenv, the workaround failed to detect the hardware. Based on patch by b.sander Fixes #11268. SVN-Revision: 31470
* kernel: update linux 3.2 to 3.2.16Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31459
* kernel: also update the targets to use 3.2.15Jonas Gorski2012-04-171-1/+1
| | | | | | Thanks Gabor for spotting it. SVN-Revision: 31337
* kernel: update linux 3.2 to 3.2.15Jonas Gorski2012-04-172-23/+23
| | | | SVN-Revision: 31335
* brcm47xx: fix a bug in the sprom handling of bcma, this broke all bcma based ↵Hauke Mehrtens2012-04-141-0/+24
| | | | | | | | SoCs. bcma: use fallback sprom if no on chip sprom is available SVN-Revision: 31285
* kernel: update bcma and ssb to version master-2012-04-12 from wireless-testingHauke Mehrtens2012-04-1326-2013/+25
| | | | SVN-Revision: 31278
* brcm47xx: remove support for kernel 3.0Hauke Mehrtens2012-04-1353-8860/+0
| | | | SVN-Revision: 31276
* kernel: update linux 3.2 to 3.2.14Jonas Gorski2012-04-091-1/+1
| | | | SVN-Revision: 31222
* kernel: update linux 3.2 to 3.2.13 and refresh patchesJonas Gorski2012-04-011-1/+1
| | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158