linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
@ 2022-06-08 23:39 Atul Khare
  2022-06-09  6:22 ` Conor.Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Atul Khare @ 2022-06-08 23:39 UTC (permalink / raw)
  To: Palmer Dabbelt, Atul Khare
  Cc: Conor Dooley, linux-i2c, devicetree, linux-kernel, linux-mmc,
	linux-riscv, Rob Herring

The patch series fixes dt-schema validation errors that can be reproduced
using the following: make ARCH=riscv defconfig; make ARCH=riscv
dt_binding_check dtbs_check

This is a rebased version of https://tinyurl.com/yvdvmsjd, and excludes
two patches that are now redundant.

Atul Khare (2):
  dt-bindings: sifive: add cache-set value of 2048
  dt-bindings: sifive: add gpio-line-names

 Documentation/devicetree/bindings/gpio/sifive,gpio.yaml      | 3 +++
 Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

--
2.34.1

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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-06-08 23:39 [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors Atul Khare
@ 2022-06-09  6:22 ` Conor.Dooley
  2022-06-09 15:13 ` Rob Herring
  2022-06-18 12:40 ` Conor.Dooley
  2 siblings, 0 replies; 10+ messages in thread
From: Conor.Dooley @ 2022-06-09  6:22 UTC (permalink / raw)
  To: atulkhare, palmer
  Cc: linux-i2c, devicetree, linux-kernel, linux-mmc, linux-riscv, robh

On 09/06/2022 00:39, Atul Khare wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> The patch series fixes dt-schema validation errors that can be reproduced
> using the following: make ARCH=riscv defconfig; make ARCH=riscv
> dt_binding_check dtbs_check
> 
> This is a rebased version of https://tinyurl.com/yvdvmsjd, and excludes
> two patches that are now redundant.
> 

Hey Atul,
Odd CC list you have there. Did you take it from my series by any chance?
Please run scripts/get_maintainer.pl on your patches and use that CC
list instead. Also, please just link directly to lore rather than using
the tinyurl links.

> Atul Khare (2):
>    dt-bindings: sifive: add cache-set value of 2048
>    dt-bindings: sifive: add gpio-line-names

For the patches themselves, please use the subsystems rather than
just putting "sifive" in the subject.

Thanks,
Conor.

