Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp852227imu; Thu, 3 Jan 2019 08:14:33 -0800 (PST) X-Google-Smtp-Source: ALg8bN7wZjcp+a8d2AzDWn/wSwGS8H0klyk563CPgJKwQkwyAsYcF1RNtbDv4h2vBb0uBfwksqHQ X-Received: by 2002:a63:7e5b:: with SMTP id o27mr17395660pgn.214.1546532073411; Thu, 03 Jan 2019 08:14:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546532073; cv=none; d=google.com; s=arc-20160816; b=sf34NW2zALC3/fZLmlgu0pjrIe/iWKzBDedRM7TUOsvii9wV1ypVrErDsMDUqlV4ls MSAuy+judz1SKvJjn3DzQVnoAm/5QRqGq90AZdYLDLtZPTXVpQu4aLIZAEHmj0FPrWmc OxX1CnGX9u5suJmTguEPzy+Q6EUrV2i/uiMvc9DEFsOe0gvVFJhgMTvnz0V4PEiqvLra ap/gt7cKBOMoKQLFtaupF/nV+Mpc5C7Hq9zrQs20s3CtiSlcGI2in/rfwwHaqdtATFW4 guMpqOYYO3OERwhndr6eZ90bOKgzvESB9cpNO/PiKKeFPxDgTSwY+oPs+k8Aot+eBOy1 XtdA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=nqlyw1nB11vtj17PdDaEPJfVCJ3S5GCQCCyAbM1GQXA=; b=Hw41advGI0BzopFDvRi2NX+7ko9ugbUyvmfe9H6tfaNMFIpOsv6AKQPMCdP9gIypoP jNHDBT2HIhAd3Q012DcgdxjOgNQ47l8Tonz7ChyYj7tGavkww0i+s9w9j0FZQshf3j1X F4fRJAcKff/WSB7MBDdlE879UFtRWbydDXbiBaMDNKdbhWMSO8CTPy7P8DAnaOmgqCTM CL6MvTaiqNGTMAGBEU/OgcuuNE80Dj2puNTRmWmx+4PAIHxXf2IIzSGEY6JBiqDe0Iek EcfxveudkTpBkVxYynNhsaWE5ApH5agsILlj6LcUsNvlxwXkljZZi0b/jjYW5Ld4qE1b rjJQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u184si51477615pgd.262.2019.01.03.08.14.17; Thu, 03 Jan 2019 08:14:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730422AbfACMGS (ORCPT + 99 others); Thu, 3 Jan 2019 07:06:18 -0500 Received: from foss.arm.com ([217.140.101.70]:48050 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729118AbfACMGS (ORCPT ); Thu, 3 Jan 2019 07:06:18 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AFDB9A78; Thu, 3 Jan 2019 04:06:17 -0800 (PST) Received: from e107155-lin (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B65493F5D4; Thu, 3 Jan 2019 04:06:14 -0800 (PST) Date: Thu, 3 Jan 2019 12:06:12 +0000 From: Sudeep Holla To: Ulf Hansson Cc: "Rafael J . Wysocki" , Lorenzo Pieralisi , Mark Rutland , Daniel Lezcano , linux-pm@vger.kernel.org, "Raju P . L . S . S . S . N" , Stephen Boyd , Tony Lindgren , Kevin Hilman , Lina Iyer , Viresh Kumar , Vincent Guittot , Geert Uytterhoeven , Sudeep Holla , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v10 00/27] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM) Message-ID: <20190103120612.GC23511@e107155-lin> References: <20181129174700.16585-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181129174700.16585-1-ulf.hansson@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 29, 2018 at 06:46:33PM +0100, Ulf Hansson wrote: > Over the years this series have been iterated and discussed at various Linux > conferences and LKML. In this new v10, a quite significant amount of changes > have been made to address comments from v8 and v9. A summary is available > below, although let's start with a brand new clarification of the motivation > behind this series. I would like to raise few points, not blockers as such but need to be discussed and resolved before proceeding further. 1. CPU Idle Retention states - How will be deal with flattening (which brings back the DT bindings, i.e. do we have all we need) ? Because today there are no users of this binding yet. I know we all agreed and added after LPC2017 but I am not convinced about flattening with only valid states. - Will domain governor ensure not to enter deeper idles states based on its sub-domain states. E.g.: when CPUs are in retention, so called container/cluster domain can enter retention or below and not power off states. - Is the case of not calling cpu_pm_{enter,exit} handled now ? 2. Now that we have SDM845 which may soon have platform co-ordinated idle support in mainline, I *really* would like to see some power comparison numbers(i.e. PC without cluster idle states). This has been the main theme for most of the discussion on this topic for years and now we are close to have some platform, we need to try. 3. Also, after adding such complexity, we really need a platform with an option to build and upgrade firmware easily. This will help to prevent this being not maintained for long without a platform to test, also avoid adding lots of quirks to deal with broken firmware so that newer platforms deal those issues in the firmware correctly. -- Regards, Sudeep