From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F089C43331 for ; Mon, 11 Nov 2019 14:31:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2181B21783 for ; Mon, 11 Nov 2019 14:31:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726853AbfKKObT (ORCPT ); Mon, 11 Nov 2019 09:31:19 -0500 Received: from foss.arm.com ([217.140.110.172]:46140 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726912AbfKKObT (ORCPT ); Mon, 11 Nov 2019 09:31:19 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 005A831B; Mon, 11 Nov 2019 06:31:19 -0800 (PST) Received: from bogus (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 196583F52E; Mon, 11 Nov 2019 06:31:16 -0800 (PST) Date: Mon, 11 Nov 2019 14:31:11 +0000 From: Sudeep Holla To: Ulf Hansson Cc: Lorenzo Pieralisi , Rob Herring , Vincent Guittot , Stephen Boyd , Andy Gross , Bjorn Andersson , Kevin Hilman , Linux ARM , linux-arm-msm , Lina Iyer , Daniel Lezcano , "Rafael J . Wysocki" , Mark Rutland , Linux PM Subject: Re: [PATCH v2 00/13] cpuidle: psci: Support hierarchical CPU arrangement Message-ID: <20191111143111.GA10020@bogus> References: <20191029164438.17012-1-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, Nov 11, 2019 at 12:00:52PM +0100, Ulf Hansson wrote: > On Tue, 29 Oct 2019 at 17:44, Ulf Hansson wrote: > > > > Changes in v2: > > - Avoid to affect the non-OSI path with specific changes for OSI. This > > forced me to re-order the series and a caused more or less minor changes > > to most of the patches. > > - Updated the DT bindings for PSCI to clarify and to include the "psci" > > name of the PM domain to attach to. > > - Replaced patch1 with another patch from Sudeep, solving the same > > problem, but in a different way. > > Hi Sudeep and Lorenzo, > > Apologize for nagging you about reviews, again. Can you please have a > look at the new version!? I will take a look later this week, sorry for the delay. -- Regards, Sudeep