aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.0
Commit message (Collapse)AuthorAgeFilesLines
* brcm47xx: add fix for cardbus host controllerHauke Mehrtens2012-01-271-0/+22
| | | | | | These devices have two devices on the bus, the host controller itself and the device. SVN-Revision: 29923
* 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-132-9/+9
| | | | 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
* linux: update 3.0 to 3.0.9Jonas Gorski2011-11-194-15/+15
| | | | SVN-Revision: 29264
* kernel: update to version 3.0.3Hauke Mehrtens2011-08-182-2/+2
| | | | SVN-Revision: 28043
* 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-062-5/+5
| | | | SVN-Revision: 27918
* 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: update bcma and ssb to master-2011-07-21Hauke Mehrtens2011-07-2231-662/+2639
| | | | | | | * 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: add initial support for devices with bcma bus.Hauke Mehrtens2011-06-2822-47/+3309
| | | | | | 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-281-25/+0
| | | | SVN-Revision: 27299
* brcm47xx: fix Linux-3.0 and fix clock rate detection.Hauke Mehrtens2011-06-275-2/+123
| | | | SVN-Revision: 27294
* brcm47xx: add support for kernel 3.0Hauke Mehrtens2011-06-1831-0/+2902
SVN-Revision: 27217