> 
>   Documentation/devicetree/bindings/gpio/sifive,gpio.yaml      | 3 +++
>   Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml | 4 +++-
>   2 files changed, 6 insertions(+), 1 deletion(-)
> 
> --
> 2.34.1


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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-06-08 23:39 [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors Atul Khare
  2022-06-09  6:22 ` Conor.Dooley
@ 2022-06-09 15:13 ` Rob Herring
  2022-06-09 15:18   ` Conor.Dooley
  2022-06-18 12:40 ` Conor.Dooley
  2 siblings, 1 reply; 10+ messages in thread
From: Rob Herring @ 2022-06-09 15:13 UTC (permalink / raw)
  To: Atul Khare
  Cc: Palmer Dabbelt, Conor Dooley, linux-i2c, devicetree,
	linux-kernel, linux-mmc, linux-riscv

On Wed, Jun 08, 2022 at 04:39:23PM -0700, Atul Khare wrote:
> The patch series fixes dt-schema validation errors that can be reproduced
> using the following: make ARCH=riscv defconfig; make ARCH=riscv
> dt_binding_check dtbs_check
> 
> This is a rebased version of https://tinyurl.com/yvdvmsjd, and excludes
> two patches that are now redundant.
> 
> Atul Khare (2):
>   dt-bindings: sifive: add cache-set value of 2048
>   dt-bindings: sifive: add gpio-line-names

Your series is not properly threaded. git-send-email does this for you 
by default unless you tell it not to.

> 
>  Documentation/devicetree/bindings/gpio/sifive,gpio.yaml      | 3 +++
>  Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml | 4 +++-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> --
> 2.34.1
> 

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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-06-09 15:13 ` Rob Herring
@ 2022-06-09 15:18   ` Conor.Dooley
  0 siblings, 0 replies; 10+ messages in thread
From: Conor.Dooley @ 2022-06-09 15:18 UTC (permalink / raw)
  To: robh, atulkhare, palmer
  Cc: Conor.Dooley, linux-i2c, devicetree, linux-kernel, linux-mmc,
	linux-riscv

On 09/06/2022 16:13, Rob Herring wrote:
> On Wed, Jun 08, 2022 at 04:39:23PM -0700, Atul Khare wrote:
>> The patch series fixes dt-schema validation errors that can be reproduced
>> using the following: make ARCH=riscv defconfig; make ARCH=riscv
>> dt_binding_check dtbs_check
>>
>> This is a rebased version of https://tinyurl.com/yvdvmsjd, and excludes
>> two patches that are now redundant.
>>
>> Atul Khare (2):
>>   dt-bindings: sifive: add cache-set value of 2048
>>   dt-bindings: sifive: add gpio-line-names
> 
> Your series is not properly threaded. git-send-email does this for you 
> by default unless you tell it not to.

Aye, v1 was the same.
@Palmer could you please give Atul a hand w/ mail client/send email
things?

Thanks,
Conor.

> 
>>
>>  Documentation/devicetree/bindings/gpio/sifive,gpio.yaml      | 3 +++
>>  Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml | 4 +++-
>>  2 files changed, 6 insertions(+), 1 deletion(-)
>>
>> --
>> 2.34.1
>>
> 
> _______________________________________________
> linux-riscv mailing list
> linux-riscv@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-06-08 23:39 [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors Atul Khare
  2022-06-09  6:22 ` Conor.Dooley
  2022-06-09 15:13 ` Rob Herring
@ 2022-06-18 12:40 ` Conor.Dooley
  2022-07-01 19:49   ` Atul Khare
  2 siblings, 1 reply; 10+ messages in thread
From: Conor.Dooley @ 2022-06-18 12:40 UTC (permalink / raw)
  To: atulkhare, palmer
  Cc: linux-i2c, devicetree, linux-kernel, linux-mmc, linux-riscv, robh

On 09/06/2022 00:39, Atul Khare wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> The patch series fixes dt-schema validation errors that can be reproduced
> using the following: make ARCH=riscv defconfig; make ARCH=riscv
> dt_binding_check dtbs_check
> 
> This is a rebased version of https://tinyurl.com/yvdvmsjd, and excludes
> two patches that are now redundant.

Hey Atul,
Any word on (an applicable) v3? Would like to get rid of this last
couple of warnings.
Thanks,
Conor.

> 
> Atul Khare (2):
>   dt-bindings: sifive: add cache-set value of 2048
>   dt-bindings: sifive: add gpio-line-names
> 
>  Documentation/devicetree/bindings/gpio/sifive,gpio.yaml      | 3 +++
>  Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml | 4 +++-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> --
> 2.34.1


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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-06-18 12:40 ` Conor.Dooley
@ 2022-07-01 19:49   ` Atul Khare
  2022-07-01 20:00     ` Conor.Dooley
  0 siblings, 1 reply; 10+ messages in thread
From: Atul Khare @ 2022-07-01 19:49 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Palmer Dabbelt, linux-i2c, devicetree, linux-kernel, linux-mmc,
	linux-riscv, Rob Herring

Conor,

Apologies for the delay, but my laptop died a couple of weeks ago, and
I have been scrambling to get things up and running on the
replacement. I will try and get back to it ASAP.

On Sat, Jun 18, 2022 at 5:40 AM <Conor.Dooley@microchip.com> wrote:
>
> On 09/06/2022 00:39, Atul Khare wrote:
> > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> >
> > The patch series fixes dt-schema validation errors that can be reproduced
> > using the following: make ARCH=riscv defconfig; make ARCH=riscv
> > dt_binding_check dtbs_check
> >
> > This is a rebased version of https://tinyurl.com/yvdvmsjd, and excludes
> > two patches that are now redundant.
>
> Hey Atul,
> Any word on (an applicable) v3? Would like to get rid of this last
> couple of warnings.
> Thanks,
> Conor.
>
> >
> > Atul Khare (2):
> >   dt-bindings: sifive: add cache-set value of 2048
> >   dt-bindings: sifive: add gpio-line-names
> >
> >  Documentation/devicetree/bindings/gpio/sifive,gpio.yaml      | 3 +++
> >  Documentation/devicetree/bindings/riscv/sifive-l2-cache.yaml | 4 +++-
> >  2 files changed, 6 insertions(+), 1 deletion(-)
> >
> > --
> > 2.34.1
>

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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-07-01 19:49   ` Atul Khare
@ 2022-07-01 20:00     ` Conor.Dooley
  2022-07-26 16:42       ` Conor.Dooley
  0 siblings, 1 reply; 10+ messages in thread
From: Conor.Dooley @ 2022-07-01 20:00 UTC (permalink / raw)
  To: atulkhare
  Cc: palmer, linux-i2c, devicetree, linux-kernel, linux-mmc,
	linux-riscv, robh

On 01/07/2022 20:49, Atul Khare wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Conor,
> 
> Apologies for the delay, but my laptop died a couple of weeks ago, and
> I have been scrambling to get things up and running on the
> replacement. I will try and get back to it ASAP.

Nothing you can do about your laptop dying :)



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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-07-01 20:00     ` Conor.Dooley
@ 2022-07-26 16:42       ` Conor.Dooley
  2022-08-15 16:28         ` Atul Khare
  0 siblings, 1 reply; 10+ messages in thread
From: Conor.Dooley @ 2022-07-26 16:42 UTC (permalink / raw)
  To: atulkhare
  Cc: palmer, linux-i2c, devicetree, linux-kernel, linux-mmc,
	linux-riscv, robh

On 01/07/2022 21:00, Conor Dooley wrote:
> On 01/07/2022 20:49, Atul Khare wrote:
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>
>> Conor,
>>
>> Apologies for the delay, but my laptop died a couple of weeks ago, and
>> I have been scrambling to get things up and running on the
>> replacement. I will try and get back to it ASAP.
> 
> Nothing you can do about your laptop dying :)
> 
> 

Hey Atul,
Been another couple weeks so I am going to send a v3 of these
patches (although without any changes to the v2) and we can
resume discussion about the cache binding change there.
Thanks,
Conor.

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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-07-26 16:42       ` Conor.Dooley
@ 2022-08-15 16:28         ` Atul Khare
  2022-08-15 16:33           ` Conor.Dooley
  0 siblings, 1 reply; 10+ messages in thread
From: Atul Khare @ 2022-08-15 16:28 UTC (permalink / raw)
  To: Conor.Dooley
  Cc: palmer, linux-i2c, devicetree, linux-kernel, linux-mmc,
	linux-riscv, robh

Conor,

Thanks -- really appreciate the help. Dell had to come out twice to
fix my laptop, and it's finally done (hopefully), but moving back and
forth between  the different distros has been really disruptive.


On Tue, Jul 26, 2022 at 9:42 AM <Conor.Dooley@microchip.com> wrote:
>
> On 01/07/2022 21:00, Conor Dooley wrote:
> > On 01/07/2022 20:49, Atul Khare wrote:
> >> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> >>
> >> Conor,
> >>
> >> Apologies for the delay, but my laptop died a couple of weeks ago, and
> >> I have been scrambling to get things up and running on the
> >> replacement. I will try and get back to it ASAP.
> >
> > Nothing you can do about your laptop dying :)
> >
> >
>
> Hey Atul,
> Been another couple weeks so I am going to send a v3 of these
> patches (although without any changes to the v2) and we can
> resume discussion about the cache binding change there.
> Thanks,
> Conor.

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

