brcm47xx: update usb driver
authorHauke Mehrtens <hauke@openwrt.org>
Fri, 13 Jan 2012 20:11:23 +0000 (20:11 +0000)
committerHauke Mehrtens <hauke@openwrt.org>
Fri, 13 Jan 2012 20:11:23 +0000 (20:11 +0000)
commit818a4e7d60de7c54e88f4e2343edd3a2781e8a08
treebc3f22dd92d37c45f6d16be65a294b4c8ec65b09
parent2a947c251ed955c7674082920fca03a07e5368fe
brcm47xx: update usb driver

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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29734 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/brcm47xx/patches-3.0/0032-USB-Add-driver-for-the-bcma-bus.patch
target/linux/brcm47xx/patches-3.0/0033-USB-Add-driver-for-the-ssb-bus.patch