All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Sudeep Holla <sudeep.holla@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org,
	Cristian Marussi <cristian.marussi@arm.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/8] dt-bindings: firmware: juno,scpi: Move to sram.yaml json schema
Date: Wed, 2 Jun 2021 10:42:13 -0500	[thread overview]
Message-ID: <20210602154213.GA3424894@robh.at.kernel.org> (raw)
In-Reply-To: <20210601224904.917990-4-sudeep.holla@arm.com>

On Tue, 01 Jun 2021 23:48:59 +0100, Sudeep Holla wrote:
> Commit a90b15e0ad72 ("Documentation: bindings: decouple juno specific
> details from generic binding") moved the juno specific bindings into
> separate file. Though there was no need for juno specific binding, it
> has been used unfortunately for whatever stupid reason I added it for.
> 
> Let us move the same to the generic sram.yaml schema and remove the
> old text format binding.
> 
> Cc: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> ---
>  .../devicetree/bindings/arm/juno,scpi.txt     | 26 -------------------
>  .../devicetree/bindings/sram/sram.yaml        |  2 ++
>  2 files changed, 2 insertions(+), 26 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/arm/juno,scpi.txt
> 

Applied, thanks!

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Sudeep Holla <sudeep.holla@arm.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org,
	Cristian Marussi <cristian.marussi@arm.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/8] dt-bindings: firmware: juno,scpi: Move to sram.yaml json schema
Date: Wed, 2 Jun 2021 10:42:13 -0500	[thread overview]
Message-ID: <20210602154213.GA3424894@robh.at.kernel.org> (raw)
In-Reply-To: <20210601224904.917990-4-sudeep.holla@arm.com>

On Tue, 01 Jun 2021 23:48:59 +0100, Sudeep Holla wrote:
> Commit a90b15e0ad72 ("Documentation: bindings: decouple juno specific
> details from generic binding") moved the juno specific bindings into
> separate file. Though there was no need for juno specific binding, it
> has been used unfortunately for whatever stupid reason I added it for.
> 
> Let us move the same to the generic sram.yaml schema and remove the
> old text format binding.
> 
> Cc: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> ---
>  .../devicetree/bindings/arm/juno,scpi.txt     | 26 -------------------
>  .../devicetree/bindings/sram/sram.yaml        |  2 ++
>  2 files changed, 2 insertions(+), 26 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/arm/juno,scpi.txt
> 

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-06-02 15:42 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01 22:48 [PATCH v2 0/8] dt-bindings: firmware: Convert SCPI and SCMI to json schema Sudeep Holla
2021-06-01 22:48 ` Sudeep Holla
2021-06-01 22:48 ` [PATCH v2 1/8] dt-bindings: firmware: arm,scpi: Move arm,scp-shmem " Sudeep Holla
2021-06-01 22:48   ` [PATCH v2 1/8] dt-bindings: firmware: arm, scpi: Move arm, scp-shmem " Sudeep Holla
2021-06-02 15:41   ` [PATCH v2 1/8] dt-bindings: firmware: arm,scpi: Move arm,scp-shmem " Rob Herring
2021-06-02 15:41     ` Rob Herring
2021-06-01 22:48 ` [PATCH v2 2/8] dt-bindings: firmware: arm,scmi: Move arm,scmi-shmem " Sudeep Holla
2021-06-01 22:48   ` [PATCH v2 2/8] dt-bindings: firmware: arm, scmi: Move arm, scmi-shmem " Sudeep Holla
2021-06-02 15:41   ` [PATCH v2 2/8] dt-bindings: firmware: arm,scmi: Move arm,scmi-shmem " Rob Herring
2021-06-02 15:41     ` Rob Herring
2021-06-01 22:48 ` [PATCH v2 3/8] dt-bindings: firmware: juno,scpi: Move to sram.yaml " Sudeep Holla
2021-06-01 22:48   ` [PATCH v2 3/8] dt-bindings: firmware: juno, scpi: " Sudeep Holla
2021-06-02 15:42   ` Rob Herring [this message]
2021-06-02 15:42     ` [PATCH v2 3/8] dt-bindings: firmware: juno,scpi: " Rob Herring
2021-06-01 22:49 ` [PATCH v2 4/8] dt-bindings: firmware: amlogic,scpi: Move arm,scpi-shmem to " Sudeep Holla
2021-06-01 22:49   ` [PATCH v2 4/8] dt-bindings: firmware: amlogic, scpi: Move arm, scpi-shmem " Sudeep Holla
2021-06-02 15:42   ` [PATCH v2 4/8] dt-bindings: firmware: amlogic,scpi: Move arm,scpi-shmem " Rob Herring
2021-06-02 15:42     ` Rob Herring
2021-06-01 22:49 ` [PATCH v2 5/8] dt-bindings: mailbox : arm,mhu: Fix arm,scpi example used here Sudeep Holla
2021-06-01 22:49   ` [PATCH v2 5/8] dt-bindings: mailbox : arm, mhu: Fix arm, scpi " Sudeep Holla
2021-06-01 22:49 ` [PATCH v2 6/8] dt-bindings: firmware: arm,scpi: Convert to json schema Sudeep Holla
2021-06-01 22:49   ` [PATCH v2 6/8] dt-bindings: firmware: arm, scpi: " Sudeep Holla
2021-06-02 15:58   ` [PATCH v2 6/8] dt-bindings: firmware: arm,scpi: " Rob Herring
2021-06-02 15:58     ` Rob Herring
2021-06-02 16:05     ` Sudeep Holla
2021-06-02 16:05       ` Sudeep Holla
2021-06-01 22:49 ` [PATCH v2 7/8] dt-bindings: firmware: amlogic,scpi: " Sudeep Holla
2021-06-01 22:49   ` [PATCH v2 7/8] dt-bindings: firmware: amlogic, scpi: " Sudeep Holla
2021-06-01 22:49 ` [PATCH v2 8/8] dt-bindings: firmware: arm,scmi: " Sudeep Holla
2021-06-01 22:49   ` [PATCH v2 8/8] dt-bindings: firmware: arm, scmi: " Sudeep Holla
2021-06-02 16:16   ` [PATCH v2 8/8] dt-bindings: firmware: arm,scmi: " Rob Herring
2021-06-02 16:16     ` Rob Herring

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=20210602154213.GA3424894@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=cristian.marussi@arm.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=sudeep.holla@arm.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.