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,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 A465CC433C1 for ; Tue, 23 Mar 2021 09:50:11 +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 48AB461963 for ; Tue, 23 Mar 2021 09:50:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 48AB461963 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=9e27SorRw05TwUbJVzRoKOMSB6WkEV7/ai66827VTz8=; b=cSJ4LgWiio+S7wtJN2ROy+rGs /Wo6B7+4BDi+8b30kzC/u8RabJeEAS8txcRhPlNBACcEEyqO5MfuWEv5kjzpYh4s6GwoD1HOXC0OV V/65z0ibVg1PhZx23VilvJ6j/voZYKi9w9Hv1EdeJaQ0cZF8pTBUENVIIUC0rb7Lonlt/CA17HUbO nzZsnixmLrLgmKUHS0Kb8hxTFya/HQoyzg1lvfLuowtNUdnJDZCLIY2u/87/31H200xeQyJmcyelO Ho7HP00ak4VeI1d4A/hzJuFIIxIDQMskESt/w11QsschpFapsQ/vjN5bgdGcqBJc0R8iwnM+GUA1Z CxeCoVM2g==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lOdeT-00EWBz-2J; Tue, 23 Mar 2021 09:48:41 +0000 Received: from foss.arm.com ([217.140.110.172]) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lOdeO-00EWA1-0a for linux-arm-kernel@lists.infradead.org; Tue, 23 Mar 2021 09:48:38 +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 81BB91042; Tue, 23 Mar 2021 02:48:32 -0700 (PDT) Received: from bogus (unknown [10.57.54.194]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8204F3F719; Tue, 23 Mar 2021 02:48:30 -0700 (PDT) Date: Tue, 23 Mar 2021 09:48:28 +0000 From: Sudeep Holla To: Jonathan Cameron , Jonathan Cameron Cc: Cristian Marussi , Jyoti Bhayana , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, lukasz.luba@arm.com, james.quinlan@broadcom.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, Thara Gopinath , Vincent Guittot , Souvik Chakravarty , Guru Nagarajan , Enrico Granata Subject: Re: [PATCH v7 25/38] iio/scmi: port driver to the new scmi_sensor_proto_ops interface Message-ID: <20210323094828.ldtlzkgd3zc7rlml@bogus> References: <20210316124903.35011-1-cristian.marussi@arm.com> <20210316124903.35011-26-cristian.marussi@arm.com> <20210316222132.GA6875@e120937-lin> <20210318121202.6xf2lqm7udqvla24@bogus> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210318121202.6xf2lqm7udqvla24@bogus> User-Agent: NeoMutt/20171215 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210323_094836_482821_4DDDA862 X-CRM114-Status: GOOD ( 10.76 ) 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 Hi Jonathan, On Thu, Mar 18, 2021 at 12:12:02PM +0000, Sudeep Holla wrote: > On Tue, Mar 16, 2021 at 10:38:43PM -0700, Jyoti Bhayana wrote: > > Hi Christian, > > > > Thanks for the detailed explanation. Sounds good to me. > > > > Can I get official Reviewed-by or Acked-by please if you are fine with the > change ? > I need your ack to this via arm-soc. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel