|
|
@@ -14,7 +14,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
|
|
|
--- a/drivers/usb/host/bcma-hcd.c
|
|
|
+++ b/drivers/usb/host/bcma-hcd.c
|
|
|
-@@ -28,6 +28,7 @@
|
|
|
+@@ -29,6 +29,7 @@
|
|
|
#include <linux/of_gpio.h>
|
|
|
#include <linux/usb/ehci_pdriver.h>
|
|
|
#include <linux/usb/ohci_pdriver.h>
|
|
|
@@ -22,15 +22,15 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
|
|
|
MODULE_AUTHOR("Hauke Mehrtens");
|
|
|
MODULE_DESCRIPTION("Common USB driver for BCMA Bus");
|
|
|
-@@ -37,6 +38,7 @@ struct bcma_hcd_device {
|
|
|
+@@ -38,6 +39,7 @@ struct bcma_hcd_device {
|
|
|
struct bcma_device *core;
|
|
|
struct platform_device *ehci_dev;
|
|
|
struct platform_device *ohci_dev;
|
|
|
+ struct platform_device *xhci_dev;
|
|
|
+ struct gpio_desc *gpio_desc;
|
|
|
};
|
|
|
|
|
|
- /* Wait for bitmask in a register to get set or cleared.
|
|
|
-@@ -250,6 +252,10 @@ static const struct usb_ehci_pdata ehci_
|
|
|
+@@ -245,6 +247,10 @@ static const struct usb_ehci_pdata ehci_
|
|
|
static const struct usb_ohci_pdata ohci_pdata = {
|
|
|
};
|
|
|
|
|
|
@@ -41,7 +41,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
static struct platform_device *bcma_hcd_create_pdev(struct bcma_device *dev,
|
|
|
const char *name, u32 addr,
|
|
|
const void *data,
|
|
|
-@@ -343,6 +349,216 @@ err_unregister_ohci_dev:
|
|
|
+@@ -338,6 +344,216 @@ err_unregister_ohci_dev:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
@@ -258,7 +258,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
static int bcma_hcd_probe(struct bcma_device *dev)
|
|
|
{
|
|
|
int err;
|
|
|
-@@ -365,6 +581,11 @@ static int bcma_hcd_probe(struct bcma_de
|
|
|
+@@ -364,6 +580,11 @@ static int bcma_hcd_probe(struct bcma_de
|
|
|
if (err)
|
|
|
return err;
|
|
|
break;
|
|
|
@@ -270,7 +270,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
default:
|
|
|
return -ENODEV;
|
|
|
}
|
|
|
-@@ -378,11 +599,14 @@ static void bcma_hcd_remove(struct bcma_
|
|
|
+@@ -377,11 +598,14 @@ static void bcma_hcd_remove(struct bcma_
|
|
|
struct bcma_hcd_device *usb_dev = bcma_get_drvdata(dev);
|
|
|
struct platform_device *ohci_dev = usb_dev->ohci_dev;
|
|
|
struct platform_device *ehci_dev = usb_dev->ehci_dev;
|
|
|
@@ -285,7 +285,7 @@ Signed-off-by: Hauke Mehrtens <[email protected]>
|
|
|
|
|
|
bcma_core_disable(dev, 0);
|
|
|
}
|
|
|
-@@ -419,6 +643,7 @@ static int bcma_hcd_resume(struct bcma_d
|
|
|
+@@ -418,6 +642,7 @@ static int bcma_hcd_resume(struct bcma_d
|
|
|
static const struct bcma_device_id bcma_hcd_table[] = {
|
|
|
BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_USB20_HOST, BCMA_ANY_REV, BCMA_ANY_CLASS),
|
|
|
BCMA_CORE(BCMA_MANUF_BCM, BCMA_CORE_NS_USB20, BCMA_ANY_REV, BCMA_ANY_CLASS),
|