All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Rob Herring <robh@kernel.org>
Cc: Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	 Akhila YS <akhilayalmati@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	 Conor Dooley <conor.dooley@microchip.com>,
	 linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] Fix spear600-smi YAML conversion
Date: Wed, 11 Mar 2026 10:03:49 +0100	[thread overview]
Message-ID: <87h5qmn3ey.fsf@bootlin.com> (raw)
In-Reply-To: <CAL_Jsq+WE33tSSqywbPN3g8i92foVmqna6K2zaFO1RUreMvB-w@mail.gmail.com> (Rob Herring's message of "Tue, 10 Mar 2026 13:30:02 -0500")

Hi Rob,

On 10/03/2026 at 13:30:02 -05, Rob Herring <robh@kernel.org> wrote:

> On Wed, Feb 25, 2026 at 10:24 AM Miquel Raynal
> <miquel.raynal@bootlin.com> wrote:
>>
>> Recent conversion from txt to yaml of the Spear600 SMI binding by Akhila
>> lead to warnings. These are my 2cts in getting the yaml conversion done
>> :-)
>>
>> Cheers,
>> Miquèl
>>
>> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
>> ---
>> Miquel Raynal (3):
>>       dt-bindings: mtd: st,spear600-smi: Fix description
>>       dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory
>>       dt-bindings: mtd: st,spear600-smi: Fix example
>>
>>  .../devicetree/bindings/mtd/st,spear600-smi.yaml   | 26 ++++++++++++++++------
>>  1 file changed, 19 insertions(+), 7 deletions(-)
>
> Still warning in next and v7.0-rc without these fixes. Please apply
> them soon.

Yes, I will do it this week.

Thanks for the reminder,
Miquèl

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Rob Herring <robh@kernel.org>
Cc: Richard Weinberger <richard@nod.at>,
	 Vignesh Raghavendra <vigneshr@ti.com>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	 Akhila YS <akhilayalmati@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	 Conor Dooley <conor.dooley@microchip.com>,
	 linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] Fix spear600-smi YAML conversion
Date: Wed, 11 Mar 2026 10:03:49 +0100	[thread overview]
Message-ID: <87h5qmn3ey.fsf@bootlin.com> (raw)
In-Reply-To: <CAL_Jsq+WE33tSSqywbPN3g8i92foVmqna6K2zaFO1RUreMvB-w@mail.gmail.com> (Rob Herring's message of "Tue, 10 Mar 2026 13:30:02 -0500")

Hi Rob,

On 10/03/2026 at 13:30:02 -05, Rob Herring <robh@kernel.org> wrote:

> On Wed, Feb 25, 2026 at 10:24 AM Miquel Raynal
> <miquel.raynal@bootlin.com> wrote:
>>
>> Recent conversion from txt to yaml of the Spear600 SMI binding by Akhila
>> lead to warnings. These are my 2cts in getting the yaml conversion done
>> :-)
>>
>> Cheers,
>> Miquèl
>>
>> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
>> ---
>> Miquel Raynal (3):
>>       dt-bindings: mtd: st,spear600-smi: Fix description
>>       dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory
>>       dt-bindings: mtd: st,spear600-smi: Fix example
>>
>>  .../devicetree/bindings/mtd/st,spear600-smi.yaml   | 26 ++++++++++++++++------
>>  1 file changed, 19 insertions(+), 7 deletions(-)
>
> Still warning in next and v7.0-rc without these fixes. Please apply
> them soon.

Yes, I will do it this week.

Thanks for the reminder,
Miquèl

  reply	other threads:[~2026-03-11  9:04 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25 16:24 [PATCH 0/3] Fix spear600-smi YAML conversion Miquel Raynal
2026-02-25 16:24 ` Miquel Raynal
2026-02-25 16:24 ` [PATCH 1/3] dt-bindings: mtd: st,spear600-smi: Fix description Miquel Raynal
2026-02-25 16:24   ` Miquel Raynal
2026-02-27 23:01   ` Rob Herring (Arm)
2026-02-27 23:01     ` Rob Herring (Arm)
2026-02-25 16:24 ` [PATCH 2/3] dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatory Miquel Raynal
2026-02-25 16:24   ` Miquel Raynal
2026-02-27 23:01   ` Rob Herring (Arm)
2026-02-27 23:01     ` Rob Herring (Arm)
2026-02-25 16:24 ` [PATCH 3/3] dt-bindings: mtd: st,spear600-smi: Fix example Miquel Raynal
2026-02-25 16:24   ` Miquel Raynal
2026-02-27 23:02   ` Rob Herring (Arm)
2026-02-27 23:02     ` Rob Herring (Arm)
2026-03-10 18:30 ` [PATCH 0/3] Fix spear600-smi YAML conversion Rob Herring
2026-03-10 18:30   ` Rob Herring
2026-03-11  9:03   ` Miquel Raynal [this message]
2026-03-11  9:03     ` Miquel Raynal
2026-03-11 15:25 ` Miquel Raynal
2026-03-11 15:25   ` Miquel Raynal
2026-03-11 15:36   ` Miquel Raynal
2026-03-11 15:36     ` Miquel Raynal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h5qmn3ey.fsf@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=akhilayalmati@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=richard@nod.at \
    --cc=robh@kernel.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.