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.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT 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 8D726C169C4 for ; Wed, 6 Feb 2019 13:59:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5A4C82186A for ; Wed, 6 Feb 2019 13:59:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729557AbfBFN7U (ORCPT ); Wed, 6 Feb 2019 08:59:20 -0500 Received: from foss.arm.com ([217.140.101.70]:53398 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727262AbfBFN7U (ORCPT ); Wed, 6 Feb 2019 08:59:20 -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 F36A980D; Wed, 6 Feb 2019 05:59:19 -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 56FAA3F557; Wed, 6 Feb 2019 05:59:18 -0800 (PST) Date: Wed, 6 Feb 2019 13:59:09 +0000 From: Sudeep Holla To: "Rafael J. Wysocki" Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Jisheng Zhang , Steve Longerbeam , Eugeniu Rosca , Joshua Frkuska , Greg Kroah-Hartman , Sudeep Holla Subject: Re: [RFC PATCH] drivers core: cpu: add hotplug callback to update cpu_dev state to resumed Message-ID: <20190206135909.GA24335@e107155-lin> References: <20190125130701.GA855@vmlxhi-102.adit-jv.com> <20190131160559.GA32759@e107155-lin> <20190204153720.GA24131@e107155-lin> <2477683.mi0XWuPk1d@aspire.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2477683.mi0XWuPk1d@aspire.rjw.lan> 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 Wed, Feb 06, 2019 at 11:31:04AM +0100, Rafael J. Wysocki wrote: > On Monday, February 4, 2019 4:37:20 PM CET Sudeep Holla wrote: > > > > Sorry for the nag, since the title has RFC, thought there are chances of > > this getting lost. Let me know if the below idea aligns with your suggestion ? > > RFC would be fine, but Patchwork doesn't pick up patches posted as replies > in the middle of a thread. :-) > I completely understand and I had intentions to post it as a patch so that patchwork sees it. Just wanted to check if I align well with what you suggested. > Yes, this is basically what I suggested, please post. > Thanks for confirming. I will post the patch shortly. -- Regards, Sudeep