On 2 June 2015 at 00:13, Hauke Mehrtens wrote:
> @@ -159,6 +160,56 @@ static void bcma_hcd_init_chip(struct bcma_device *dev)
> }
> }
>
> +static void bcma_hcd_init_chip_arm(struct bcma_device *dev)
> +{
> + struct bcma_device *arm_core;
> + void __iomem *dmu;
> + u32 va
The Broadcom ARM SoCs with this usb core need a different
initialization and they have a different core id. This patch adds
support for these USB 2.0 core.
Signed-off-by: Felix Fietkau
Signed-off-by: Hauke Mehrtens
---
drivers/usb/host/bcma-hcd.c | 71 +++