From: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org>
To: Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support
Date: Thu, 02 Nov 2017 16:51:29 +0800 [thread overview]
Message-ID: <9bca10cc95d04f87a1122bc582402310@aosc.io> (raw)
In-Reply-To: <20171027150658.18509-1-icenowy-h8G6r0blFSE@public.gmane.org>
在 2017-10-27 23:06,Icenowy Zheng 写道:
> This patchset adds support for the SimpleFB on Allwinner SoCs with
> "Display Engine 2.0".
>
> PATCH 1 to PATCH 3 are DE2 CCU fixes for H3/H5 SoCs.
>
> PATCH 4 adds the pipeline strings for DE2 SimpleFB.
>
> PATCH 5 to 7 adds necessary device tree nodes (DE2 CCU and SimpleFB)
> for H3/H5 SoCs.
>
> PATCH 8 to 10 are for Allwinner A64 SoC to enable SimpleFB.
>
> Icenowy Zheng (10):
> dt-bindings: fix the binding of Allwinner DE2 CCU of A83T and H3
> clk: sunxi-ng: add support for Allwinner H3 DE2 CCU
> clk: sunxi-ng: fix the A64/H5 clock description of DE2 CCU
> dt-bindings: simplefb-sunxi: add pipelines for DE2
> ARM: sun8i: h3/h5: add DE2 CCU device node for H3
> arm64: allwinner: h5: add compatible string for DE2 CCU
> ARM: sunxi: h3/h5: add simplefb nodes
> dt-bindings: add binding for A64 DE2 CCU SRAM
> arm64: allwinner: a64: add DE2 CCU for A64 SoC
> arm64: allwinner: a64: add simplefb for A64 SoC
Maxime, could you review and, if possible, apply the H3/5
part of this patchset?
Thanks!
Icenowy
>
> .../devicetree/bindings/clock/sun8i-de2.txt | 10 +++-
> .../bindings/display/simple-framebuffer-sunxi.txt | 4 ++
> arch/arm/boot/dts/sun8i-h3.dtsi | 4 ++
> arch/arm/boot/dts/sunxi-h3-h5.dtsi | 43 ++++++++++++++
> arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 65
> ++++++++++++++++++++++
> arch/arm64/boot/dts/allwinner/sun50i-h5.dtsi | 4 ++
> drivers/clk/sunxi-ng/ccu-sun8i-de2.c | 53
> +++++++++++++++++-
> 7 files changed, 178 insertions(+), 5 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-11-02 8:51 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-27 15:06 [PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support Icenowy Zheng
[not found] ` <20171027150658.18509-1-icenowy-h8G6r0blFSE@public.gmane.org>
2017-10-27 15:06 ` [PATCH v2 01/10] dt-bindings: fix the binding of Allwinner DE2 CCU of A83T and H3 Icenowy Zheng
[not found] ` <20171027150658.18509-2-icenowy-h8G6r0blFSE@public.gmane.org>
2017-11-01 21:12 ` Rob Herring
2017-10-27 15:06 ` [PATCH v2 02/10] clk: sunxi-ng: add support for Allwinner H3 DE2 CCU Icenowy Zheng
2017-10-27 15:06 ` [PATCH v2 03/10] clk: sunxi-ng: fix the A64/H5 clock description of " Icenowy Zheng
2017-10-27 15:06 ` [PATCH v2 04/10] dt-bindings: simplefb-sunxi: add pipelines for DE2 Icenowy Zheng
2017-10-27 15:06 ` [PATCH v2 05/10] ARM: sun8i: h3/h5: add DE2 CCU device node for H3 Icenowy Zheng
2017-10-27 15:06 ` [PATCH v2 06/10] arm64: allwinner: h5: add compatible string for DE2 CCU Icenowy Zheng
2017-10-27 15:06 ` [PATCH v2 07/10] ARM: sunxi: h3/h5: add simplefb nodes Icenowy Zheng
2017-10-27 15:06 ` [PATCH v2 08/10] dt-bindings: add binding for A64 DE2 CCU SRAM Icenowy Zheng
2017-11-01 21:11 ` Rob Herring
2017-10-27 15:06 ` [PATCH v2 09/10] arm64: allwinner: a64: add DE2 CCU for A64 SoC Icenowy Zheng
2017-10-27 15:06 ` [PATCH v2 10/10] arm64: allwinner: a64: add simplefb " Icenowy Zheng
2017-10-30 10:44 ` [PATCH v2 00/10] Allwinner H3/H5/A64(DE2) SimpleFB support icenowy-h8G6r0blFSE
2017-11-02 8:51 ` Icenowy Zheng [this message]
[not found] ` <9bca10cc95d04f87a1122bc582402310-h8G6r0blFSE@public.gmane.org>
2017-11-02 15:44 ` Maxime Ripard
2017-11-06 8:40 ` Daniel Vetter
[not found] ` <20171106084043.2vv56w2dmrutz4gn-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org>
2017-11-09 11:17 ` Chris Obbard
2017-11-09 12:15 ` [linux-sunxi] " Maxime Ripard
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=9bca10cc95d04f87a1122bc582402310@aosc.io \
--to=icenowy-h8g6r0blfse@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
--cc=maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=wens-jdAy2FN1RRM@public.gmane.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).