brcm47xx: update usb driver
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 13 Jan 2012 20:11:23 +0000 (20:11 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 13 Jan 2012 20:11:23 +0000 (20:11 +0000)
commitd5bc3a994bdf202998573b053b657db90cfcda00
tree6430e9e5435117d9b625fa715bf6e16b9e544738
parent9d497cb132be4f9bcc0ceaf247c686a3be845017
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.

SVN-Revision: 29734
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