linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rtc: at91: rename rtt bindings file
@ 2022-03-08 15:57 Alexandre Belloni
  2022-03-08 16:40 ` Nicolas Ferre
  2022-03-09 21:05 ` Rob Herring
  0 siblings, 2 replies; 5+ messages in thread
From: Alexandre Belloni @ 2022-03-08 15:57 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni, Rob Herring, Nicolas Ferre,
	Ludovic Desroches
  Cc: linux-rtc, linux-kernel, devicetree, linux-arm-kernel

atmel,at91sam9-rtc is a confuing name for this file as it is documenting
the RTT used as an RTC and not the other regular RTC (atmel,at91rm9200-rtc
and atmel,at91sam9x5-rtc)

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 .../rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml} (100%)

diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
similarity index 100%
rename from Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml
rename to Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
-- 
2.35.1


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

* Re: [PATCH] dt-bindings: rtc: at91: rename rtt bindings file
  2022-03-08 15:57 [PATCH] dt-bindings: rtc: at91: rename rtt bindings file Alexandre Belloni
@ 2022-03-08 16:40 ` Nicolas Ferre
  2022-03-09 21:05 ` Rob Herring
  1 sibling, 0 replies; 5+ messages in thread
From: Nicolas Ferre @ 2022-03-08 16:40 UTC (permalink / raw)
  To: Alexandre Belloni, Alessandro Zummo, Rob Herring, Ludovic Desroches
  Cc: linux-rtc, linux-kernel, devicetree, linux-arm-kernel

On 08/03/2022 at 16:57, Alexandre Belloni wrote:
> atmel,at91sam9-rtc is a confuing name for this file as it is documenting

confusing ^

> the RTT used as an RTC and not the other regular RTC (atmel,at91rm9200-rtc
> and atmel,at91sam9x5-rtc)
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Yes, clearer indeed:
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

True that this driver's name was confusing from day 1...

Thanks Alexandre, best regards,
   Nicolas

> ---
>   .../rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml}   | 0
>   1 file changed, 0 insertions(+), 0 deletions(-)
>   rename Documentation/devicetree/bindings/rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml} (100%)
> 
> diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> similarity index 100%
> rename from Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml
> rename to Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> --
> 2.35.1
> 


-- 
Nicolas Ferre

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

* Re: [PATCH] dt-bindings: rtc: at91: rename rtt bindings file
  2022-03-08 15:57 [PATCH] dt-bindings: rtc: at91: rename rtt bindings file Alexandre Belloni
  2022-03-08 16:40 ` Nicolas Ferre
@ 2022-03-09 21:05 ` Rob Herring
  2022-03-23 14:39   ` Rob Herring
  1 sibling, 1 reply; 5+ messages in thread
From: Rob Herring @ 2022-03-09 21:05 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Alessandro Zummo, Nicolas Ferre, Ludovic Desroches,
	open list:REAL TIME CLOCK (RTC) SUBSYSTEM, linux-kernel,
	devicetree, linux-arm-kernel

On Tue, Mar 8, 2022 at 9:57 AM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
>
> atmel,at91sam9-rtc is a confuing name for this file as it is documenting
> the RTT used as an RTC and not the other regular RTC (atmel,at91rm9200-rtc
> and atmel,at91sam9x5-rtc)
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> ---
>  .../rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml}   | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml} (100%)
>
> diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> similarity index 100%
> rename from Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml
> rename to Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml

Now failing in -next:

./Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml:
$id: relative path/filename doesn't match actual path or filename
  expected: http://devicetree.org/schemas/rtc/atmel,at91sam9260-rtt.yaml#

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

* Re: [PATCH] dt-bindings: rtc: at91: rename rtt bindings file
  2022-03-09 21:05 ` Rob Herring
@ 2022-03-23 14:39   ` Rob Herring
  2022-03-23 19:03     ` Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2022-03-23 14:39 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Alessandro Zummo, Nicolas Ferre, Ludovic Desroches,
	open list:REAL TIME CLOCK (RTC) SUBSYSTEM, linux-kernel,
	devicetree, linux-arm-kernel

On Wed, Mar 9, 2022 at 3:05 PM Rob Herring <robh+dt@kernel.org> wrote:
>
> On Tue, Mar 8, 2022 at 9:57 AM Alexandre Belloni
> <alexandre.belloni@bootlin.com> wrote:
> >
> > atmel,at91sam9-rtc is a confuing name for this file as it is documenting
> > the RTT used as an RTC and not the other regular RTC (atmel,at91rm9200-rtc
> > and atmel,at91sam9x5-rtc)
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > ---
> >  .../rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml}   | 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  rename Documentation/devicetree/bindings/rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml} (100%)
> >
> > diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> > similarity index 100%
> > rename from Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml
> > rename to Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
>
> Now failing in -next:
>
> ./Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml:
> $id: relative path/filename doesn't match actual path or filename
>   expected: http://devicetree.org/schemas/rtc/atmel,at91sam9260-rtt.yaml#

Still failing...

Rob

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

* Re: [PATCH] dt-bindings: rtc: at91: rename rtt bindings file
  2022-03-23 14:39   ` Rob Herring
@ 2022-03-23 19:03     ` Alexandre Belloni
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2022-03-23 19:03 UTC (permalink / raw)
  To: Rob Herring
  Cc: Alessandro Zummo, Nicolas Ferre, Ludovic Desroches,
	open list:REAL TIME CLOCK (RTC) SUBSYSTEM, linux-kernel,
	devicetree, linux-arm-kernel


On 23/03/2022 09:39:07-0500, Rob Herring wrote:
> On Wed, Mar 9, 2022 at 3:05 PM Rob Herring <robh+dt@kernel.org> wrote:
> >
> > On Tue, Mar 8, 2022 at 9:57 AM Alexandre Belloni
> > <alexandre.belloni@bootlin.com> wrote:
> > >
> > > atmel,at91sam9-rtc is a confuing name for this file as it is documenting
> > > the RTT used as an RTC and not the other regular RTC (atmel,at91rm9200-rtc
> > > and atmel,at91sam9x5-rtc)
> > >
> > > Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> > > ---
> > >  .../rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml}   | 0
> > >  1 file changed, 0 insertions(+), 0 deletions(-)
> > >  rename Documentation/devicetree/bindings/rtc/{atmel,at91sam9-rtc.yaml => atmel,at91sam9260-rtt.yaml} (100%)
> > >
> > > diff --git a/Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml b/Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> > > similarity index 100%
> > > rename from Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.yaml
> > > rename to Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml
> >
> > Now failing in -next:
> >
> > ./Documentation/devicetree/bindings/rtc/atmel,at91sam9260-rtt.yaml:
> > $id: relative path/filename doesn't match actual path or filename
> >   expected: http://devicetree.org/schemas/rtc/atmel,at91sam9260-rtt.yaml#
> 
> Still failing...

Sorry, this is fixed now.

> 
> Rob

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2022-03-23 19:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 15:57 [PATCH] dt-bindings: rtc: at91: rename rtt bindings file Alexandre Belloni
2022-03-08 16:40 ` Nicolas Ferre
2022-03-09 21:05 ` Rob Herring
2022-03-23 14:39   ` Rob Herring
2022-03-23 19:03     ` Alexandre Belloni

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