Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752108AbdFOCzL (ORCPT ); Wed, 14 Jun 2017 22:55:11 -0400 Received: from mail-yw0-f182.google.com ([209.85.161.182]:33373 "EHLO mail-yw0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751888AbdFOCzI (ORCPT ); Wed, 14 Jun 2017 22:55:08 -0400 MIME-Version: 1.0 In-Reply-To: <20170615002358.GD28496@leoy-ThinkPad-T440> References: <20170614082338.15673-1-guodong.xu@linaro.org> <20170614082338.15673-15-guodong.xu@linaro.org> <20170615002358.GD28496@leoy-ThinkPad-T440> From: Guodong Xu Date: Thu, 15 Jun 2017 10:55:07 +0800 Message-ID: Subject: Re: [PATCH v3 14/21] arm64: dts: hi3660: enable idle states To: Leo Yan Cc: Rob Herring , Mark Rutland , "xuwei (O)" , Catalin Marinas , Will Deacon , Kefeng Wang , Xuejiancheng , Peter Griffin , "Chenfeng (puck)" , Lee Jones , Ulf Hansson , Bjorn Helgaas , Arnd Bergmann , Zhangfei Gao , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , linux-arm-kernel , linux-mmc@vger.kernel.org, linux-pci , Daniel Lezcano , Kevin Wang Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1474 Lines: 43 On Thu, Jun 15, 2017 at 8:23 AM, Leo Yan wrote: > On Wed, Jun 14, 2017 at 04:23:31PM +0800, Guodong Xu wrote: >> From: Leo Yan >> >> On Hi3660 there have two clusters, one is CA53 cluster and another is >> CA73 cluster. This two clusters have different idle states separately. >> With Daniel Lezcano's patch (ARM: cpuidle: Support asymmetric idle >> definition), now ARM idle driver can support different clusters with >> different idle states. >> >> Base on this, this patch is to bind two clusters idle states on Hi3660. >> Except the "WFI" states are enabled by default for all CPUs, this patch >> also binds below extra idle states: >> >> - CA53 CPUs have two more states: >> CPU_SLEEP: CPU power off state >> CLUSTER_SLEEP_0: Cluster power off state >> >> - CA73 CPUs have three more states: >> CPU_NAP: CPU retention state >> CPU_SLEEP: CPU power off state >> CLUSTER_SLEEP_1: Cluster power off state > > Hi Guodong, Wei and all, > > As Daniel reminded, this patch is dependent on patch (ARM: cpuidle: > Support asymmetric idle definition) [1] but his patch has not been > finally merged yet. So let us hold on this patch for Daniel's patch > is picked up firstly. > > At the meantime welcome the review and comment for this patch ahead. > Ok, so, I will drop this patch, and resend my patchset as v4. -Guodong > [1] https://patchwork.kernel.org/patch/9781869/ > > [...] > > Thanks, > Leo Yan