From: Stephen Boyd <sboyd@codeaurora.org>
To: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Weiyi Lu <weiyi.lu@mediatek.com>, Rob Herring <robh@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
James Liao <jamesjj.liao@mediatek.com>,
Fan Chen <fan.chen@mediatek.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-clk@vger.kernel.org, srv_heupstream@mediatek.com
Subject: Re: [PATCH v5 0/9] Mediatek MT2712 clock and scpsys support
Date: Tue, 24 Oct 2017 01:38:30 -0700 [thread overview]
Message-ID: <20171024083830.GD15990@codeaurora.org> (raw)
In-Reply-To: <e67f2b01-552b-e9b3-6c38-141e3063439d@gmail.com>
On 10/19, Matthias Brugger wrote:
>
>
> 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.
>
Do you need a branch for headers? I'm see there's a v6 so I'll
review that one.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/9] Mediatek MT2712 clock and scpsys support
Date: Tue, 24 Oct 2017 01:38:30 -0700 [thread overview]
Message-ID: <20171024083830.GD15990@codeaurora.org> (raw)
In-Reply-To: <e67f2b01-552b-e9b3-6c38-141e3063439d@gmail.com>
On 10/19, Matthias Brugger wrote:
>
>
> 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.
>
Do you need a branch for headers? I'm see there's a v6 so I'll
review that one.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2017-10-24 8:38 UTC|newest]
Thread overview: 42+ 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 ` Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 2:48 ` 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 ` Weiyi Lu
2017-10-19 2:48 ` 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 ` Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 3/9] clk: mediatek: Add MT2712 clock support Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 2:48 ` 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 ` Weiyi Lu
2017-10-19 2:48 ` 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 ` Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 6/9] soc: mediatek: extend bus protection API Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 17:20 ` Matthias Brugger
2017-10-19 17:20 ` Matthias Brugger
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 ` Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 2:48 ` [PATCH v5 8/9] soc: mediatek: add MT2712 scpsys support Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 2:48 ` 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 2:48 ` Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 2:48 ` Weiyi Lu
2017-10-19 17:06 ` [PATCH v5 0/9] Mediatek MT2712 clock and scpsys support Matthias Brugger
2017-10-19 17:06 ` Matthias Brugger
2017-10-19 17:06 ` Matthias Brugger
2017-10-24 8:38 ` Stephen Boyd [this message]
2017-10-24 8:38 ` Stephen Boyd
2017-10-25 8:38 ` Matthias Brugger
2017-10-25 8:38 ` Matthias Brugger
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=20171024083830.GD15990@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=devicetree@vger.kernel.org \
--cc=fan.chen@mediatek.com \
--cc=jamesjj.liao@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=srv_heupstream@mediatek.com \
--cc=weiyi.lu@mediatek.com \
/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.