devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
@ 2017-08-24  9:59 Biju Das
  2017-08-31 17:57 ` Rob Herring
       [not found] ` <1503568773-41410-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
  0 siblings, 2 replies; 7+ messages in thread
From: Biju Das @ 2017-08-24  9:59 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson,
	devicetree, linux-renesas-soc, linux-arm-kernel, Biju Das

Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5)
USB PHY is identical to the R-Car Gen2 family.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
This patch is tested against Linux next tag next-20170824 and 
renesas-dev branch renesas-devel-20170822-v4.13-rc6. 

 Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt b/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt
index 91da947..eeb9e18 100644
--- a/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt
+++ b/Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt
@@ -4,10 +4,13 @@ This file provides information on what the device node for the R-Car generation
 2 USB PHY contains.
 
 Required properties:
-- compatible: "renesas,usb-phy-r8a7790" if the device is a part of R8A7790 SoC.
+- compatible: "renesas,usb-phy-r8a7743" if the device is a part of R8A7743 SoC.
+	      "renesas,usb-phy-r8a7745" if the device is a part of R8A7745 SoC.
+	      "renesas,usb-phy-r8a7790" if the device is a part of R8A7790 SoC.
 	      "renesas,usb-phy-r8a7791" if the device is a part of R8A7791 SoC.
 	      "renesas,usb-phy-r8a7794" if the device is a part of R8A7794 SoC.
-	      "renesas,rcar-gen2-usb-phy" for a generic R-Car Gen2 compatible device.
+	      "renesas,rcar-gen2-usb-phy" for a generic R-Car Gen2 or
+					  RZ/G1 compatible device.
 
 	      When compatible with the generic version, nodes must list the
 	      SoC-specific version corresponding to the platform first
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
       [not found] ` <1503568773-41410-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
@ 2017-08-24 10:55   ` Simon Horman
  2017-09-19 14:58   ` Geert Uytterhoeven
  1 sibling, 0 replies; 7+ messages in thread
From: Simon Horman @ 2017-08-24 10:55 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Magnus Damm, Russell King,
	Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Thu, Aug 24, 2017 at 10:59:33AM +0100, Biju Das wrote:
> Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5)
> USB PHY is identical to the R-Car Gen2 family.
> 
> Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>

Acked-by: Simon Horman <horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
  2017-08-24  9:59 [PATCH ] phy: rcar-gen2: Add r8a7743/5 support Biju Das
@ 2017-08-31 17:57 ` Rob Herring
       [not found] ` <1503568773-41410-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
  1 sibling, 0 replies; 7+ messages in thread
From: Rob Herring @ 2017-08-31 17:57 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Rutland, Simon Horman, Magnus Damm, Russell King,
	Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel

On Thu, Aug 24, 2017 at 10:59:33AM +0100, Biju Das wrote:
> Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5)
> USB PHY is identical to the R-Car Gen2 family.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> This patch is tested against Linux next tag next-20170824 and 
> renesas-dev branch renesas-devel-20170822-v4.13-rc6. 
> 
>  Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
       [not found] ` <1503568773-41410-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
  2017-08-24 10:55   ` Simon Horman
@ 2017-09-19 14:58   ` Geert Uytterhoeven
  2017-10-09  8:49     ` Biju Das
  1 sibling, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2017-09-19 14:58 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm,
	Russell King, Chris Paterson,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org

On Thu, Aug 24, 2017 at 11:59 AM, Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org> wrote:
> Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5)
> USB PHY is identical to the R-Car Gen2 family.
>
> Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org

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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
  2017-09-19 14:58   ` Geert Uytterhoeven
@ 2017-10-09  8:49     ` Biju Das
  2017-10-09  9:46       ` Kishon Vijay Abraham I
  0 siblings, 1 reply; 7+ messages in thread
