netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property
@ 2020-10-27 23:27 Badel, Laurent
  2020-10-30 19:19 ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Badel, Laurent @ 2020-10-27 23:27 UTC (permalink / raw)
  To: davem, m.felsch, fugang.duan, kuba, andrew, Heiner Kallweit,
	linux, p.zabel, lgirdwood, broonie, robh+dt, richard.leitner,
	netdev, devicetree, f.fainelli
  Cc: Quette, Arnaud

Subject: [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property

Description: The ref clock is managed differently when added to the DT
entry for SMSC PHY. Thus, specify this more clearly in the documentation.

Signed-off-by: Laurent Badel <laurentbadel@eaton.com>
---
 Documentation/devicetree/bindings/net/smsc-lan87xx.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/smsc-lan87xx.txt b/Documentation/devicetree/bindings/net/smsc-lan87xx.txt
index a8d0dc9a8c0e..43f4763f0d3d 100644
--- a/Documentation/devicetree/bindings/net/smsc-lan87xx.txt
+++ b/Documentation/devicetree/bindings/net/smsc-lan87xx.txt
@@ -7,7 +7,8 @@ Optional properties:
 
 - clocks:
   The clock used as phy reference clock and is connected to phy
-  pin XTAL1/CLKIN.
+  pin XTAL1/CLKIN. If set, the clock will be managed by the PHY
+  driver and remain enabled for the lifetime of the driver.
 
 - smsc,disable-energy-detect:
   If set, do not enable energy detect mode for the SMSC phy.
-- 
2.17.1



-----------------------------
Eaton Industries Manufacturing GmbH ~ Registered place of business: Route de la Longeraie 7, 1110, Morges, Switzerland 

-----------------------------


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

* Re: [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property
  2020-10-27 23:27 [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property Badel, Laurent
@ 2020-10-30 19:19 ` Rob Herring
  2020-11-04 12:11   ` [EXTERNAL] " Badel, Laurent
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2020-10-30 19:19 UTC (permalink / raw)
  To: Badel, Laurent
  Cc: davem, fugang.duan, andrew, lgirdwood, m.felsch, robh+dt, kuba,
	linux, richard.leitner, netdev, Quette, Arnaud, p.zabel,
	devicetree, f.fainelli, broonie, Heiner Kallweit

On Tue, 27 Oct 2020 23:27:42 +0000, Badel, Laurent wrote:
> Subject: [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property
> 
> Description: The ref clock is managed differently when added to the DT
> entry for SMSC PHY. Thus, specify this more clearly in the documentation.
> 
> Signed-off-by: Laurent Badel <laurentbadel@eaton.com>
> ---
>  Documentation/devicetree/bindings/net/smsc-lan87xx.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

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

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

* RE: [EXTERNAL]  Re: [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property
  2020-10-30 19:19 ` Rob Herring
@ 2020-11-04 12:11   ` Badel, Laurent
  2020-11-04 16:01     ` Florian Fainelli
  0 siblings, 1 reply; 5+ messages in thread
From: Badel, Laurent @ 2020-11-04 12:11 UTC (permalink / raw)
  To: Rob Herring
  Cc: davem, fugang.duan, andrew, lgirdwood, m.felsch, robh+dt, kuba,
	linux, richard.leitner, netdev, Quette, Arnaud, p.zabel,
	devicetree, f.fainelli, broonie, Heiner Kallweit

> 

-----------------------------
Eaton Industries Manufacturing GmbH ~ Registered place of business: Route de la Longeraie 7, 1110, Morges, Switzerland 

-----------------------------

-----Original Message-----
> From: Rob Herring <robh@kernel.org>
> Sent: Friday, October 30, 2020 8:19 PM
> To: Badel, Laurent <LaurentBadel@eaton.com>
> Cc: davem@davemloft.net; fugang.duan@nxp.com; andrew@lunn.ch;
> lgirdwood@gmail.com; m.felsch@pengutronix.de; robh+dt@kernel.org;
> kuba@kernel.org; linux@armlinux.org.uk; richard.leitner@skidata.com;
> netdev@vger.kernel.org; Quette, Arnaud <ArnaudQuette@Eaton.com>;
> p.zabel@pengutronix.de; devicetree@vger.kernel.org; f.fainelli@gmail.com;
> broonie@kernel.org; Heiner Kallweit <hkallweit1@gmail.com>
> Subject: [EXTERNAL] Re: [PATCH net 2/4] net:phy:smsc: expand
> documentation of clocks property
> 
> On Tue, 27 Oct 2020 23:27:42 +0000, Badel, Laurent wrote:
> > Subject: [PATCH net 2/4] net:phy:smsc: expand documentation of clocks
> > property
> >
> > Description: The ref clock is managed differently when added to the DT
> > entry for SMSC PHY. Thus, specify this more clearly in the documentation.
> >
> > Signed-off-by: Laurent Badel <laurentbadel@eaton.com>
> > ---
> >  Documentation/devicetree/bindings/net/smsc-lan87xx.txt | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> 
> Acked-by: Rob Herring <robh@kernel.org>

Thank you very much.
I'm guessing perhaps I should re-send this as a single patch since there 
are issues with the patch series?
I realize now that I should have splitted things differently.

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

* Re: [EXTERNAL] Re: [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property
  2020-11-04 12:11   ` [EXTERNAL] " Badel, Laurent
@ 2020-11-04 16:01     ` Florian Fainelli
  2020-11-09 15:16       ` Badel, Laurent
  0 siblings, 1 reply; 5+ messages in thread
From: Florian Fainelli @ 2020-11-04 16:01 UTC (permalink / raw)
  To: Badel, Laurent, Rob Herring
  Cc: davem, fugang.duan, andrew, lgirdwood, m.felsch, robh+dt, kuba,
	linux, richard.leitner, netdev, Quette, Arnaud, p.zabel,
	devicetree, broonie, Heiner Kallweit



On 11/4/2020 4:11 AM, Badel, Laurent wrote:
> > 
> 
> -----------------------------
> Eaton Industries Manufacturing GmbH ~ Registered place of business: Route de la Longeraie 7, 1110, Morges, Switzerland 
> 
> -----------------------------
> 
> -----Original Message-----
>> From: Rob Herring <robh@kernel.org>
>> Sent: Friday, October 30, 2020 8:19 PM
>> To: Badel, Laurent <LaurentBadel@eaton.com>
>> Cc: davem@davemloft.net; fugang.duan@nxp.com; andrew@lunn.ch;
>> lgirdwood@gmail.com; m.felsch@pengutronix.de; robh+dt@kernel.org;
>> kuba@kernel.org; linux@armlinux.org.uk; richard.leitner@skidata.com;
>> netdev@vger.kernel.org; Quette, Arnaud <ArnaudQuette@Eaton.com>;
>> p.zabel@pengutronix.de; devicetree@vger.kernel.org; f.fainelli@gmail.com;
>> broonie@kernel.org; Heiner Kallweit <hkallweit1@gmail.com>
>> Subject: [EXTERNAL] Re: [PATCH net 2/4] net:phy:smsc: expand
>> documentation of clocks property
>>
>> On Tue, 27 Oct 2020 23:27:42 +0000, Badel, Laurent wrote:
>>> Subject: [PATCH net 2/4] net:phy:smsc: expand documentation of clocks
>>> property
>>>
>>> Description: The ref clock is managed differently when added to the DT
>>> entry for SMSC PHY. Thus, specify this more clearly in the documentation.
>>>
>>> Signed-off-by: Laurent Badel <laurentbadel@eaton.com>
>>> ---
>>>  Documentation/devicetree/bindings/net/smsc-lan87xx.txt | 3 ++-
>>>  1 file changed, 2 insertions(+), 1 deletion(-)
>>>
>>
>> Acked-by: Rob Herring <robh@kernel.org>
> 
> Thank you very much.
> I'm guessing perhaps I should re-send this as a single patch since there 
> are issues with the patch series?
> I realize now that I should have splitted things differently.

There are several things with your patch series that make it very hard
to be followed or to even know what is the latest version of your patch
series. If you can resubmit everything targeting the 'net' tree along
with a cover letter explaining the differences between v1 and v2 that
would help. Please make sure that all of your patches reference the
cover letter's Message-Id which is the default if you use git
format-patch --cover-letter .

Thanks
-- 
Florian

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

* RE: [EXTERNAL] Re: [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property
  2020-11-04 16:01     ` Florian Fainelli
@ 2020-11-09 15:16       ` Badel, Laurent
  0 siblings, 0 replies; 5+ messages in thread
From: Badel, Laurent @ 2020-11-09 15:16 UTC (permalink / raw)
  To: Florian Fainelli, Rob Herring
  Cc: davem, fugang.duan, andrew, lgirdwood, m.felsch, robh+dt, kuba,
	linux, richard.leitner, netdev, Quette, Arnaud, p.zabel,
	devicetree, broonie, Heiner Kallweit



> 

-----------------------------
Eaton Industries Manufacturing GmbH ~ Registered place of business: Route de la Longeraie 7, 1110, Morges, Switzerland 

-----------------------------

-----Original Message-----
> From: Florian Fainelli <f.fainelli@gmail.com>
> Sent: Wednesday, November 04, 2020 5:02 PM
> To: Badel, Laurent <LaurentBadel@eaton.com>; Rob Herring
> <robh@kernel.org>
> Cc: davem@davemloft.net; fugang.duan@nxp.com; andrew@lunn.ch;
> lgirdwood@gmail.com; m.felsch@pengutronix.de; robh+dt@kernel.org;
> kuba@kernel.org; linux@armlinux.org.uk; richard.leitner@skidata.com;
> netdev@vger.kernel.org; Quette, Arnaud <ArnaudQuette@Eaton.com>;
> p.zabel@pengutronix.de; devicetree@vger.kernel.org; broonie@kernel.org;
> Heiner Kallweit <hkallweit1@gmail.com>
> Subject: Re: [EXTERNAL] Re: [PATCH net 2/4] net:phy:smsc: expand
> documentation of clocks property
> 
> 
> 
> On 11/4/2020 4:11 AM, Badel, Laurent wrote:
> > >
> >
> > -----------------------------
> > Eaton Industries Manufacturing GmbH ~ Registered place of business:
> > Route de la Longeraie 7, 1110, Morges, Switzerland
> >
> > -----------------------------
> >
> > -----Original Message-----
> >> From: Rob Herring <robh@kernel.org>
> >> Sent: Friday, October 30, 2020 8:19 PM
> >> To: Badel, Laurent <LaurentBadel@eaton.com>
> >> Cc: davem@davemloft.net; fugang.duan@nxp.com; andrew@lunn.ch;
> >> lgirdwood@gmail.com; m.felsch@pengutronix.de; robh+dt@kernel.org;
> >> kuba@kernel.org; linux@armlinux.org.uk; richard.leitner@skidata.com;
> >> netdev@vger.kernel.org; Quette, Arnaud <ArnaudQuette@Eaton.com>;
> >> p.zabel@pengutronix.de; devicetree@vger.kernel.org;
> >> f.fainelli@gmail.com; broonie@kernel.org; Heiner Kallweit
> >> <hkallweit1@gmail.com>
> >> Subject: [EXTERNAL] Re: [PATCH net 2/4] net:phy:smsc: expand
> >> documentation of clocks property
> >>
> >> On Tue, 27 Oct 2020 23:27:42 +0000, Badel, Laurent wrote:
> >>> Subject: [PATCH net 2/4] net:phy:smsc: expand documentation of
> >>> clocks property
> >>>
> >>> Description: The ref clock is managed differently when added to the
> >>> DT entry for SMSC PHY. Thus, specify this more clearly in the
> documentation.
> >>>
> >>> Signed-off-by: Laurent Badel <laurentbadel@eaton.com>
> >>> ---
> >>>  Documentation/devicetree/bindings/net/smsc-lan87xx.txt | 3 ++-
> >>>  1 file changed, 2 insertions(+), 1 deletion(-)
> >>>
> >>
> >> Acked-by: Rob Herring <robh@kernel.org>
> >
> > Thank you very much.
> > I'm guessing perhaps I should re-send this as a single patch since
> > there are issues with the patch series?
> > I realize now that I should have splitted things differently.
> 
> There are several things with your patch series that make it very hard to be
> followed or to even know what is the latest version of your patch series. If
> you can resubmit everything targeting the 'net' tree along with a cover letter
> explaining the differences between v1 and v2 that would help. Please make
> sure that all of your patches reference the cover letter's Message-Id which is
> the default if you use git format-patch --cover-letter .
> 
> Thanks
> --
> Florian

I will make sure to give details as you suggested, sorry for the trouble and thank
you for your time reviewing. 
Laurent

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

end of thread, other threads:[~2020-11-09 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-27 23:27 [PATCH net 2/4] net:phy:smsc: expand documentation of clocks property Badel, Laurent
2020-10-30 19:19 ` Rob Herring
2020-11-04 12:11   ` [EXTERNAL] " Badel, Laurent
2020-11-04 16:01     ` Florian Fainelli
2020-11-09 15:16       ` Badel, Laurent

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).