Re: [PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support

2023-03-16 Thread Guenter Roeck
On Thu, Mar 16, 2023 at 02:51:23PM +, Peter Maydell wrote: > On Thu, 16 Mar 2023 at 14:12, Guenter Roeck wrote: > > > > Hi Peter, > > > > On 3/16/23 06:41, Peter Maydell wrote: > > > On Fri, 13 Mar 2020 at 01:45, Guenter Roeck wrote: > > >> > > >> Add basic USB PHY support as implemented in i

Re: [PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support

2023-03-16 Thread Peter Maydell
On Thu, 16 Mar 2023 at 14:12, Guenter Roeck wrote: > > Hi Peter, > > On 3/16/23 06:41, Peter Maydell wrote: > > On Fri, 13 Mar 2020 at 01:45, Guenter Roeck wrote: > >> > >> Add basic USB PHY support as implemented in i.MX23, i.MX28, i.MX6, > >> and i.MX7 SoCs. > >> > >> The only support really ne

Re: [PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support

2023-03-16 Thread Guenter Roeck
Hi Peter, On 3/16/23 06:41, Peter Maydell wrote: On Fri, 13 Mar 2020 at 01:45, Guenter Roeck wrote: Add basic USB PHY support as implemented in i.MX23, i.MX28, i.MX6, and i.MX7 SoCs. The only support really needed - at least to boot Linux - is support for soft reset, which needs to reset var

Re: [PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support

2023-03-16 Thread Peter Maydell
On Fri, 13 Mar 2020 at 01:45, Guenter Roeck wrote: > > Add basic USB PHY support as implemented in i.MX23, i.MX28, i.MX6, > and i.MX7 SoCs. > > The only support really needed - at least to boot Linux - is support > for soft reset, which needs to reset various registers to their initial > value. Ot

Re: [PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support

2021-05-19 Thread Philippe Mathieu-Daudé
On 3/13/20 2:45 AM, Guenter Roeck wrote: > Add basic USB PHY support as implemented in i.MX23, i.MX28, i.MX6, > and i.MX7 SoCs. > > The only support really needed - at least to boot Linux - is support > for soft reset, which needs to reset various registers to their initial > value. Otherwise, jus

[PATCH v3 1/5] hw/usb: Add basic i.MX USB Phy support

2020-03-12 Thread Guenter Roeck
Add basic USB PHY support as implemented in i.MX23, i.MX28, i.MX6, and i.MX7 SoCs. The only support really needed - at least to boot Linux - is support for soft reset, which needs to reset various registers to their initial value. Otherwise, just record register values. Reviewed-by: Peter Maydell