From: Biju Das @ 2017-10-09  8:49 UTC (permalink / raw)
  To: kishon@ti.com, Yoshihiro Shimoda
  Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm,
	Russell King, Chris Paterson, devicetree@vger.kernel.org,
	Linux-Renesas, linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven

Hi Kishon,

Looks like the below patch is not merged into linux-next.  Somehow I missed your mail ID, when I submitted the patch(scripts/get_maintainer.pl  script  didn't show your mail address for this patch)

https://patchwork.kernel.org/patch/9919727/

Regards,
Biju


> -----Original Message-----
> From: geert.uytterhoeven@gmail.com [mailto:geert.uytterhoeven@gmail.com]
> On Behalf Of Geert Uytterhoeven
> Sent: 19 September 2017 15:58
> To: Biju Das <biju.das@bp.renesas.com>
> Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> <mark.rutland@arm.com>; Simon Horman <horms@verge.net.au>; Magnus
> Damm <magnus.damm@gmail.com>; Russell King <linux@armlinux.org.uk>;
> Chris Paterson <Chris.Paterson2@renesas.com>; devicetree@vger.kernel.org;
> Linux-Renesas <linux-renesas-soc@vger.kernel.org>; linux-arm-
> kernel@lists.infradead.org
> Subject: Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
>
> On Thu, Aug 24, 2017 at 11:59 AM, Biju Das <biju.das@bp.renesas.com>
> wrote:
> > Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5)
> > USB PHY is identical to the R-Car Gen2 family.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Gr{oetje,eeting}s,
>
>                         Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-
> m68k.org
>
> 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



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
  2017-10-09  8:49     ` Biju Das
@ 2017-10-09  9:46       ` Kishon Vijay Abraham I
  2017-10-09 10:16         ` Biju Das
  0 siblings, 1 reply; 7+ messages in thread
From: Kishon Vijay Abraham I @ 2017-10-09  9:46 UTC (permalink / raw)
  To: Biju Das, Yoshihiro Shimoda
  Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm,
	Russell King, Chris Paterson, devicetree@vger.kernel.org,
	Linux-Renesas, linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven

Hi,

On Monday 09 October 2017 02:19 PM, Biju Das wrote:
> Hi Kishon,
> 
> Looks like the below patch is not merged into linux-next.  Somehow I missed your mail ID, when I submitted the patch(scripts/get_maintainer.pl  script  didn't show your mail address for this patch)
> 
> https://patchwork.kernel.org/patch/9919727/

Can you resend the patch with all the Ack's you got?

Thanks
Kishon
> 
> Regards,
> Biju
> 
> 
>> -----Original Message-----
>> From: geert.uytterhoeven@gmail.com [mailto:geert.uytterhoeven@gmail.com]
>> On Behalf Of Geert Uytterhoeven
>> Sent: 19 September 2017 15:58
>> To: Biju Das <biju.das@bp.renesas.com>
>> Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
>> <mark.rutland@arm.com>; Simon Horman <horms@verge.net.au>; Magnus
>> Damm <magnus.damm@gmail.com>; Russell King <linux@armlinux.org.uk>;
>> Chris Paterson <Chris.Paterson2@renesas.com>; devicetree@vger.kernel.org;
>> Linux-Renesas <linux-renesas-soc@vger.kernel.org>; linux-arm-
>> kernel@lists.infradead.org
>> Subject: Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
>>
>> On Thu, Aug 24, 2017 at 11:59 AM, Biju Das <biju.das@bp.renesas.com>
>> wrote:
>>> Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5)
>>> USB PHY is identical to the R-Car Gen2 family.
>>>
>>> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
>>
>> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>>
>> Gr{oetje,eeting}s,
>>
>>                         Geert
>>
>> --
>> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-
>> m68k.org
>>
>> 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
> 
> 
> 
> Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
  2017-10-09  9:46       ` Kishon Vijay Abraham I
