Re: [PATCH v2 0/5] Hi3660: enable power management features

2018-05-15 Thread Leo Yan
On Tue, May 15, 2018 at 03:50:54PM +0100, Wei Xu wrote:
> 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!

Thanks a lot, Wei.

> Best Regards,
> Wei
> 


Re: [PATCH v2 0/5] Hi3660: enable power management features

2018-05-15 Thread Leo Yan
On Tue, May 15, 2018 at 03:50:54PM +0100, Wei Xu wrote:
> 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!

Thanks a lot, Wei.

> Best Regards,
> Wei
> 


Re: [PATCH v2 0/5] Hi3660: enable power management features

2018-05-15 Thread Wei Xu
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



Re: [PATCH v2 0/5] Hi3660: enable power management features

2018-05-15 Thread Wei Xu
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



[PATCH v2 0/5] Hi3660: enable power management features

2018-05-14 Thread Leo Yan
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(-)

-- 
1.9.1



[PATCH v2 0/5] Hi3660: enable power management features

2018-05-14 Thread Leo Yan
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(-)

-- 
1.9.1