Re: [PATCH v4 04/20] hw/arm/allwinner-h3: add USB host controller

2020-02-12 Thread Philippe Mathieu-Daudé
On 2/2/20 8:33 PM, Niek Linnenbank wrote: On Sun, Jan 19, 2020 at 7:44 PM Philippe Mathieu-Daudé mailto:phi...@redhat.com>> wrote: On 1/19/20 7:37 PM, Philippe Mathieu-Daudé wrote: > On 1/19/20 1:50 AM, Niek Linnenbank wrote: >> The Allwinner H3 System on Chip contains multiple US

Re: [PATCH v4 04/20] hw/arm/allwinner-h3: add USB host controller

2020-02-02 Thread Niek Linnenbank
On Sun, Jan 19, 2020 at 7:44 PM Philippe Mathieu-Daudé wrote: > On 1/19/20 7:37 PM, Philippe Mathieu-Daudé wrote: > > On 1/19/20 1:50 AM, Niek Linnenbank wrote: > >> The Allwinner H3 System on Chip contains multiple USB 2.0 bus > >> connections which provide software access using the Enhanced > >

Re: [PATCH v4 04/20] hw/arm/allwinner-h3: add USB host controller

2020-02-02 Thread Niek Linnenbank
On Sun, Jan 19, 2020 at 7:37 PM Philippe Mathieu-Daudé wrote: > On 1/19/20 1:50 AM, Niek Linnenbank wrote: > > The Allwinner H3 System on Chip contains multiple USB 2.0 bus > > connections which provide software access using the Enhanced > > Host Controller Interface (EHCI) and Open Host Controll

Re: [PATCH v4 04/20] hw/arm/allwinner-h3: add USB host controller

2020-01-19 Thread Philippe Mathieu-Daudé
On 1/19/20 7:37 PM, Philippe Mathieu-Daudé wrote: On 1/19/20 1:50 AM, Niek Linnenbank wrote: The Allwinner H3 System on Chip contains multiple USB 2.0 bus connections which provide software access using the Enhanced Host Controller Interface (EHCI) and Open Host Controller Interface (OHCI) inter

Re: [PATCH v4 04/20] hw/arm/allwinner-h3: add USB host controller

2020-01-19 Thread Philippe Mathieu-Daudé
On 1/19/20 1:50 AM, Niek Linnenbank wrote: The Allwinner H3 System on Chip contains multiple USB 2.0 bus connections which provide software access using the Enhanced Host Controller Interface (EHCI) and Open Host Controller Interface (OHCI) interfaces. This commit adds support for both interfaces

[PATCH v4 04/20] hw/arm/allwinner-h3: add USB host controller

2020-01-18 Thread Niek Linnenbank
The Allwinner H3 System on Chip contains multiple USB 2.0 bus connections which provide software access using the Enhanced Host Controller Interface (EHCI) and Open Host Controller Interface (OHCI) interfaces. This commit adds support for both interfaces in the Allwinner H3 System on Chip. Signed-