All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: "Andrew Lunn" <andrew@lunn.ch>,
	"Scott Branden" <sbranden@broadcom.com>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	netdev@vger.kernel.org, "Rafał Miłecki" <zajec5@gmail.com>,
	"open list" <linux-kernel@vger.kernel.org>,
	"Ray Jui" <rjui@broadcom.com>,
	"Vivien Didelot" <vivien.didelot@gmail.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"maintainer:BROADCOM IPROC ARM ARCHITECTURE"
	<bcm-kernel-feedback-list@broadcom.com>,
	"Hauke Mehrtens" <hauke@hauke-m.de>,
	"Jakub Kicinski" <kuba@kernel.org>,
	"Kurt Kanzenbach" <kurt@kmk-computers.de>,
	"Vladimir Oltean" <olteanv@gmail.com>,
	"David S. Miller" <davem@davemloft.net>,
	"moderated list:BROADCOM IPROC ARM ARCHITECTURE"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 10/10] dt-bindings: net: dsa: b53: Add YAML bindings
Date: Wed, 11 Nov 2020 16:37:30 -0600	[thread overview]
Message-ID: <20201111223730.GA2169778@bogus> (raw)
In-Reply-To: <20201110033113.31090-11-f.fainelli@gmail.com>

On Mon, 09 Nov 2020 19:31:13 -0800, Florian Fainelli wrote:
> From: Kurt Kanzenbach <kurt@kmk-computers.de>
> 
> Convert the b53 DSA device tree bindings to YAML in order to allow
> for automatic checking and such.
> 
> Suggested-by: Florian Fainelli <f.fainelli@gmail.com>
> Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
> ---
>  .../devicetree/bindings/net/dsa/b53.txt       | 149 -----------
>  .../devicetree/bindings/net/dsa/b53.yaml      | 249 ++++++++++++++++++
>  MAINTAINERS                                   |   2 +-
>  3 files changed, 250 insertions(+), 150 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/net/dsa/b53.txt
>  create mode 100644 Documentation/devicetree/bindings/net/dsa/b53.yaml
> 

