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 6A40AC432C0 for ; Fri, 22 Nov 2019 08:14:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 37FB92070A for ; Fri, 22 Nov 2019 08:14:52 +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 S1726364AbfKVIOv (ORCPT ); Fri, 22 Nov 2019 03:14:51 -0500 Received: from mail-vs1-f66.google.com ([209.85.217.66]:40866 "EHLO mail-vs1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726248AbfKVIOv (ORCPT ); Fri, 22 Nov 2019 03:14:51 -0500 Received: by mail-vs1-f66.google.com with SMTP id m9so4246401vsq.7 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=j8ImozEw4HNhrW+Tt5Bnwg1xyuX4zYdkqygrho3PxGK7uqH1RyxddpwuA+ayMAni+Q dLWreDJoFBNsEpoVBSwjcHU15a6YmEO03qbCvE+SXBGvE5tidFWLQp1rmCIlxMhqUeYZ 5KdD/k/7poKeIa6GNNwwfgyOHYs9nE9DhcKMTwAIKdcF3j5phG9TiKgK74K1is1QfVmx zeqyMZUg65kJ4QbwvN/r0KIdgyik+JmPdvzRHHUEu+JD7oyC5nnfIkp7Quu69VsSwqTA RhEZ2+1aFfgTa+GDiGIS4YJDsvPewdT09sx/aFx2dhvS+7Afuyf83phUplNcQi3AQ0nE NmyQ== X-Gm-Message-State: APjAAAXFMWkhOz1lRMid3forPUhKw04hCecffa1AejCR4bAIXfvHr2OC gvQw2scI26xQ7j7KHMwlDrN4+wBtxC3Kg/4N4wy6QA== 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-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@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