bcm53xx: use USB patches sent upstream by Hauke
authorRafał Miłecki <zajec5@gmail.com>
Tue, 16 Jun 2015 08:32:17 +0000 (08:32 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Tue, 16 Jun 2015 08:32:17 +0000 (08:32 +0000)
commita0b734b45dfd7dc4ce9d75e67e1947a2511fff69
treed5fde7331af67825323abb6b9ed1ec5f886b880d
parent1465aca8b662872b03c12fecfb4ab111469de9b0
bcm53xx: use USB patches sent upstream by Hauke

This stabilizes USB support. The old patch was handling initialization
in a different order that was causing some problems with few USB 3.0
devices. Some weren't detected, some were working unstable, sometimes
USB 3.0 could hang the whole controller.

A still known issue (but not a regression) is controller hang triggered
by connecting USB 1.1 device when not having OHCI controller enabled
(kmod-usb-ohci).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Backport of r45997

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@45998 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/bcm53xx/patches-3.18/180-USB-bcma-remove-chip-id-check.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.18/181-USB-bcma-replace-numbers-with-constants.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.18/182-USB-bcma-use-devm_kzalloc.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.18/183-USB-bcma-fix-error-handling-in-bcma_hcd_create_pdev.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.18/184-USB-bcma-add-bcm53xx-support.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.18/185-USB-bcma-add-support-for-controlling-bus-power-throu.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.18/190-bcma_hcd_add_bcm5301x_support.patch [deleted file]
target/linux/bcm53xx/patches-3.18/191-bcma_hcd_add_gpio_power_control.patch [deleted file]