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=-0.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 75ADEC432C3 for ; Fri, 22 Nov 2019 08:14:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4E01720672 for ; Fri, 22 Nov 2019 08:14:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ZwDWMqx+" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726526AbfKVIOx (ORCPT ); Fri, 22 Nov 2019 03:14:53 -0500 Received: from mail-vs1-f66.google.com ([209.85.217.66]:38155 "EHLO mail-vs1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726248AbfKVIOw (ORCPT ); Fri, 22 Nov 2019 03:14:52 -0500 Received: by mail-vs1-f66.google.com with SMTP id u18so4246142vsg.5 for ; Fri, 22 Nov 2019 00:14:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kFTfLz77NfOOoLRcjoRQoDvWTF66Atpx3UZ3GFfFuKk=; b=ZwDWMqx+Nhi1GjLIEgBzGDzcliHIzbVRqH6FsQsZS3QO+ytfBXNLs2DUa758bQdkdh 66Rb4/Vdi7d875DaOKhoxbpjLYWaf87TSMA8tpEP7kinrYYMXfmu+TqSxno3zNOPFxnb taF3ZXVXk9b9/EabAcdMnv3VsekR7jctf7FAlzMwS3G2WjpJFtw444OcwMV0vlF4eJZK PE78xHeCfX5fr2GCXh2wglMMw/bCdh2Zpw4mvFUsJJsTeKvLuN0e4SwQ60kthIwiFLqj Y9E17GJcAzWqbhXPs1AJ1ei9+JDNjX1DKVx8fdlOE1AJcV0vv+3tHgyiAWxazI+fIF3X jEkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kFTfLz77NfOOoLRcjoRQoDvWTF66Atpx3UZ3GFfFuKk=; b=CB/pmYWnMi1HtTMtdscWLx6rpHpxRq7XLbIvrTXZp7X5sYMZ2MC7Y1ZGSXCdx7Yyo8 8y1q5+ICV7j4ucRQI8nWJg55gA6phlb1NzLWrCxVYIA0pZjfnjd005+R1jV0Svh7vp/B LFQY0fUTDYAFKa4tJ3ojP0GHDZgT2RMk7WSMYDBhSDjCxPvgJP/wKJbfxwmZ1iGhWC5d My/SYpzrTYEyTvixh9qTWr7j39wv2Fxwy6O+enldl0GfJmX79RTAN8PEjjCFoR6kf4qf 22vfutvc0Jkf+0BHKPrevkJrZ7IAsHFyliY1aVVDI3jVuPGP5tP2vewv0QVyi0C7yg8s Yq0A== X-Gm-Message-State: APjAAAUFPawjIMXr1tJVhHal3tOQZsg5HlFm1h0pjUPS1C9aya2TOWqF kk1NfW/4aTXFhugXcQuPmXx33TEbehy6ucUI6xTkhA== X-Google-Smtp-Source: APXvYqzK+cyn8m/2M4gYVtla7YFWEf/01wZBxA5Qm1kV1UpsOuvqk37Xn1jmB1PigbuN81mwvRR8Jtk1ZnfSecXaf4I= X-Received: by 2002:a67:5ec1:: with SMTP id s184mr9129478vsb.200.1574410490515; Fri, 22 Nov 2019 00:14:50 -0800 (PST) MIME-Version: 1.0 References: <20191029164438.17012-1-ulf.hansson@linaro.org> In-Reply-To: From: Ulf Hansson Date: Fri, 22 Nov 2019 09:14:14 +0100 Message-ID: Subject: Re: [PATCH v2 00/13] cpuidle: psci: Support hierarchical CPU arrangement To: Lorenzo Pieralisi Cc: 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 , Sudeep Holla Content-Type: text/plain; charset="UTF-8" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Mon, 11 Nov 2019 at 12:00, 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!? Lorenzo, apologize for nagging you about reviewing this series. It seems like both me and Sudeep are now waiting to hear from you, can you please have look. Kind regards Uffe