With the rename (don't forget $id):

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

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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	netdev@vger.kernel.org, "Scott Branden" <sbranden@broadcom.com>,
	"open list" <linux-kernel@vger.kernel.org>,
	"maintainer:BROADCOM IPROC ARM ARCHITECTURE"
	<bcm-kernel-feedback-list@broadcom.com>,
	"Rafał Miłecki" <zajec5@gmail.com>,
	"Jakub Kicinski" <kuba@kernel.org>,
	"Andrew Lunn" <andrew@lunn.ch>,
	"Kurt Kanzenbach" <kurt@kmk-computers.de>,
	"Vladimir Oltean" <olteanv@gmail.com>,
	"moderated list:BROADCOM IPROC ARM ARCHITECTURE"
	<linux-arm-kernel@lists.infradead.org>,
	"Hauke Mehrtens" <hauke@hauke-m.de>,
	"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
	<devicetree@vger.kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	"Ray Jui" <rjui@broadcom.com>,
	"Vivien Didelot" <vivien.didelot@gmail.com>
Subject: Re: [PATCH 10/10] dt-bindings: net: dsa: b53: Add YAML bindings
Date: Wed, 11 Nov 2020 16:37:30 -0600	[thread overview]
Message-ID: <20201111223730.GA2169778@bogus> (raw)
In-Reply-To: <20201110033113.31090-11-f.fainelli@gmail.com>

On Mon, 09 Nov 2020 19:31:13 -0800, Florian Fainelli wrote:
> From: Kurt Kanzenbach <kurt@kmk-computers.de>
> 
> Convert the b53 DSA device tree bindings to YAML in order to allow
> for automatic checking and such.
> 
> Suggested-by: Florian Fainelli <f.fainelli@gmail.com>
> Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
> ---
>  .../devicetree/bindings/net/dsa/b53.txt       | 149 -----------
>  .../devicetree/bindings/net/dsa/b53.yaml      | 249 ++++++++++++++++++
>  MAINTAINERS                                   |   2 +-
>  3 files changed, 250 insertions(+), 150 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/net/dsa/b53.txt
>  create mode 100644 Documentation/devicetree/bindings/net/dsa/b53.yaml
> 

With the rename (don't forget $id):

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

  parent reply	other threads:[~2020-11-11 22:38 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-10  3:31 [PATCH 00/10] Broadcom b53 YAML bindings Florian Fainelli
2020-11-10  3:31 ` Florian Fainelli
2020-11-10  3:31 ` [PATCH 01/10] dt-bindings: net: dsa: Extend switch nodes pattern Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10 19:42   ` Vladimir Oltean
2020-11-10 19:42     ` Vladimir Oltean
2020-11-11 22:24   ` Rob Herring
2020-11-11 22:24     ` Rob Herring
2020-11-10  3:31 ` [PATCH 02/10] dt-bindings: net: dsa: Document sfp and managed properties Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-11 22:33   ` Rob Herring
2020-11-11 22:33     ` Rob Herring
2020-11-10  3:31 ` [PATCH 03/10] ARM: dts: BCM5301X: Update Ethernet switch node name Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10 19:46   ` Vladimir Oltean
2020-11-10 19:46     ` Vladimir Oltean
2020-11-10  3:31 ` [PATCH 04/10] ARM: dts: BCM5301X: Add a default compatible for switch node Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10 22:06   ` Vladimir Oltean
2020-11-10 22:06     ` Vladimir Oltean
2020-11-10 22:11     ` Florian Fainelli
2020-11-10 22:11       ` Florian Fainelli
2020-11-11 13:06   ` Rafał Miłecki
2020-11-11 13:06     ` Rafał Miłecki
2020-11-10  3:31 ` [PATCH 05/10] ARM: dts: BCM5301X: Provide defaults ports container node Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10  9:31   ` Rafał Miłecki
2020-11-10  9:31     ` Rafał Miłecki
2020-11-10 15:46     ` Florian Fainelli
2020-11-10 15:46       ` Florian Fainelli
2020-11-10 22:12   ` Vladimir Oltean
2020-11-10 22:12     ` Vladimir Oltean
2020-11-10 22:13     ` Florian Fainelli
2020-11-10 22:13       ` Florian Fainelli
2020-11-11  1:48       ` Florian Fainelli
2020-11-11  1:48         ` Florian Fainelli
2020-11-11 12:27         ` Rafał Miłecki
2020-11-11 12:27           ` Rafał Miłecki
2020-11-10  3:31 ` [PATCH 06/10] ARM: dts: NSP: Update ethernet switch node name Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10 22:16   ` Vladimir Oltean
2020-11-10 22:16     ` Vladimir Oltean
2020-11-10  3:31 ` [PATCH 07/10] ARM: dts: NSP: Fix Ethernet switch SGMII register name Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10 22:27   ` Vladimir Oltean
2020-11-10 22:27     ` Vladimir Oltean
2020-11-10  3:31 ` [PATCH 08/10] ARM: dts: NSP: Add a default compatible for switch node Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10 22:37   ` Vladimir Oltean
2020-11-10 22:37     ` Vladimir Oltean
2020-11-10 22:40     ` Florian Fainelli
2020-11-10 22:40       ` Florian Fainelli
2020-11-10 22:48       ` Vladimir Oltean
2020-11-10 22:48         ` Vladimir Oltean
2020-11-10 22:52         ` Florian Fainelli
2020-11-10 22:52           ` Florian Fainelli
2020-11-10 23:06           ` Vladimir Oltean
2020-11-10 23:06             ` Vladimir Oltean
2020-11-10  3:31 ` [PATCH 09/10] ARM: dts: NSP: Provide defaults ports container node Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10  3:31 ` [PATCH 10/10] dt-bindings: net: dsa: b53: Add YAML bindings Florian Fainelli
2020-11-10  3:31   ` Florian Fainelli
2020-11-10 13:21   ` Kurt Kanzenbach
2020-11-10 13:21     ` Kurt Kanzenbach
2020-11-10 15:46     ` Florian Fainelli
2020-11-10 15:46       ` Florian Fainelli
2020-11-10 22:43   ` Vladimir Oltean
2020-11-10 22:43     ` Vladimir Oltean
2020-11-11 22:37   ` Rob Herring [this message]
2020-11-11 22:37     ` 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=20201111223730.GA2169778@bogus \
    --to=robh@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=hauke@hauke-m.de \
    --cc=kuba@kernel.org \
    --cc=kurt@kmk-computers.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=rjui@broadcom.com \
    --cc=robh+dt@kernel.org \
    --cc=sbranden@broadcom.com \
    --cc=vivien.didelot@gmail.com \
    --cc=zajec5@gmail.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.