RE: [PATCH v2 1/3] usb: renesas_usbhs: Add support for RZ/A1

2018-01-05 Thread Chris Brandt
Hi Geert, On Friday, January 05, 2018, Geert Uytterhoeven wrote: > > + { > > + .compatible = "renesas,usbhs-r7s72100", > > + .data = (void *)USBHS_TYPE_RZA1, > > + }, > > I think it suffices to drop the part above... > > > { > >

Re: [PATCH v2 1/3] usb: renesas_usbhs: Add support for RZ/A1

2018-01-05 Thread Geert Uytterhoeven
Hi Chris, On Fri, Jan 5, 2018 at 7:46 PM, Chris Brandt wrote: > This patch adds the capability to support RZ/A1 SoCs. > > Signed-off-by: Chris Brandt Thanks for your patch! > index c5289b3ecf8d..2abefd3d6050 100644 > ---

[PATCH v2 1/3] usb: renesas_usbhs: Add support for RZ/A1

2018-01-05 Thread Chris Brandt
This patch adds the capability to support RZ/A1 SoCs. Signed-off-by: Chris Brandt --- drivers/usb/renesas_usbhs/Makefile | 2 +- drivers/usb/renesas_usbhs/common.c | 17 + drivers/usb/renesas_usbhs/common.h | 6 + drivers/usb/renesas_usbhs/rza.c|