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=-5.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 958C2C433DB for ; Mon, 8 Mar 2021 11:42:07 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (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 0181965009 for ; Mon, 8 Mar 2021 11:42:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0181965009 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=desiato.20200630; 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=kUS9ywuJNzQqICXUUTzB8iFxoMfGPnsOnJzJTLkbb2M=; b=cFFx0Fwee61Xrr7UzllyIf6Wk XUe9ps1qgyHOcg3R/6OE7VJkEfnOGS/53X3UE3q6kJP6bRAixfrYgwpnmJM+1ccEg1QbD3aP+fKeg TQGq3efi97+qWZDef4xqcarGwHVIvAzTNwFL2bY+XKh/VNtrixF84ReLqORp1RFyNum+DAkT1kMll T3n1LhLRpv3TvOauoaBePifab3G26Iiv25m9H3JlZBOAI4LiC8/roX9n80Gm1yAEz4IWw17SN5552 c4dAvsTJgFRkIspsHlTY3+Ypla6m8FQh+hPjXrhZSdYJ2ntN51v6BJ1fFNwpPbkpzBA+By9EWYj4+ sr6KWD6Wg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lJEFb-00GpCQ-VZ; Mon, 08 Mar 2021 11:40:40 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lJEFZ-00GpBi-HD for linux-arm-kernel@desiato.infradead.org; Mon, 08 Mar 2021 11:40:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=efnKR+p79tf554rSL8apYb5WPJGw26YQuBaYgpXNEyk=; b=pFpgPW/1+R4E7Yuxx9ogFGKMa3 upLAaqyeM/V9MXA2g6ukg0cfVN76bNw4MG6QJQJuMHU1MGXpd+B6XdAe5ieGQ8q0Xz2x4kTAuihPl /J5K7dGdyLsAQHJrbR0IxKK8xeRpBovBG/mYAcFJV0eVLdtX5V5uA1qsFW3mJnREyhDQb787AAgfl taRrdrOuQwmq8Lpn+zJGU4IgCqAzlyDcCkE7cN2bVkiZfvEL6SfkjEfj5cCnjsdaXLXDdJ1kW1+ul h6GexadD1SXz2vR2KGWMiNc85kdswxtHe0vaS4iLPtl/bqcxFQO5OqmMWIIvFWqUtdYyMylruhUQu Qj1VLiqw==; Received: from foss.arm.com ([217.140.110.172]) by casper.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lJEF5-00FPfq-HV for linux-arm-kernel@lists.infradead.org; Mon, 08 Mar 2021 11:40:24 +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 84133D6E; Mon, 8 Mar 2021 03:40:03 -0800 (PST) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A56123F73C; Mon, 8 Mar 2021 03:40:01 -0800 (PST) Date: Mon, 8 Mar 2021 11:39:59 +0000 From: Cristian Marussi To: Sudeep Holla Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, lukasz.luba@arm.com, james.quinlan@broadcom.com, Jonathan.Cameron@Huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, thara.gopinath@linaro.org, vincent.guittot@linaro.org, souvik.chakravarty@arm.com Subject: Re: [PATCH v6 35/37] firmware: arm_scmi: make notify_priv really private Message-ID: <20210308113959.GE30179@e120937-lin> References: <20210202221555.41167-1-cristian.marussi@arm.com> <20210202221555.41167-36-cristian.marussi@arm.com> <20210308061229.csrcamh6fkj3qfoc@bogus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210308061229.csrcamh6fkj3qfoc@bogus> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210308_114009_587262_2A8A7477 X-CRM114-Status: GOOD ( 12.83 ) 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 Mon, Mar 08, 2021 at 06:12:29AM +0000, Sudeep Holla wrote: > On Tue, Feb 02, 2021 at 10:15:53PM +0000, Cristian Marussi wrote: > > Notification private data is currently accessible via handle->notify_priv; > > this data was indeed meant to be private to the notification core support > > and not to be accessible by SCMI drivers: make it private hiding it inside > > instance descriptor struct scmi_info and accessible only via dedicated > > helpers. > > > > Patch 3 - 35 looks good to me. I need to look at last 2 patches again. > So thought of replying instead of keeping you waited. You can start > rebasing once we pull IIO branch from Jonathan. I will keep you posted. > Ok, thanks I'm anyway starting rebasing on bare v5.12-rc2 (locally without posting) and then I'll rebase on top of your pulled Jonathan immutable branch and other cpufreq changes (from Nicola I think they were). Thanks Cristian > -- > Regards, > Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel