public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel•org>
To: Rob Herring <robh@kernel•org>
Cc: devicetree@vger•kernel.org, linux-kernel@vger•kernel.org,
	Damien Le Moal <damien.lemoal@opensource•wdc.com>,
	Herbert Xu <herbert@gondor•apana.org.au>,
	"David S. Miller" <davem@davemloft•net>,
	Chun-Kuang Hu <chunkuang.hu@kernel•org>,
	Philipp Zabel <p.zabel@pengutronix•de>,
	Laurent Pinchart <laurent.pinchart@ideasonboard•com>,
	Kieran Bingham <kieran.bingham+renesas@ideasonboard•com>,
	Georgi Djakov <djakov@kernel•org>,
	Thomas Gleixner <tglx@linutronix•de>,
	Marc Zyngier <maz@kernel•org>, Joerg Roedel <joro@8bytes•org>,
	Lee Jones <lee.jones@linaro•org>,
	Daniel Thompson <daniel.thompson@linaro•org>,
	Jingoo Han <jingoohan1@gmail•com>, Pavel Machek <pavel@ucw•cz>,
	Mauro Carvalho Chehab <mchehab@kernel•org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical•com>,
	Jakub Kicinski <kuba@kernel•org>,
	Wolfgang Grandegger <wg@grandegger•com>,
	Marc Kleine-Budde <mkl@pengutronix•de>,
	Andrew Lunn <andrew@lunn•ch>,
	Vivien Didelot <vivien.didelot@gmail•com>,
	Florian Fainelli <f.fainelli@gmail•com>,
	Vladimir Oltean <olteanv@gmail•com>,
	Kalle Valo <kvalo@kernel•org>, Viresh Kumar <vireshk@kernel•org>,
	Stephen Boyd <sboyd@kernel•org>,
	Kishon Vijay Abraham I <kishon@ti•com>,
	Linus Walleij <linus.walleij@linaro•org>,
	"Rafael J. Wysocki" <rafael@kernel•org>,
	Kevin Hilman <khilman@kernel•org>,
	Ulf Hansson <ulf.hansson@linaro•org>,
	Sebastian Reichel <sre@kernel•org>,
	Mark Brown <broonie@kernel•org>,
	Mathieu Poirier <mathieu.poirier@linaro•org>,
	Daniel Lezcano <daniel.lezcano@linaro•org>,
	Zhang Rui <rui.zhang@intel•com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
	Thierry Reding <thierry.reding@gmail•com>,
	Jonathan Hunter <jonathanh@nvidia•com>,
	Sudeep Holla <sudeep.holla@arm•com>,
	Geert Uytterhoeven <geert+renesas@glider•be>,
	linux-ide@vger•kernel.org, linux-crypto@vger•kernel.org,
	dri-devel@lists•freedesktop.org, dmaengine@vger•kernel.org,
	linux-pm@vger•kernel.org, iommu@lists•linux-foundation.org,
	linux-leds@vger•kernel.org, linux-media@vger•kernel.org,
	netdev@vger•kernel.org, linux-can@vger•kernel.org,
	linux-wireless@vger•kernel.org, linux-phy@lists•infradead.org,
	linux-gpio@vger•kernel.org, linux-riscv@lists•infradead.org,
	linux-remoteproc@vger•kernel.org, alsa-devel@alsa-project•org,
	linux-usb@vger•kernel.org
Subject: Re: [PATCH] dt-bindings: Improve phandle-array schemas
Date: Thu, 20 Jan 2022 10:08:51 +0530	[thread overview]
Message-ID: <YejnW2sEV4Rc8GVO@matsya> (raw)
In-Reply-To: <20220119015038.2433585-1-robh@kernel.org>

On 18-01-22, 19:50, Rob Herring wrote:
> The 'phandle-array' type is a bit ambiguous. It can be either just an
> array of phandles or an array of phandles plus args. Many schemas for
> phandle-array properties aren't clear in the schema which case applies
> though the description usually describes it.
> 
> The array of phandles case boils down to needing:
> 
> items:
>   maxItems: 1
> 
> The phandle plus args cases should typically take this form:
> 
> items:
>   - items:
>       - description: A phandle
>       - description: 1st arg cell
>       - description: 2nd arg cell
> 
> With this change, some examples need updating so that the bracketing of
> property values matches the schema.

Acked-By: Vinod Koul <vkoul@kernel•org>

-- 
~Vinod

      parent reply	other threads:[~2022-01-20  4:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19  1:50 [PATCH] dt-bindings: Improve phandle-array schemas Rob Herring
2022-01-19  5:48 ` Marc Kleine-Budde
2022-01-19  7:40 ` Krzysztof Kozlowski
2022-01-19  7:44 ` Viresh Kumar
2022-01-19  8:24 ` Greg Kroah-Hartman
2022-01-19  9:42 ` Geert Uytterhoeven
2022-01-19 10:31 ` Ulf Hansson
2022-01-19 10:35 ` Vladimir Oltean
2022-01-19 15:28   ` Rob Herring
2022-01-19 12:09 ` Georgi Djakov
2022-01-19 15:21 ` Arnaud POULIQUEN
2022-01-19 15:30   ` Rob Herring
2022-01-19 15:45 ` Mark Brown
2022-01-20  4:38 ` Vinod Koul [this message]

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=YejnW2sEV4Rc8GVO@matsya \
    --to=vkoul@kernel$(echo .)org \
    --cc=alsa-devel@alsa-project$(echo .)org \
    --cc=andrew@lunn$(echo .)ch \
    --cc=broonie@kernel$(echo .)org \
    --cc=chunkuang.hu@kernel$(echo .)org \
    --cc=damien.lemoal@opensource$(echo .)wdc.com \
    --cc=daniel.lezcano@linaro$(echo .)org \
    --cc=daniel.thompson@linaro$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=djakov@kernel$(echo .)org \
    --cc=dmaengine@vger$(echo .)kernel.org \
    --cc=dri-devel@lists$(echo .)freedesktop.org \
    --cc=f.fainelli@gmail$(echo .)com \
    --cc=geert+renesas@glider$(echo .)be \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=herbert@gondor$(echo .)apana.org.au \
    --cc=iommu@lists$(echo .)linux-foundation.org \
    --cc=jingoohan1@gmail$(echo .)com \
    --cc=jonathanh@nvidia$(echo .)com \
    --cc=joro@8bytes$(echo .)org \
    --cc=khilman@kernel$(echo .)org \
    --cc=kieran.bingham+renesas@ideasonboard$(echo .)com \
    --cc=kishon@ti$(echo .)com \
    --cc=krzysztof.kozlowski@canonical$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=kvalo@kernel$(echo .)org \
    --cc=laurent.pinchart@ideasonboard$(echo .)com \
    --cc=lee.jones@linaro$(echo .)org \
    --cc=linus.walleij@linaro$(echo .)org \
    --cc=linux-can@vger$(echo .)kernel.org \
    --cc=linux-crypto@vger$(echo .)kernel.org \
    --cc=linux-gpio@vger$(echo .)kernel.org \
    --cc=linux-ide@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-leds@vger$(echo .)kernel.org \
    --cc=linux-media@vger$(echo .)kernel.org \
    --cc=linux-phy@lists$(echo .)infradead.org \
    --cc=linux-pm@vger$(echo .)kernel.org \
    --cc=linux-remoteproc@vger$(echo .)kernel.org \
    --cc=linux-riscv@lists$(echo .)infradead.org \
    --cc=linux-usb@vger$(echo .)kernel.org \
    --cc=linux-wireless@vger$(echo .)kernel.org \
    --cc=mathieu.poirier@linaro$(echo .)org \
    --cc=maz@kernel$(echo .)org \
    --cc=mchehab@kernel$(echo .)org \
    --cc=mkl@pengutronix$(echo .)de \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=olteanv@gmail$(echo .)com \
    --cc=p.zabel@pengutronix$(echo .)de \
    --cc=pavel@ucw$(echo .)cz \
    --cc=rafael@kernel$(echo .)org \
    --cc=robh@kernel$(echo .)org \
    --cc=rui.zhang@intel$(echo .)com \
    --cc=sboyd@kernel$(echo .)org \
    --cc=sre@kernel$(echo .)org \
    --cc=sudeep.holla@arm$(echo .)com \
    --cc=tglx@linutronix$(echo .)de \
    --cc=thierry.reding@gmail$(echo .)com \
    --cc=ulf.hansson@linaro$(echo .)org \
    --cc=vireshk@kernel$(echo .)org \
    --cc=vivien.didelot@gmail$(echo .)com \
    --cc=wg@grandegger$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox