Re: [PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation

2020-02-28 Thread Guenter Roeck
On Fri, Feb 28, 2020 at 12:44:19PM -0600, Edgar E. Iglesias wrote: > Sorry Peter, I missed the email. > > Reviewed-by: Edgar E. Iglesias > Thanks a lot everyone! Guenter > Best regards, > Edgar > > > On Fri, 28 Feb. 2020, 10:00 Peter Maydell, wrote: > > > On Thu, 20 Feb 2020 at 15:05, Pet

Re: [PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation

2020-02-28 Thread Edgar E. Iglesias
Sorry Peter, I missed the email. Reviewed-by: Edgar E. Iglesias Best regards, Edgar On Fri, 28 Feb. 2020, 10:00 Peter Maydell, wrote: > On Thu, 20 Feb 2020 at 15:05, Peter Maydell > wrote: > > > > On Sat, 15 Feb 2020 at 12:23, Guenter Roeck wrote: > > > > > > USB ports on Xilinx Zync must

Re: [PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation

2020-02-28 Thread Peter Maydell
On Thu, 20 Feb 2020 at 15:05, Peter Maydell wrote: > > On Sat, 15 Feb 2020 at 12:23, Guenter Roeck wrote: > > > > USB ports on Xilinx Zync must be instantiated as TYPE_CHIPIDEA to work. > > Linux expects and checks various chipidea registers, which do not exist > > with the basic ehci emulation.

Re: [PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation

2020-02-20 Thread Peter Maydell
On Sat, 15 Feb 2020 at 12:23, Guenter Roeck wrote: > > USB ports on Xilinx Zync must be instantiated as TYPE_CHIPIDEA to work. > Linux expects and checks various chipidea registers, which do not exist > with the basic ehci emulation. This patch series fixes the problem. > > The first patch in the

Re: [PATCH v2 0/2] hw/arm/xilinx_zynq: Fix USB port instantiation

2020-02-17 Thread Gerd Hoffmann
On Sat, Feb 15, 2020 at 04:23:52AM -0800, Guenter Roeck wrote: > USB ports on Xilinx Zync must be instantiated as TYPE_CHIPIDEA to work. > Linux expects and checks various chipidea registers, which do not exist > with the basic ehci emulation. This patch series fixes the problem. > > The first pat