Re: [PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation

2020-07-02 Thread Gerd Hoffmann
Hi, > Peter already applied this series to master. Ah, this is where the conflict comes from. /me removes an item from the todo list. take care, Gerd

Re: [PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation

2020-07-01 Thread Paul Zimmerman
On Wed, Jul 1, 2020 at 11:30 AM Gerd Hoffmann wrote: > Hi, > > > This patch series adds emulation for the dwc-hsotg USB controller, > > which is used on the Raspberry Pi 3 and earlier, as well as a number > > of other development boards. The main benefit for Raspberry Pi is that > > this

Re: [PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation

2020-07-01 Thread Gerd Hoffmann
Hi, > This patch series adds emulation for the dwc-hsotg USB controller, > which is used on the Raspberry Pi 3 and earlier, as well as a number > of other development boards. The main benefit for Raspberry Pi is that > this enables networking on these boards, since the network adapter is >

Re: [PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation

2020-06-05 Thread Peter Maydell
On Fri, 5 Jun 2020 at 23:14, Paul Zimmerman wrote: > > > > On Fri, Jun 5, 2020 at 7:28 AM Peter Maydell wrote: >> >> On Thu, 21 May 2020 at 00:54, Paul Zimmerman wrote: >> > >> > This verion fixes a few things pointed out by Peter, and one by >> > Felippe. >> > >> > This patch series adds

Re: [PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation

2020-06-05 Thread Paul Zimmerman
On Fri, Jun 5, 2020 at 7:28 AM Peter Maydell wrote: > On Thu, 21 May 2020 at 00:54, Paul Zimmerman wrote: > > > > This verion fixes a few things pointed out by Peter, and one by > > Felippe. > > > > This patch series adds emulation for the dwc-hsotg USB controller, > > which is used on the

Re: [PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation

2020-06-05 Thread Peter Maydell
On Thu, 21 May 2020 at 00:54, Paul Zimmerman wrote: > > This verion fixes a few things pointed out by Peter, and one by > Felippe. > > This patch series adds emulation for the dwc-hsotg USB controller, > which is used on the Raspberry Pi 3 and earlier, as well as a number > of other development

Re: [PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation

2020-05-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200520235349.21215-1-pauld...@gmail.com/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200520235349.21215-1-pauld...@gmail.com Subject: [PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host

[PATCH v6 0/7] dwc-hsotg (aka dwc2) USB host controller emulation

2020-05-20 Thread Paul Zimmerman
This verion fixes a few things pointed out by Peter, and one by Felippe. This patch series adds emulation for the dwc-hsotg USB controller, which is used on the Raspberry Pi 3 and earlier, as well as a number of other development boards. The main benefit for Raspberry Pi is that this enables