From: Wei Xu <xuwei5@hisilicon.com>
To: Leo Yan <leo.yan@linaro.org>, Rob Herring <robh+dt@kernel.org>,
"Mark Rutland" <mark.rutland@arm.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Jassi Brar <jassisinghbrar@gmail.com>,
"Arnd Bergmann" <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<linux-clk@vger.kernel.org>
Subject: Re: [PATCH v2 0/5] Hi3660: enable power management features
Date: Tue, 15 May 2018 15:50:54 +0100 [thread overview]
Message-ID: <5AFAF3CE.70601@hisilicon.com> (raw)
In-Reply-To: <1526352795-6991-1-git-send-email-leo.yan@linaro.org>
Hi Leo,
On 2018/5/15 3:53, Leo Yan wrote:
> Since hi3660 drivers have been merged into Linux kernel (mailbox driver is in
> Linux-next branch and other drivers are existed in Linux mainline kernel), so
> this patch series is to enable power management features on hi3660.
>
> This patch series includes device tree binding for mailbox, stub clock and CPU
> OPPs, and has one patch to consolidate the Kconfigs for driver modules.
>
> This patch set have been tested on Hikey960 and also verified the patch 'hisi:
> Consolidate the Kconfigs for the CLOCK_STUB and the MAILBOX' for Hikey620.
>
> Changes from v1:
> * Changed patch subject from "dts: arm64: hi3660" to "arm64: dts: hi3660".
>
>
> Daniel Lezcano (1):
> hisi: Consolidate the Kconfigs for the CLOCK_STUB and the MAILBOX
>
> Kaihua Zhong (2):
> arm64: dts: hi3660: Add mailbox node
> arm64: dts: hi3660: Add stub clock node
>
> Leo Yan (1):
> arm64: dts: hi3660: Add CPU frequency scaling support
>
> Tao Wang (1):
> arm64: dts: hi3660: Add thermal cooling management
>
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 145 ++++++++++++++++++++++++++++++
> arch/arm64/configs/defconfig | 1 -
> drivers/clk/hisilicon/Kconfig | 13 +--
> drivers/mailbox/Kconfig | 12 ++-
> 4 files changed, 161 insertions(+), 10 deletions(-)
>
Applied patch 1 to 4.
Thanks!
Best Regards,
Wei
WARNING: multiple messages have this Message-ID (diff)
From: xuwei5@hisilicon.com (Wei Xu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] Hi3660: enable power management features
Date: Tue, 15 May 2018 15:50:54 +0100 [thread overview]
Message-ID: <5AFAF3CE.70601@hisilicon.com> (raw)
In-Reply-To: <1526352795-6991-1-git-send-email-leo.yan@linaro.org>
Hi Leo,
On 2018/5/15 3:53, Leo Yan wrote:
> Since hi3660 drivers have been merged into Linux kernel (mailbox driver is in
> Linux-next branch and other drivers are existed in Linux mainline kernel), so
> this patch series is to enable power management features on hi3660.
>
> This patch series includes device tree binding for mailbox, stub clock and CPU
> OPPs, and has one patch to consolidate the Kconfigs for driver modules.
>
> This patch set have been tested on Hikey960 and also verified the patch 'hisi:
> Consolidate the Kconfigs for the CLOCK_STUB and the MAILBOX' for Hikey620.
>
> Changes from v1:
> * Changed patch subject from "dts: arm64: hi3660" to "arm64: dts: hi3660".
>
>
> Daniel Lezcano (1):
> hisi: Consolidate the Kconfigs for the CLOCK_STUB and the MAILBOX
>
> Kaihua Zhong (2):
> arm64: dts: hi3660: Add mailbox node
> arm64: dts: hi3660: Add stub clock node
>
> Leo Yan (1):
> arm64: dts: hi3660: Add CPU frequency scaling support
>
> Tao Wang (1):
> arm64: dts: hi3660: Add thermal cooling management
>
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 145 ++++++++++++++++++++++++++++++
> arch/arm64/configs/defconfig | 1 -
> drivers/clk/hisilicon/Kconfig | 13 +--
> drivers/mailbox/Kconfig | 12 ++-
> 4 files changed, 161 insertions(+), 10 deletions(-)
>
Applied patch 1 to 4.
Thanks!
Best Regards,
Wei
WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: Leo Yan <leo.yan@linaro.org>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Jassi Brar <jassisinghbrar@gmail.com>,
Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org
Subject: Re: [PATCH v2 0/5] Hi3660: enable power management features
Date: Tue, 15 May 2018 15:50:54 +0100 [thread overview]
Message-ID: <5AFAF3CE.70601@hisilicon.com> (raw)
In-Reply-To: <1526352795-6991-1-git-send-email-leo.yan@linaro.org>
Hi Leo,
On 2018/5/15 3:53, Leo Yan wrote:
> Since hi3660 drivers have been merged into Linux kernel (mailbox driver is in
> Linux-next branch and other drivers are existed in Linux mainline kernel), so
> this patch series is to enable power management features on hi3660.
>
> This patch series includes device tree binding for mailbox, stub clock and CPU
> OPPs, and has one patch to consolidate the Kconfigs for driver modules.
>
> This patch set have been tested on Hikey960 and also verified the patch 'hisi:
> Consolidate the Kconfigs for the CLOCK_STUB and the MAILBOX' for Hikey620.
>
> Changes from v1:
> * Changed patch subject from "dts: arm64: hi3660" to "arm64: dts: hi3660".
>
>
> Daniel Lezcano (1):
> hisi: Consolidate the Kconfigs for the CLOCK_STUB and the MAILBOX
>
> Kaihua Zhong (2):
> arm64: dts: hi3660: Add mailbox node
> arm64: dts: hi3660: Add stub clock node
>
> Leo Yan (1):
> arm64: dts: hi3660: Add CPU frequency scaling support
>
> Tao Wang (1):
> arm64: dts: hi3660: Add thermal cooling management
>
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 145 ++++++++++++++++++++++++++++++
> arch/arm64/configs/defconfig | 1 -
> drivers/clk/hisilicon/Kconfig | 13 +--
> drivers/mailbox/Kconfig | 12 ++-
> 4 files changed, 161 insertions(+), 10 deletions(-)
>
Applied patch 1 to 4.
Thanks!
Best Regards,
Wei
next prev parent reply other threads:[~2018-05-15 14:50 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-15 2:53 [PATCH v2 0/5] Hi3660: enable power management features Leo Yan
2018-05-15 2:53 ` Leo Yan
2018-05-15 2:53 ` [PATCH v2 1/5] arm64: dts: hi3660: Add mailbox node Leo Yan
2018-05-15 2:53 ` Leo Yan
2018-05-15 2:53 ` [PATCH v2 2/5] arm64: dts: hi3660: Add stub clock node Leo Yan
2018-05-15 2:53 ` Leo Yan
2018-05-15 2:53 ` [PATCH v2 3/5] arm64: dts: hi3660: Add CPU frequency scaling support Leo Yan
2018-05-15 2:53 ` Leo Yan
2018-05-15 2:53 ` [PATCH v2 4/5] arm64: dts: hi3660: Add thermal cooling management Leo Yan
2018-05-15 2:53 ` Leo Yan
2018-05-15 2:53 ` [PATCH v2 5/5] hisi: Consolidate the Kconfigs for the CLOCK_STUB and the MAILBOX Leo Yan
2018-05-15 2:53 ` Leo Yan
2018-05-15 8:23 ` Wei Xu
2018-05-15 8:23 ` Wei Xu
2018-05-15 8:23 ` Wei Xu
2018-05-15 14:50 ` Wei Xu [this message]
2018-05-15 14:50 ` [PATCH v2 0/5] Hi3660: enable power management features Wei Xu
2018-05-15 14:50 ` Wei Xu
2018-05-15 14:54 ` Leo Yan
2018-05-15 14:54 ` Leo Yan
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=5AFAF3CE.70601@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=arnd@arndb.de \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=leo.yan@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=olof@lixom.net \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.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.