|
@@ -73,6 +73,8 @@ int __init pxa_register_device(struct pxa_device_desc *desc,
|
|
}
|
|
}
|
|
|
|
|
|
#if IS_ENABLED(CONFIG_USB) || IS_ENABLED(CONFIG_USB_GADGET)
|
|
#if IS_ENABLED(CONFIG_USB) || IS_ENABLED(CONFIG_USB_GADGET)
|
|
|
|
+#if IS_ENABLED(CONFIG_USB_MV_UDC) || IS_ENABLED(CONFIG_USB_EHCI_MV)
|
|
|
|
+#if IS_ENABLED(CONFIG_CPU_PXA910) || IS_ENABLED(CONFIG_CPU_PXA168)
|
|
|
|
|
|
/*****************************************************************************
|
|
/*****************************************************************************
|
|
* The registers read/write routines
|
|
* The registers read/write routines
|
|
@@ -112,9 +114,6 @@ static void u2o_write(void __iomem *base, unsigned int offset,
|
|
readl_relaxed(base + offset);
|
|
readl_relaxed(base + offset);
|
|
}
|
|
}
|
|
|
|
|
|
-#if IS_ENABLED(CONFIG_USB_MV_UDC) || IS_ENABLED(CONFIG_USB_EHCI_MV)
|
|
|
|
-
|
|
|
|
-#if IS_ENABLED(CONFIG_CPU_PXA910) || IS_ENABLED(CONFIG_CPU_PXA168)
|
|
|
|
|
|
|
|
static DEFINE_MUTEX(phy_lock);
|
|
static DEFINE_MUTEX(phy_lock);
|
|
static int phy_init_cnt;
|
|
static int phy_init_cnt;
|