Re: [PATCH v3 0/3] usb: add isp1760 hcd support

2022-06-28 Thread Rui Miguel Silva
Hi Marek, On Tue, Jun 28, 2022 at 05:44:47PM +0200, Marek Vasut wrote: > On 6/28/22 16:59, Rui Miguel Silva wrote: > > Hi, > > On Mon, Jun 20, 2022 at 01:44:02PM -0400, Tom Rini wrote: > > > On Mon, Jun 20, 2022 at 05:00:56PM +0100, Rui Miguel Silva wrote: > > > > Hi Tom, On Tue Jun 14, 2022 at

Re: [PATCH v3 0/3] usb: add isp1760 hcd support

2022-06-28 Thread Marek Vasut
On 6/28/22 16:59, Rui Miguel Silva wrote: Hi, On Mon, Jun 20, 2022 at 01:44:02PM -0400, Tom Rini wrote: On Mon, Jun 20, 2022 at 05:00:56PM +0100, Rui Miguel Silva wrote: Hi Tom, On Tue Jun 14, 2022 at 6:45 PM WEST, Rui Miguel Silva wrote: Hi *, On Wed, May 25, 2022 at 02:22:48PM +0100, Rui

Re: [PATCH v3 0/3] usb: add isp1760 hcd support

2022-06-28 Thread Rui Miguel Silva
Hi, On Mon, Jun 20, 2022 at 01:44:02PM -0400, Tom Rini wrote: > On Mon, Jun 20, 2022 at 05:00:56PM +0100, Rui Miguel Silva wrote: > > Hi Tom, On Tue Jun 14, 2022 at 6:45 PM WEST, Rui Miguel Silva > > wrote: > > > Hi *, On Wed, May 25, 2022 at 02:22:48PM +0100, Rui Miguel Silva > > > wrote: > > > >

Re: [PATCH v3 0/3] usb: add isp1760 hcd support

2022-06-20 Thread Tom Rini
On Mon, Jun 20, 2022 at 05:00:56PM +0100, Rui Miguel Silva wrote: > Hi Tom, > On Tue Jun 14, 2022 at 6:45 PM WEST, Rui Miguel Silva wrote: > > Hi *, > > On Wed, May 25, 2022 at 02:22:48PM +0100, Rui Miguel Silva wrote: > > > Add support for the usb isp1760 host controller family, which > > > for

Re: [PATCH v3 0/3] usb: add isp1760 hcd support

2022-06-20 Thread Rui Miguel Silva
Hi Tom, On Tue Jun 14, 2022 at 6:45 PM WEST, Rui Miguel Silva wrote: > Hi *, > On Wed, May 25, 2022 at 02:22:48PM +0100, Rui Miguel Silva wrote: > > Add support for the usb isp1760 host controller family, which > > for example is present in MPS3 FPGA board from Arm (isp1763). > > > > First we

Re: [PATCH v3 0/3] usb: add isp1760 hcd support

2022-06-14 Thread Rui Miguel Silva
Hi *, On Wed, May 25, 2022 at 02:22:48PM +0100, Rui Miguel Silva wrote: > Add support for the usb isp1760 host controller family, which > for example is present in MPS3 FPGA board from Arm (isp1763). > > First we move some helper functions and defines to a more > common place to be shared by

Re: [PATCH v3 0/3] usb: add isp1760 hcd support

2022-06-07 Thread Rui Miguel Silva
Hi all, On Wed, May 25, 2022 at 02:22:48PM +0100, Rui Miguel Silva wrote: > Add support for the usb isp1760 host controller family, which > for example is present in MPS3 FPGA board from Arm (isp1763). > > First we move some helper functions and defines to a more > common place to be shared by

[PATCH v3 0/3] usb: add isp1760 hcd support

2022-05-25 Thread Rui Miguel Silva
Add support for the usb isp1760 host controller family, which for example is present in MPS3 FPGA board from Arm (isp1763). First we move some helper functions and defines to a more common place to be shared by several urb users. (patch 1/3) Then add the driver itself, is a ported version of the