Re: [PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver

2024-08-13 Thread Mattijs Korpershoek
Hello, On mer., août 07, 2024 at 09:13, Mattijs Korpershoek wrote: > Hi Marek, > > On mer., août 07, 2024 at 08:48, Mattijs Korpershoek > wrote: > >> Hi, >> >> On Thu, 20 Jun 2024 02:55:15 +0200, Marek Vasut wrote: >>> Add UDC driver for Renesas USBHS controller found in R-Car Gen3 SoCs. >>>

Re: [PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver

2024-08-07 Thread Mattijs Korpershoek
Hi Marek, On mer., août 07, 2024 at 08:48, Mattijs Korpershoek wrote: > Hi, > > On Thu, 20 Jun 2024 02:55:15 +0200, Marek Vasut wrote: >> Add UDC driver for Renesas USBHS controller found in R-Car Gen3 SoCs. >> This is mostly ported from the Linux kernel, with additional porting >> glue. The co

Re: [PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver

2024-08-06 Thread Mattijs Korpershoek
Hi, On Thu, 20 Jun 2024 02:55:15 +0200, Marek Vasut wrote: > Add UDC driver for Renesas USBHS controller found in R-Car Gen3 SoCs. > This is mostly ported from the Linux kernel, with additional porting > glue. The code has been synchronized with 1b4861e32e46 ("Linux 6.9.3") > and cleaned up and po

Re: [PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver

2024-07-23 Thread Mattijs Korpershoek
Hi Marek, Sorry for the review delay and thank you for the patch. On jeu., juin 20, 2024 at 02:55, Marek Vasut wrote: > From: Vitaliy Vasylskyy > > Add UDC driver for Renesas USBHS controller found in R-Car Gen3 SoCs. > This is mostly ported from the Linux kernel, with additional porting > gl

[PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver

2024-06-19 Thread Marek Vasut
From: Vitaliy Vasylskyy Add UDC driver for Renesas USBHS controller found in R-Car Gen3 SoCs. This is mostly ported from the Linux kernel, with additional porting glue. The code has been synchronized with 1b4861e32e46 ("Linux 6.9.3") and cleaned up and ported to DM since the original implementati