* Re: [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors
  2022-08-15 16:28         ` Atul Khare
@ 2022-08-15 16:33           ` Conor.Dooley
  0 siblings, 0 replies; 10+ messages in thread
From: Conor.Dooley @ 2022-08-15 16:33 UTC (permalink / raw)
  To: atulkhare
  Cc: palmer, linux-i2c, devicetree, linux-kernel, linux-mmc,
	linux-riscv, robh

On 15/08/2022 17:28, Atul Khare wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> Conor,
> 
> Thanks -- really appreciate the help. Dell had to come out twice to
> fix my laptop, and it's finally done (hopefully), but moving back and
> forth between  the different distros has been really disruptive.

Ye, no worries. Not sure if you saw or Palmer told you - but I
resubmitted the GPIO patch & a revised version of the interrupts,
so that all made it into v6.0-rc1 :) FWIW they are:
5cef38dd03f3 dt-bindings: gpio: sifive: add gpio-line-names
b60cf8e59e61 dt-bindings: riscv: fix SiFive l2-cache's cache-sets

I assume it ended up in your inbox but you weren't actually set
up to reply properly.

Thanks,
Conor.

> 
> 
> On Tue, Jul 26, 2022 at 9:42 AM <Conor.Dooley@microchip.com> wrote:
>>
>> On 01/07/2022 21:00, Conor Dooley wrote:
>>> On 01/07/2022 20:49, Atul Khare wrote:
>>>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>>>>
>>>> Conor,
>>>>
>>>> Apologies for the delay, but my laptop died a couple of weeks ago, and
>>>> I have been scrambling to get things up and running on the
>>>> replacement. I will try and get back to it ASAP.
>>>
>>> Nothing you can do about your laptop dying :)
>>>
>>>
>>
>> Hey Atul,
>> Been another couple weeks so I am going to send a v3 of these
>> patches (although without any changes to the v2) and we can
>> resume discussion about the cache binding change there.
>> Thanks,
>> Conor.


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

end of thread, other threads:[~2022-08-15 16:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 23:39 [PATCH v2 0/2] dt-bindings: sifive: fix dt-schema errors Atul Khare
2022-06-09  6:22 ` Conor.Dooley
2022-06-09 15:13 ` Rob Herring
2022-06-09 15:18   ` Conor.Dooley
2022-06-18 12:40 ` Conor.Dooley
2022-07-01 19:49   ` Atul Khare
2022-07-01 20:00     ` Conor.Dooley
2022-07-26 16:42       ` Conor.Dooley
2022-08-15 16:28         ` Atul Khare
2022-08-15 16:33           ` Conor.Dooley

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