@ 2017-10-09 10:16         ` Biju Das
  0 siblings, 0 replies; 7+ messages in thread
From: Biju Das @ 2017-10-09 10:16 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Yoshihiro Shimoda
  Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm,
	Russell King, Chris Paterson, devicetree@vger.kernel.org,
	Linux-Renesas, linux-arm-kernel@lists.infradead.org,
	Geert Uytterhoeven

Thanks. I will resend the patch.

Regards,
Biju


> -----Original Message-----
> From: Kishon Vijay Abraham I [mailto:kishon@ti.com]
> Sent: 09 October 2017 10:47
> To: Biju Das <biju.das@bp.renesas.com>; Yoshihiro Shimoda
> <yoshihiro.shimoda.uh@renesas.com>
> Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> <mark.rutland@arm.com>; Simon Horman <horms@verge.net.au>; Magnus
> Damm <magnus.damm@gmail.com>; Russell King <linux@armlinux.org.uk>;
> Chris Paterson <Chris.Paterson2@renesas.com>; devicetree@vger.kernel.org;
> Linux-Renesas <linux-renesas-soc@vger.kernel.org>; linux-arm-
> kernel@lists.infradead.org; Geert Uytterhoeven <geert@linux-m68k.org>
> Subject: Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
>
> Hi,
>
> On Monday 09 October 2017 02:19 PM, Biju Das wrote:
> > Hi Kishon,
> >
> > Looks like the below patch is not merged into linux-next.  Somehow I
> > missed your mail ID, when I submitted the
> > patch(scripts/get_maintainer.pl  script  didn't show your mail address
> > for this patch)
> >
> > https://patchwork.kernel.org/patch/9919727/
>
> Can you resend the patch with all the Ack's you got?
>
> Thanks
> Kishon
> >
> > Regards,
> > Biju
> >
> >
> >> -----Original Message-----
> >> From: geert.uytterhoeven@gmail.com
> >> [mailto:geert.uytterhoeven@gmail.com]
> >> On Behalf Of Geert Uytterhoeven
> >> Sent: 19 September 2017 15:58
> >> To: Biju Das <biju.das@bp.renesas.com>
> >> Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> >> <mark.rutland@arm.com>; Simon Horman <horms@verge.net.au>; Magnus
> >> Damm <magnus.damm@gmail.com>; Russell King <linux@armlinux.org.uk>;
> >> Chris Paterson <Chris.Paterson2@renesas.com>;
> >> devicetree@vger.kernel.org; Linux-Renesas
> >> <linux-renesas-soc@vger.kernel.org>; linux-arm-
> >> kernel@lists.infradead.org
> >> Subject: Re: [PATCH ] phy: rcar-gen2: Add r8a7743/5 support
> >>
> >> On Thu, Aug 24, 2017 at 11:59 AM, Biju Das <biju.das@bp.renesas.com>
> >> wrote:
> >>> Add USB PHY support for r8a7743/5 SoC. Renesas RZ/G1[ME] (R8A7743/5)
> >>> USB PHY is identical to the R-Car Gen2 family.
> >>>
> >>> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> >>
> >> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >>
> >> Gr{oetje,eeting}s,
> >>
> >>                         Geert
> >>
> >> --
> >> Geert Uytterhoeven -- There's lots of Linux beyond ia32 --
> >> geert@linux- m68k.org
> >>
> >> 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
> >
> >
> >
> > Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End,
> Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered
> No. 04586709.
> >



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-10-09 10:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24  9:59 [PATCH ] phy: rcar-gen2: Add r8a7743/5 support Biju Das
2017-08-31 17:57 ` Rob Herring
     [not found] ` <1503568773-41410-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
2017-08-24 10:55   ` Simon Horman
2017-09-19 14:58   ` Geert Uytterhoeven
2017-10-09  8:49     ` Biju Das
2017-10-09  9:46       ` Kishon Vijay Abraham I
2017-10-09 10:16         ` Biju Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).