dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime@cerno.tech>
To: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
	Chen-Yu Tsai <wens@csie.org>, Sean Paul <seanpaul@chromium.org>,
	Frank Rowand <frowand.list@gmail.com>,
	"moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 1/4] dt-bindings: display: Convert Allwinner display pipeline to schemas
Date: Thu, 9 Jan 2020 19:16:11 +0100	[thread overview]
Message-ID: <20200109181611.mtzoa4blgarjjv3u@gilmour.lan> (raw)
In-Reply-To: <CAL_Jsq+nVOb5+yg=bOJMyOocJD6kst0BX7NGhZepNtm_B_35ow@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 3334 bytes --]

On Thu, Jan 09, 2020 at 11:14:26AM -0600, Rob Herring wrote:
> On Fri, Jan 3, 2020 at 9:28 AM Maxime Ripard <maxime@cerno.tech> wrote:
> >
> > The Allwinner SoCs have a display engine composed of several controllers
> > assembled differently depending on the SoC, the number and type of output
> > they have, and the additional features they provide. A number of those are
> > supported in Linux, with the matching bindings.
> >
> > Now that we have the DT validation in place, let's split into separate file
> > and convert the device tree bindings for those controllers to schemas.
> >
> > Signed-off-by: Maxime Ripard <maxime@cerno.tech>
> >
> > ---
> >
> > Changes from v2:
> >   - Changed a number of maxItems to minItems to make more sense
> >   - Fixed a few enum that were improperly declared. This raised a bunch of
> >     warnings that were unnoticed before. Fixed them.
> >   - Added an if clause to the HDMI PHY binding to check the number of clocks
> >
> > Changes from v1:
> >   - Declare the ports in the bindings
> > ---
> >  .../allwinner,sun4i-a10-display-backend.yaml  | 291 ++++++++
> >  .../allwinner,sun4i-a10-display-engine.yaml   | 114 +++
> >  .../allwinner,sun4i-a10-display-frontend.yaml | 138 ++++
> >  .../display/allwinner,sun4i-a10-hdmi.yaml     | 183 +++++
> >  .../display/allwinner,sun4i-a10-tcon.yaml     | 676 ++++++++++++++++++
> >  .../allwinner,sun4i-a10-tv-encoder.yaml       |  62 ++
> >  .../display/allwinner,sun6i-a31-drc.yaml      | 138 ++++
> >  .../allwinner,sun8i-a83t-de2-mixer.yaml       | 118 +++
> >  .../display/allwinner,sun8i-a83t-dw-hdmi.yaml | 273 +++++++
> >  .../allwinner,sun8i-a83t-hdmi-phy.yaml        | 117 +++
> >  .../display/allwinner,sun8i-r40-tcon-top.yaml | 382 ++++++++++
> >  .../display/allwinner,sun9i-a80-deu.yaml      | 133 ++++
> >  .../bindings/display/sunxi/sun4i-drm.txt      | 637 -----------------
> >  13 files changed, 2625 insertions(+), 637 deletions(-)
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-backend.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-engine.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-frontend.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun4i-a10-hdmi.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tcon.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun4i-a10-tv-encoder.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun6i-a31-drc.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-de2-mixer.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-dw-hdmi.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-hdmi-phy.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun8i-r40-tcon-top.yaml
> >  create mode 100644 Documentation/devicetree/bindings/display/allwinner,sun9i-a80-deu.yaml
> >  delete mode 100644 Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
>
> Reviewed-by: Rob Herring <robh@kernel.org>

Thanks!

I just applied it to drm-misc-next

Maxime

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      reply	other threads:[~2020-01-12 12:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 15:27 [PATCH v3 1/4] dt-bindings: display: Convert Allwinner display pipeline to schemas Maxime Ripard
2020-01-03 15:27 ` [PATCH v3 2/4] clk: sunxi: a31: Export the MIPI PLL Maxime Ripard
2020-01-03 15:30   ` Chen-Yu Tsai
2020-01-04  8:45     ` Maxime Ripard
2020-01-03 15:28 ` [PATCH v3 3/4] clk: sunxi: a23/a33: " Maxime Ripard
2020-01-03 15:30   ` Chen-Yu Tsai
2020-01-04  8:45     ` Maxime Ripard
2020-01-03 15:28 ` [PATCH v3 4/4] ARM: dts: sunxi: Add missing LVDS resets and clocks Maxime Ripard
2020-01-03 15:31   ` Chen-Yu Tsai
2020-01-04  9:51     ` Maxime Ripard
2020-01-09 10:03 ` [PATCH v3 1/4] dt-bindings: display: Convert Allwinner display pipeline to schemas Maxime Ripard
2020-01-09 17:14 ` Rob Herring
2020-01-09 18:16   ` Maxime Ripard [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=20200109181611.mtzoa4blgarjjv3u@gilmour.lan \
    --to=maxime@cerno.tech \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=frowand.list@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=paul.kocialkowski@bootlin.com \
    --cc=robh+dt@kernel.org \
    --cc=seanpaul@chromium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).