Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-13 Thread Peter Maydell
On Fri, 7 Feb 2020 at 17:45, Guenter Roeck wrote: > > Initialize EHCI controllers on AST2600 using the existing > TYPE_PLATFORM_EHCI. After this change, booting ast2600-evb > into Linux successfully instantiates a USB interface after > the necessary changes are made to its devicetree files. > >

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-11 Thread Guenter Roeck
On Tue, Feb 11, 2020 at 07:13:48PM +, Peter Maydell wrote: > On Tue, 11 Feb 2020 at 08:12, Philippe Mathieu-Daudé > wrote: > > > > On 2/7/20 11:48 PM, Guenter Roeck wrote: > > > On Fri, Feb 07, 2020 at 02:04:09PM -0800, no-re...@patchew.org wrote: > > >> Patchew URL: > > >>

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-11 Thread Peter Maydell
On Tue, 11 Feb 2020 at 08:12, Philippe Mathieu-Daudé wrote: > > On 2/7/20 11:48 PM, Guenter Roeck wrote: > > On Fri, Feb 07, 2020 at 02:04:09PM -0800, no-re...@patchew.org wrote: > >> Patchew URL: > >> https://patchew.org/QEMU/20200207174548.9087-1-li...@roeck-us.net/ > >> > >> > >> > >> Hi, >

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-11 Thread Philippe Mathieu-Daudé
On 2/7/20 11:48 PM, Guenter Roeck wrote: On Fri, Feb 07, 2020 at 02:04:09PM -0800, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20200207174548.9087-1-li...@roeck-us.net/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200207174548.9087-1-li...@roeck-us.net/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200207174548.9087-1-li...@roeck-us.net/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-07 Thread Guenter Roeck
On Fri, Feb 07, 2020 at 02:04:09PM -0800, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/20200207174548.9087-1-li...@roeck-us.net/ > > > > Hi, > > This series failed the docker-mingw@fedora build test. Please find the > testing commands and > their output below. If you

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-07 Thread Niek Linnenbank
On Fri, Feb 7, 2020, 22:34 Guenter Roeck wrote: > On Fri, Feb 07, 2020 at 10:25:01PM +0100, Niek Linnenbank wrote: > > Hi Guenter, > > > > On Fri, Feb 7, 2020 at 6:46 PM Guenter Roeck wrote: > > > > > Initialize EHCI controllers on AST2600 using the existing > > > TYPE_PLATFORM_EHCI. After this

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-07 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200207174548.9087-1-li...@roeck-us.net/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-07 Thread Guenter Roeck
On Fri, Feb 07, 2020 at 10:25:01PM +0100, Niek Linnenbank wrote: > Hi Guenter, > > On Fri, Feb 7, 2020 at 6:46 PM Guenter Roeck wrote: > > > Initialize EHCI controllers on AST2600 using the existing > > TYPE_PLATFORM_EHCI. After this change, booting ast2600-evb > > into Linux successfully

Re: [PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-07 Thread Niek Linnenbank
Hi Guenter, On Fri, Feb 7, 2020 at 6:46 PM Guenter Roeck wrote: > Initialize EHCI controllers on AST2600 using the existing > TYPE_PLATFORM_EHCI. After this change, booting ast2600-evb > into Linux successfully instantiates a USB interface after > the necessary changes are made to its

[PATCH v2] hw/arm: ast2600: Wire up EHCI controllers

2020-02-07 Thread Guenter Roeck
Initialize EHCI controllers on AST2600 using the existing TYPE_PLATFORM_EHCI. After this change, booting ast2600-evb into Linux successfully instantiates a USB interface after the necessary changes are made to its devicetree files. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver