Re: [PATCH v3 0/6] USB: bcma: add support for ARM based SoCs

2015-07-07 Thread Hauke Mehrtens
On 06/11/2015 10:57 PM, Hauke Mehrtens wrote: > These patches are fixing minor bugs and are adding support for ARM > based Broadcom BCM47XX and BCM53XX SoCs. > > Changes since: > v2: > * split the ARM init function up and change the order to match the >Broadcom vendor code > * enable the GP

Re: [PATCH v3 0/6] USB: bcma: add support for ARM based SoCs

2015-06-11 Thread Rafał Miłecki
On 11 June 2015 at 22:57, Hauke Mehrtens wrote: > These patches are fixing minor bugs and are adding support for ARM > based Broadcom BCM47XX and BCM53XX SoCs. Looks fine, thanks Hauke! -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@v

[PATCH v3 0/6] USB: bcma: add support for ARM based SoCs

2015-06-11 Thread Hauke Mehrtens
These patches are fixing minor bugs and are adding support for ARM based Broadcom BCM47XX and BCM53XX SoCs. Changes since: v2: * split the ARM init function up and change the order to match the Broadcom vendor code * enable the GPIO before init of the USB PHY is done, like in the vendor c