Re: [PATCH 4/5] USB: bcma: add bcm53xx support

2015-06-01 Thread Rafał Miłecki
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

[PATCH 4/5] USB: bcma: add bcm53xx support

2015-06-01 Thread Hauke Mehrtens
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 +++