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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 CE8BFC43219 for ; Wed, 1 May 2019 10:42:17 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9EF5621743 for ; Wed, 1 May 2019 10:42:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jdUrZYMq" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9EF5621743 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rjwysocki.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=a72I7UgTLQiacoBbmKfcMzLFoiAYItiNjbit/00tTiA=; b=jdUrZYMq2pAecq 6K8HZFllp/fuJ+IB8BjPPL/GAbAfJi+6UnwEzBuCZ2nskQLP6jp1EAUBk0g/Z6eelYD0OaUqboueT Vk/gfVqgyTCcZxMqImitPqtP0ivuDRTQBuWt0HUIYflpJ+gtAyrBatVvNjaQOwTzIDXhNlmm9tBUv +PEL6Dh89eeIfBijAbNYrHJtjrrvbGXMX9AWLgaEl1zHN87LPi75TeYwfRrr0Kg20ybHhZr2hbLOi tjg9Dp92REG7UELIua1PyuwGu5mxQ0CZW994R2DdqlI/aEwsRDq9he6O4SmCCYncVyvdKmpD4AgfE P6/wzGwGXvWNdwmB4+rg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hLmgq-0006fp-Rv; Wed, 01 May 2019 10:42:16 +0000 Received: from cloudserver094114.home.pl ([79.96.170.134]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hLmgo-0006fR-4S for linux-arm-kernel@lists.infradead.org; Wed, 01 May 2019 10:42:15 +0000 Received: from 79.184.254.69.ipv4.supernova.orange.pl (79.184.254.69) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 399cf859464cc529; Wed, 1 May 2019 12:42:12 +0200 From: "Rafael J. Wysocki" To: "Rafael J. Wysocki" Subject: Re: [PATCH 0/4] PM / Domains: Improve support for CPUs in genpd Date: Wed, 01 May 2019 12:42:11 +0200 Message-ID: <1669333.3pGjfQS6y6@kreacher> In-Reply-To: References: <20190425090413.10700-1-ulf.hansson@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190501_034214_337870_B43838D6 X-CRM114-Status: GOOD ( 16.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ulf Hansson , Rajendra Nayak , Linux PM , Stephen Boyd , Viresh Kumar , Daniel Lezcano , Kevin Hilman , Lina Iyer , Linux Kernel Mailing List , Tony Lindgren , Niklas Cassel , "Raju P . L . S . S . S . N" , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thursday, April 25, 2019 12:32:24 PM CEST Rafael J. Wysocki wrote: > On Thu, Apr 25, 2019 at 12:17 PM Ulf Hansson wrote: > > > > On Thu, 25 Apr 2019 at 12:14, Rafael J. Wysocki wrote: > > > > > > On Thu, Apr 25, 2019 at 12:11 PM Ulf Hansson wrote: > > > > > > > > On Thu, 25 Apr 2019 at 11:56, Rafael J. Wysocki wrote: > > > > > > > > > > On Thu, Apr 25, 2019 at 11:04 AM Ulf Hansson wrote: > > > > > > > > > > > > Recently genpd was extended to cope with devices belonging to CPUs. However, > > > > > > attaching CPU devices via genpd_dev_pm_attach_by_id|name() doesn't work, > > > > > > because of the virtual device that genpd allocates in this path. > > > > > > > > > > > > In this series, this limitation is addressed, together with a few other related > > > > > > fixes/cleanups. > > > > > > > > > > > > Ulf Hansson (4): > > > > > > PM / Domains: Use the base device for > > > > > > driver_deferred_probe_check_state() > > > > > > PM / Domains: Drop unused in-parameter to some genpd functions > > > > > > PM / Domains: Search for the CPU device outside the genpd lock > > > > > > PM / Domains: Allow to attach a CPU via > > > > > > genpd_dev_pm_attach_by_id|name() > > > > > > > > > > > > drivers/base/power/domain.c | 73 ++++++++++++++++++------------------- > > > > > > include/linux/pm_domain.h | 1 + > > > > > > 2 files changed, 36 insertions(+), 38 deletions(-) > > > > > > > > > > Are there any dependencies between this and the series you've recently posted? > > > > > > > > Yep. I should have stated that, sorry. This should be applied on top. > > > > > > On top of which series? > > > > [PATCH 0/3] PM / Domains: Improve support for multi PM domains > > > > and > > > > [PATCH v13 0/4] PM / Domains: Support hierarchical CPU arrangement (PSCI/ARM) > > OK, thanks! > This series has been applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel