Re: [PATCH v4 2/5] usb: ehci: ehci-marvell: Support for marvell, ac5-ehci

2022-09-22 Thread Chris Packham
On Thu, Sep 22, 2022 at 5:18 PM Stefan Roese wrote: > > On 22.09.22 05:31, Chris Packham wrote: > > Unlike the other 64-bit mvebu SoCs the AlleyCat5 uses the older ehci > > block from the 32-bit SoCs. Adapt the ehci-marvell.c driver to cope with > > the fact that the ac5 does not have the mbus

Re: [PATCH v4 2/5] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci

2022-09-21 Thread Stefan Roese
On 22.09.22 05:31, Chris Packham wrote: Unlike the other 64-bit mvebu SoCs the AlleyCat5 uses the older ehci block from the 32-bit SoCs. Adapt the ehci-marvell.c driver to cope with the fact that the ac5 does not have the mbus infrastructure the 32-bit SoCs have and ensure USB_EHCI_IS_TDI is

[PATCH v4 2/5] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci

2022-09-21 Thread Chris Packham
Unlike the other 64-bit mvebu SoCs the AlleyCat5 uses the older ehci block from the 32-bit SoCs. Adapt the ehci-marvell.c driver to cope with the fact that the ac5 does not have the mbus infrastructure the 32-bit SoCs have and ensure USB_EHCI_IS_TDI is selected. Signed-off-by: Chris Packham ---