From: Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Weiyi Lu <weiyi.lu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Michael Turquette
<mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
Cc: James Liao <jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
Fan Chen <fan.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v5 0/9] Mediatek MT2712 clock and scpsys support
Date: Thu, 19 Oct 2017 19:06:14 +0200 [thread overview]
Message-ID: <e67f2b01-552b-e9b3-6c38-141e3063439d@gmail.com> (raw)
In-Reply-To: <1508381330-3700-1-git-send-email-weiyi.lu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
On 10/19/2017 04:48 AM, Weiyi Lu wrote:
> This series is based on v4.14-rc1 and composed of
> clock control (PATCH 1-4) and scpsys control (PATCH 5-9)
>
> changes since v4:
> - Refine scpsys and infracfg for bus protection by passing
> a boolean flag to determine the register update method.
>
> changes since v3:
> - Rebase to v4.14-rc1.
>
> changes since v2:
> - ensure the clocks used by clocksource driver are registered
> before clocksource init() by using CLK_OF_DECLARE()
> - correct the frequency of clk32k/clkrtc_ext/clkrtc_int
>
> changes since v1:
> - Rebase to v4.13-next-soc.
> - Refine scpsys and infracfg for bus protection.
>
> Weiyi Lu (9):
> dt-bindings: ARM: Mediatek: Document bindings for MT2712
> clk: mediatek: Add dt-bindings for MT2712 clocks
> clk: mediatek: Add MT2712 clock support
Stephen, Mike: are you ok with the patches 1-3 of this series?
If so, then I will take the rest through my tree.
Thanks,
Matthias
> arm: dts: mt2712: Add clock controller device nodes
> dt-bindings: soc: add MT2712 power dt-bindings
> soc: mediatek: extend bus protection API
> soc: mediatek: add dependent clock jpgdec/audio for scpsys
> soc: mediatek: add MT2712 scpsys support
> arm: dts: Add power controller device node of MT2712
>
> .../bindings/arm/mediatek/mediatek,apmixedsys.txt | 1 +
> .../bindings/arm/mediatek/mediatek,bdpsys.txt | 1 +
> .../bindings/arm/mediatek/mediatek,imgsys.txt | 1 +
> .../bindings/arm/mediatek/mediatek,infracfg.txt | 1 +
> .../bindings/arm/mediatek/mediatek,jpgdecsys.txt | 22 +
> .../bindings/arm/mediatek/mediatek,mcucfg.txt | 22 +
> .../bindings/arm/mediatek/mediatek,mfgcfg.txt | 22 +
> .../bindings/arm/mediatek/mediatek,mmsys.txt | 1 +
> .../bindings/arm/mediatek/mediatek,pericfg.txt | 1 +
> .../bindings/arm/mediatek/mediatek,topckgen.txt | 1 +
> .../bindings/arm/mediatek/mediatek,vdecsys.txt | 1 +
> .../bindings/arm/mediatek/mediatek,vencsys.txt | 1 +
> .../devicetree/bindings/soc/mediatek/scpsys.txt | 3 +
> arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 131 ++
> drivers/clk/mediatek/Kconfig | 50 +
> drivers/clk/mediatek/Makefile | 8 +
> drivers/clk/mediatek/clk-mt2712-bdp.c | 102 ++
> drivers/clk/mediatek/clk-mt2712-img.c | 80 ++
> drivers/clk/mediatek/clk-mt2712-jpgdec.c | 76 ++
> drivers/clk/mediatek/clk-mt2712-mfg.c | 75 +
> drivers/clk/mediatek/clk-mt2712-mm.c | 170 +++
> drivers/clk/mediatek/clk-mt2712-vdec.c | 94 ++
> drivers/clk/mediatek/clk-mt2712-venc.c | 77 ++
> drivers/clk/mediatek/clk-mt2712.c | 1435 ++++++++++++++++++++
> drivers/clk/mediatek/clk-mtk.h | 2 +
> drivers/clk/mediatek/clk-pll.c | 13 +-
> drivers/soc/mediatek/mtk-infracfg.c | 24 +-
> drivers/soc/mediatek/mtk-scpsys.c | 140 +-
> include/dt-bindings/clock/mt2712-clk.h | 427 ++++++
> include/dt-bindings/power/mt2712-power.h | 26 +
> include/linux/soc/mediatek/infracfg.h | 7 +-
> 31 files changed, 2991 insertions(+), 24 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,jpgdecsys.txt
> create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,mcucfg.txt
> create mode 100644 Documentation/devicetree/bindings/arm/mediatek/mediatek,mfgcfg.txt
> create mode 100644 drivers/clk/mediatek/clk-mt2712-bdp.c
> create mode 100644 drivers/clk/mediatek/clk-mt2712-img.c
> create mode 100644 drivers/clk/mediatek/clk-mt2712-jpgdec.c
> create mode 100644 drivers/clk/mediatek/clk-mt2712-mfg.c
> create mode 100644 drivers/clk/mediatek/clk-mt2712-mm.c
> create mode 100644 drivers/clk/mediatek/clk-mt2712-vdec.c
> create mode 100644 drivers/clk/mediatek/clk-mt2712-venc.c
> create mode 100644 drivers/clk/mediatek/clk-mt2712.c
> create mode 100644 include/dt-bindings/clock/mt2712-clk.h
> create mode 100644 include/dt-bindings/power/mt2712-power.h
>
--
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-10-19 17:06 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-19 2:48 [PATCH v5 0/9] Mediatek MT2712 clock and scpsys support Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 1/9] dt-bindings: ARM: Mediatek: Document bindings for MT2712 Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 2/9] clk: mediatek: Add dt-bindings for MT2712 clocks Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 3/9] clk: mediatek: Add MT2712 clock support Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 4/9] arm: dts: mt2712: Add clock controller device nodes Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 5/9] dt-bindings: soc: add MT2712 power dt-bindings Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 6/9] soc: mediatek: extend bus protection API Weiyi Lu
2017-10-19 17:20 ` Matthias Brugger
2017-10-19 2:48 ` [PATCH v5 8/9] soc: mediatek: add MT2712 scpsys support Weiyi Lu
[not found] ` <1508381330-3700-1-git-send-email-weiyi.lu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-10-19 2:48 ` [PATCH v5 7/9] soc: mediatek: add dependent clock jpgdec/audio for scpsys Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 9/9] arm: dts: Add power controller device node of MT2712 Weiyi Lu
2017-10-19 17:06 ` Matthias Brugger [this message]
2017-10-24 8:38 ` [PATCH v5 0/9] Mediatek MT2712 clock and scpsys support Stephen Boyd
[not found] ` <20171024083830.GD15990-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2017-10-25 8:38 ` Matthias Brugger
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=e67f2b01-552b-e9b3-6c38-141e3063439d@gmail.com \
--to=matthias.bgg-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=fan.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@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-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=weiyi.lu-NuS5LvNUpcJWk0Htik3J/w@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).