All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Maxime Ripard <maxime@cerno.tech>
Cc: Mark Rutland <mark.rutland@arm.com>,
	Frank Rowand <frowand.list@gmail.com>,
	Chen-Yu Tsai <wens@csie.org>, Maxime Ripard <mripard@kernel.org>,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	Maxime Ripard <maxime@cerno.tech>
Subject: Re: [PATCH] dt-bindings: Remove FIXME in yaml bindings
Date: Tue, 5 Nov 2019 22:23:51 -0600	[thread overview]
Message-ID: <20191106042351.GA4131@bogus> (raw)
In-Reply-To: <20191101135808.259371-1-maxime@cerno.tech>

On Fri,  1 Nov 2019 14:58:08 +0100, Maxime Ripard wrote:
> Some binding that were introduced early on got a comment to enable
> additionalProperties, but we couldn't due to the generic properties being
> reported as errors.
> 
> The way we're dealing with this now is to use the draft-08's
> unevaluatedProperties (even though the tools doesn't do anything with it
> yet).
> 
> Let's convert those old bindings to it.
> 
> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
> ---
>  .../devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml   | 4 +---
>  .../devicetree/bindings/i2c/allwinner,sun6i-a31-p2wi.yaml   | 4 +---
>  .../devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml        | 4 +---
>  .../interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml    | 4 +---
>  .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml   | 4 +---
>  .../devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml    | 6 ++----
>  .../devicetree/bindings/net/allwinner,sun4i-a10-emac.yaml   | 6 ++----
>  .../devicetree/bindings/net/allwinner,sun4i-a10-mdio.yaml   | 6 ++----
>  .../devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml   | 6 ++----
>  .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml  | 6 ++----
>  .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml  | 4 +---
>  11 files changed, 16 insertions(+), 38 deletions(-)
> 

Applied, thanks.

Rob

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Maxime Ripard <maxime@cerno.tech>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org, Maxime Ripard <mripard@kernel.org>,
	Chen-Yu Tsai <wens@csie.org>, Maxime Ripard <maxime@cerno.tech>,
	Frank Rowand <frowand.list@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] dt-bindings: Remove FIXME in yaml bindings
Date: Tue, 5 Nov 2019 22:23:51 -0600	[thread overview]
Message-ID: <20191106042351.GA4131@bogus> (raw)
In-Reply-To: <20191101135808.259371-1-maxime@cerno.tech>

On Fri,  1 Nov 2019 14:58:08 +0100, Maxime Ripard wrote:
> Some binding that were introduced early on got a comment to enable
> additionalProperties, but we couldn't due to the generic properties being
> reported as errors.
> 
> The way we're dealing with this now is to use the draft-08's
> unevaluatedProperties (even though the tools doesn't do anything with it
> yet).
> 
> Let's convert those old bindings to it.
> 
> Signed-off-by: Maxime Ripard <maxime@cerno.tech>
> ---
>  .../devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml   | 4 +---
>  .../devicetree/bindings/i2c/allwinner,sun6i-a31-p2wi.yaml   | 4 +---
>  .../devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml        | 4 +---
>  .../interrupt-controller/allwinner,sun7i-a20-sc-nmi.yaml    | 4 +---
>  .../devicetree/bindings/media/allwinner,sun4i-a10-ir.yaml   | 4 +---
>  .../devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml    | 6 ++----
>  .../devicetree/bindings/net/allwinner,sun4i-a10-emac.yaml   | 6 ++----
>  .../devicetree/bindings/net/allwinner,sun4i-a10-mdio.yaml   | 6 ++----
>  .../devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml   | 6 ++----
>  .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml  | 6 ++----
>  .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml  | 4 +---
>  11 files changed, 16 insertions(+), 38 deletions(-)
> 

Applied, thanks.

Rob

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

  reply	other threads:[~2019-11-06  4:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-01 13:58 [PATCH] dt-bindings: Remove FIXME in yaml bindings Maxime Ripard
2019-11-01 13:58 ` Maxime Ripard
2019-11-06  4:23 ` Rob Herring [this message]
2019-11-06  4:23   ` 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=20191106042351.GA4131@bogus \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=frowand.list@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=maxime@cerno.tech \
    --cc=mripard@kernel.org \
    --cc=wens@csie.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.