brcm47xx: update usb driver
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Jan 2012 20:11:23 +0000 (20:11 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 13 Jan 2012 20:11:23 +0000 (20:11 +0000)
commit01cb3619d31b15281e127b8c9ba91b9139268b3c
treebc3f22dd92d37c45f6d16be65a294b4c8ec65b09
parent3651d1c3327053bb67b1442502345473a4152884
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
This page took 0.025907 seconds and 4 git commands to generate.