x86-efi-fix-off-by-one-bug-in-efi-boot-services-reservation.patch
x86-add-check-for-number-of-available-vectors-before-cpu-down.patch
kvm-x86-limit-pit-timer-frequency.patch
-usb-dwc3-fix-the-glue-drivers-using-the-nop-phy.patch
usb-pl2303-fix-data-corruption-on-termios-updates.patch
usb-option-add-new-zte-3g-modem-pids-to-option-driver.patch
usb-serial-add-support-for-iball-3.5g-connect-usb-modem.patch
+++ /dev/null
-From 13518673f1419f2667985a6fca4543e44143408b Mon Sep 17 00:00:00 2001
-From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
-Date: Wed, 18 Dec 2013 16:41:25 +0200
-Subject: usb: dwc3: fix the glue drivers using the nop phy
-
-From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
-
-commit 13518673f1419f2667985a6fca4543e44143408b upstream.
-
-The reset_gpio member of the usb_phy_gen_xceiv_platform_data
-structure needs the have negative value or phy-generic's
-probe will fail unless DT is used. 0 is a valid gpio number.
-
-This fixes an issue where phy-generic fails to probe with
-message: "usb_phy_gen_xceiv.0: Error requesting RESET GPIO 0".
-
-Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
-Signed-off-by: Felipe Balbi <balbi@ti.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- drivers/usb/dwc3/dwc3-exynos.c | 1 +
- drivers/usb/dwc3/dwc3-pci.c | 1 +
- 2 files changed, 2 insertions(+)
-
---- a/drivers/usb/dwc3/dwc3-exynos.c
-+++ b/drivers/usb/dwc3/dwc3-exynos.c
-@@ -46,6 +46,7 @@ static int dwc3_exynos_register_phys(str
-
- exynos->usb2_phy = pdev;
- pdata.type = USB_PHY_TYPE_USB2;
-+ pdata.gpio_reset = -1;
-
- ret = platform_device_add_data(exynos->usb2_phy, &pdata, sizeof(pdata));
- if (ret)
---- a/drivers/usb/dwc3/dwc3-pci.c
-+++ b/drivers/usb/dwc3/dwc3-pci.c
-@@ -72,6 +72,7 @@ static int dwc3_pci_register_phys(struct
-
- glue->usb2_phy = pdev;
- pdata.type = USB_PHY_TYPE_USB2;
-+ pdata.gpio_reset = -1;
-
- ret = platform_device_add_data(glue->usb2_phy, &pdata, sizeof(pdata));
- if (ret)
usb-chipidea-imx-set-ci_hdrc_imx28_write_fix-for-imx28.patch
usb-chipidea-need-to-mask-int_status-when-write-otgsc.patch
usb-chipidea-udc-using-multo-at-td-as-real-mult-value-for-iso-tx.patch
-usb-dwc3-fix-the-glue-drivers-using-the-nop-phy.patch
usb-pl2303-fix-data-corruption-on-termios-updates.patch
usb-option-add-new-zte-3g-modem-pids-to-option-driver.patch
usb-serial-add-support-for-iball-3.5g-connect-usb-modem.patch
+++ /dev/null
-From 13518673f1419f2667985a6fca4543e44143408b Mon Sep 17 00:00:00 2001
-From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
-Date: Wed, 18 Dec 2013 16:41:25 +0200
-Subject: usb: dwc3: fix the glue drivers using the nop phy
-
-From: Heikki Krogerus <heikki.krogerus@linux.intel.com>
-
-commit 13518673f1419f2667985a6fca4543e44143408b upstream.
-
-The reset_gpio member of the usb_phy_gen_xceiv_platform_data
-structure needs the have negative value or phy-generic's
-probe will fail unless DT is used. 0 is a valid gpio number.
-
-This fixes an issue where phy-generic fails to probe with
-message: "usb_phy_gen_xceiv.0: Error requesting RESET GPIO 0".
-
-Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
-Signed-off-by: Felipe Balbi <balbi@ti.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
----
- drivers/usb/dwc3/dwc3-exynos.c | 1 +
- drivers/usb/dwc3/dwc3-pci.c | 1 +
- 2 files changed, 2 insertions(+)
-
---- a/drivers/usb/dwc3/dwc3-exynos.c
-+++ b/drivers/usb/dwc3/dwc3-exynos.c
-@@ -50,6 +50,7 @@ static int dwc3_exynos_register_phys(str
-
- exynos->usb2_phy = pdev;
- pdata.type = USB_PHY_TYPE_USB2;
-+ pdata.gpio_reset = -1;
-
- ret = platform_device_add_data(exynos->usb2_phy, &pdata, sizeof(pdata));
- if (ret)
---- a/drivers/usb/dwc3/dwc3-pci.c
-+++ b/drivers/usb/dwc3/dwc3-pci.c
-@@ -52,6 +52,7 @@ static int dwc3_pci_register_phys(struct
-
- glue->usb2_phy = pdev;
- pdata.type = USB_PHY_TYPE_USB2;
-+ pdata.gpio_reset = -1;
-
- ret = platform_device_add_data(glue->usb2_phy, &pdata, sizeof(pdata));
- if (ret)