RE: [PATCH 2/2] usb: renesas_usbhs: Add support for R-Car E2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Geert-san,

> Sent: Monday, May 18, 2015 6:49 PM
> 
> Hi Shimoda-san,
> 
> On Mon, May 18, 2015 at 11:34 AM, Yoshihiro Shimoda
< snip >
> > diff --git a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
> b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
> > index ddbe304..64a4ca6 100644
> > --- a/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
> > +++ b/Documentation/devicetree/bindings/usb/renesas_usbhs.txt
> > @@ -4,6 +4,7 @@ Required properties:
> >    - compatible: Must contain one of the following:
> >         - "renesas,usbhs-r8a7790"
> >         - "renesas,usbhs-r8a7791"
> > +       - "renesas,usbhs-r8a7794"
> >    - reg: Base address and length of the register for the USBHS
> >    - interrupts: Interrupt specifier for the USBHS
> >    - clocks: A list of phandle + clock specifier pairs
> 
> For the DT binding part:
> Acked-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Thank you for the Acked-by!

> > diff --git a/drivers/usb/renesas_usbhs/common.c b/drivers/usb/renesas_usbhs/common.c
> > index 0f7e850..954357f 100644
> > --- a/drivers/usb/renesas_usbhs/common.c
> > +++ b/drivers/usb/renesas_usbhs/common.c
> > @@ -472,6 +472,10 @@ static const struct of_device_id usbhs_of_match[] = {
> >                 .compatible = "renesas,usbhs-r8a7791",
> >                 .data = (void *)USBHS_TYPE_R8A7791,
> >         },
> > +       {
> > +               .compatible = "renesas,usbhs-r8a7794",
> > +               .data = (void *)USBHS_TYPE_R8A7794,
> > +       },
> >         { },
> >  };
> >  MODULE_DEVICE_TABLE(of, usbhs_of_match);
> > @@ -500,6 +504,7 @@ static struct renesas_usbhs_platform_info *usbhs_parse_dt(struct device *dev)
> >         switch (dparam->type) {
> >         case USBHS_TYPE_R8A7790:
> >         case USBHS_TYPE_R8A7791:
> > +       case USBHS_TYPE_R8A7794:
> >                 dparam->has_usb_dmac = 1;
> >                 break;
> >         default:
> > @@ -561,6 +566,7 @@ static int usbhs_probe(struct platform_device *pdev)
> >         switch (priv->dparam.type) {
> >         case USBHS_TYPE_R8A7790:
> >         case USBHS_TYPE_R8A7791:
> > +       case USBHS_TYPE_R8A7794:
> 
> Given all R-Car Gen2 variants are treated the same...
> 
> >                 priv->pfunc = usbhs_rcar2_ops;
> >                 if (!priv->dparam.pipe_type) {
> >                         priv->dparam.pipe_type = usbhsc_new_pipe_type;
> > diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h
> > index e438e72..08c62ba 100644
> > --- a/include/linux/usb/renesas_usbhs.h
> > +++ b/include/linux/usb/renesas_usbhs.h
> > @@ -172,6 +172,7 @@ struct renesas_usbhs_driver_param {
> >  enum {
> >         USBHS_TYPE_R8A7790 = 1,
> >         USBHS_TYPE_R8A7791,
> > +       USBHS_TYPE_R8A7794,
> 
> ... perhaps it would be better to just have a single USBHS_TYPE_RCAR_GEN2,
> so you don't have to add more enums and case statements?

Thank you for the suggestion. I agree with you.
So, I will fix this patch set [1/2] to just have a USBHS_TYPE_RCAR_GEN2
and modify this patch.

Best regards,
Yoshihiro Shimoda

> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
��.n��������+%������w��{.n�����{���)��jg��������ݢj����G�������j:+v���w�m������w�������h�����٥





[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux