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

Quoting Rob Herring (2022-01-18 17:50:38)
> 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.
[..]
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

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

Quoting Rob Herring (2022-01-18 17:50:38)
> 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.
[..]
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>

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

Quoting Rob Herring (2022-01-18 17:50:38)
> 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.
[..]
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>

  parent reply	other threads:[~2022-01-19 23:13 UTC|newest]

Thread overview: 86+ 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  1:50 ` Rob Herring
2022-01-19  1:50 ` Rob Herring
2022-01-19  1:50 ` Rob Herring
2022-01-19  1:50 ` Rob Herring
2022-01-19  1:50 ` Rob Herring
2022-01-19  5:48 ` Marc Kleine-Budde
2022-01-19  7:40 ` Krzysztof Kozlowski
2022-01-19  7:40   ` Krzysztof Kozlowski
2022-01-19  7:40   ` Krzysztof Kozlowski
2022-01-19  7:40   ` Krzysztof Kozlowski
2022-01-19  7:40   ` Krzysztof Kozlowski
2022-01-19  7:40   ` Krzysztof Kozlowski
2022-01-19  7:44 ` Viresh Kumar
2022-01-19  7:44   ` Viresh Kumar
2022-01-19  7:44   ` Viresh Kumar
2022-01-19  7:44   ` Viresh Kumar
2022-01-19  7:44   ` Viresh Kumar
2022-01-19  7:44   ` Viresh Kumar
2022-01-19  8:24 ` Greg Kroah-Hartman
2022-01-19  8:24   ` Greg Kroah-Hartman
2022-01-19  8:24   ` Greg Kroah-Hartman
2022-01-19  8:24   ` Greg Kroah-Hartman
2022-01-19  8:24   ` Greg Kroah-Hartman
2022-01-19  8:24   ` Greg Kroah-Hartman
2022-01-19  9:42 ` Geert Uytterhoeven
2022-01-19  9:42   ` Geert Uytterhoeven
2022-01-19  9:42   ` Geert Uytterhoeven
2022-01-19  9:42   ` Geert Uytterhoeven
2022-01-19  9:42   ` Geert Uytterhoeven
2022-01-19  9:42   ` Geert Uytterhoeven
2022-01-19 10:31 ` Ulf Hansson
2022-01-19 10:31   ` Ulf Hansson
2022-01-19 10:31   ` Ulf Hansson
2022-01-19 10:31   ` Ulf Hansson
2022-01-19 10:31   ` Ulf Hansson
2022-01-19 10:31   ` Ulf Hansson
2022-01-19 10:35 ` Vladimir Oltean
2022-01-19 10:35   ` Vladimir Oltean
2022-01-19 10:35   ` Vladimir Oltean
2022-01-19 10:35   ` Vladimir Oltean
2022-01-19 10:35   ` Vladimir Oltean
2022-01-19 10:35   ` Vladimir Oltean
2022-01-19 15:28   ` Rob Herring
2022-01-19 15:28     ` Rob Herring
2022-01-19 15:28     ` Rob Herring
2022-01-19 15:28     ` Rob Herring
2022-01-19 15:28     ` Rob Herring
2022-01-19 15:28     ` Rob Herring
2022-01-19 12:09 ` Georgi Djakov
2022-01-19 12:09   ` Georgi Djakov
2022-01-19 12:09   ` Georgi Djakov
2022-01-19 12:09   ` Georgi Djakov
2022-01-19 12:09   ` Georgi Djakov
2022-01-19 12:09   ` Georgi Djakov
2022-01-19 15:21 ` Arnaud POULIQUEN
2022-01-19 15:21   ` Arnaud POULIQUEN
2022-01-19 15:21   ` Arnaud POULIQUEN
2022-01-19 15:21   ` Arnaud POULIQUEN
2022-01-19 15:21   ` Arnaud POULIQUEN
2022-01-19 15:21   ` Arnaud POULIQUEN
2022-01-19 15:30   ` Rob Herring
2022-01-19 15:30     ` Rob Herring
2022-01-19 15:30     ` Rob Herring
2022-01-19 15:30     ` Rob Herring
2022-01-19 15:30     ` Rob Herring
2022-01-19 15:30     ` Rob Herring
2022-01-19 15:45 ` Mark Brown
2022-01-19 15:45   ` Mark Brown
2022-01-19 15:45   ` Mark Brown
2022-01-19 15:45   ` Mark Brown
2022-01-19 15:45   ` Mark Brown
2022-01-19 15:45   ` Mark Brown
2022-01-19 23:13 ` Stephen Boyd [this message]
2022-01-19 23:13   ` Stephen Boyd
2022-01-19 23:13   ` Stephen Boyd
2022-01-20  4:38 ` Vinod Koul
2022-01-20  4:38   ` Vinod Koul
2022-01-20  4:38   ` Vinod Koul
2022-01-20  4:38   ` Vinod Koul
2022-01-20  4:38   ` Vinod Koul
2022-01-20  4:38   ` Vinod Koul
2022-01-24 16:55 ` Krzysztof Kozlowski
2022-01-24 16:55   ` Krzysztof Kozlowski
2022-01-24 20:31   ` Rob Herring
2022-01-24 20:31     ` 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=20220119231342.243A6C340E4@smtp.kernel.org \
    --to=sboyd@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=andrew@lunn.ch \
    --cc=broonie@kernel.org \
    --cc=chunkuang.hu@kernel.org \
    --cc=damien.lemoal@opensource.wdc.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=daniel.thompson@linaro.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=f.fainelli@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=herbert@gondor.apana.org.au \
    --cc=iommu@lists.linux-foundation.org \
    --cc=jingoohan1@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=khilman@kernel.org \
    --cc=kieran.bingham+renesas@ideasonboard.com \
    --cc=kishon@ti.com \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=kuba@kernel.org \
    --cc=kvalo@kernel.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-@osuosl.org \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=maz@kernel.org \
    --cc=mchehab@kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=pavel@ucw.cz \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=sre@kernel.org \
    --cc=sudeep.holla@arm.com \
    --cc=tglx@linutronix.de \
    --cc=thierry.reding@gmail.com \
    --cc=ulf.hansson@linaro.org \
    --cc=vireshk@kernel.org \
    --cc=vivien.didelot@gmail.com \
    --cc=vkoul@kernel.org \
    --cc=wg@grandegger.com \
    --cc=wireless@vger.kernel.org \
    /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.