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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B47B0C433FE for ; Mon, 10 Oct 2022 09:22:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NdmyrTo/p8qp1Sbhg0OlIkPlUKkqRRy+F28vFoXVTLQ=; b=Vze1bxcu/uUooZ jPZ+Zamh/ObAcMSTi02UvOoyAr7548y44CmZGwecvqn2qzZfxgI7NV73m31ne8esqZ2S0xiitpw5x by42tbt4huiCS2QXfBRAEls6e3tXoPmymcoHp15gDU7yWu1B8/XgetsrkXRfPQ1CPGII75mJI5RYs KJTfM9IFBP4howO4cq629Fe7cE5n5fkvQ3KdR2lGWjM8ijo27FQjw6kIF/ddvIvLE38RY+ulXIgjJ Zog0Cnq3WqM/63tBJbRZ5J76HGNFC/6PQJ5z3FwQp25OFqPZxqSKnVoj3MityCw9aMtNu2XcDTyuG NUqxX6KHNOspvKv39qLQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ohoz0-000Bdl-JF; Mon, 10 Oct 2022 09:21:58 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ohoyw-000Bbf-U1 for linux-arm-kernel@lists.infradead.org; Mon, 10 Oct 2022 09:21:56 +0000 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 D9BA91480; Mon, 10 Oct 2022 02:21:56 -0700 (PDT) Received: from bogus (unknown [10.57.35.221]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F0A6E3F792; Mon, 10 Oct 2022 02:21:46 -0700 (PDT) Date: Mon, 10 Oct 2022 10:21:44 +0100 From: Sudeep Holla To: "Rafael J. Wysocki" Cc: Cristian Marussi , Sudeep Holla , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, james.quinlan@broadcom.com, Jonathan.Cameron@huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, vincent.guittot@linaro.org, daniel.lezcano@linaro.org, tarek.el-sherbiny@arm.com, adrian.slatineanu@arm.com, souvik.chakravarty@arm.com, wleavitt@marvell.com, wbartczak@marvell.com, dan.carpenter@oracle.com, lukasz.luba@arm.com Subject: Re: [PATCH v2 1/3] powercap: arm_scmi: Add SCMI Powercap based driver Message-ID: <20221010092144.fa2epc57vrjmtigx@bogus> References: <20220906142337.1697569-1-cristian.marussi@arm.com> <20220906142337.1697569-2-cristian.marussi@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221010_022155_057649_41EDFFC0 X-CRM114-Status: GOOD ( 19.29 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Oct 07, 2022 at 05:09:07PM +0200, Rafael J. Wysocki wrote: > On Tue, Sep 6, 2022 at 4:24 PM Cristian Marussi > wrote: > > > > Add a powercap driver that, using the ARM SCMI Protocol to query the SCMI > > platform firmware for the list of existing Powercap domains, registers all > > of such discovered domains under the new 'arm-scmi' powercap control type. > > > > A new simple powercap zone and constraint is registered for all the SCMI > > powercap zones that are found. > > > > Cc: Rafael J. Wysocki > > Cc: linux-pm@vger.kernel.org > > Signed-off-by: Cristian Marussi > > Can you please fold patches [2-3/3] in the series into the first one? > You can add information that fixes from Dan Carpenter are included to > the patch changelog. > > Also I would like the SCMI people to look at this and tell me that it > makes sense to them. > Sorry for that, I have taken a look at this driver in the past and I was OK will it. Clearly I seem to have missed to officially ack it. I will do once Cristian has v3. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel