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...
>
> > {
> > .co
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
> --- a/drivers/usb/renesas_usbhs/common.c
> +++ b/drivers/usb/renesas_usbhs/co
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| 52