Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1604994pxb; Mon, 11 Oct 2021 09:19:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7ukMwAknZz6KA8s7N1K9AL/ND3h3+lovg9mlxMmDSJAnSCKsYIvK6cZRxjdK6py3wFTk7 X-Received: by 2002:a17:906:9241:: with SMTP id c1mr27659640ejx.125.1633969169081; Mon, 11 Oct 2021 09:19:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1633969169; cv=none; d=google.com; s=arc-20160816; b=MV2CDihCqeu+AigZcGlN52d09oc/32OonDFegkBFuESDccb8gX/1PMHdHytZorEAiQ 9oaAbnNYEBN8yVqkBj8gKfVKYLTX4h5AkQidI5j8GM5OVwL63hHsM1LmerUFiYNv72yY YnTc/AIrUR00JISGaJNSnqvqpKf6Qcnk5OkbBR9aiBzUGzIXxBUKQsYZdjgEJjMTHZKJ vlIAE3I+lYpCc+615MKz5GQkGEsVCkMFQvWm2NX4a2WoG+84ZleGkjCPdsPBmFmrYYhS g3rMeELD3vBCm4FHelgl0zklSaadp8NM37kQLQDBvsdmy9h1fauuA/TIVTcfL3kXTx37 VdqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=/Vlin5GYxceXg80YOWhlPxETy/s5lC1mA/1YgYw2Lnk=; b=TEp6QaYjiQpun2gJQVWxqsl5EmoVDysSVjD1WHOJO2U2NzXcOy/xPY3VrEFRkgkSQP 5pzyq86Yeuo2jN4qzMatyNM//+Qu2ubCCNYWOk6uQLTrwLBAOocy2HFLfAn9XyfMIgPW DIyjhg45owe9zeAnncCvhZaPGBC8CeXi6v8xpmNLK0f6VsrSFAsiSaOICdcc+iNI3l0Y LYiSQH8mMp4nEGQPBbNFpF02F3aEdsfBz7+k57FWAJZAsYP65rlsCHSKiIXLTMS75gYz Uw63Ox88wrAtmXIziNfAL/652sCK6nxviyoAGCaJPBmEQqqsVLCKYgK20Qi2EDZkX5mv Wwnw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id hh20si16097617ejb.10.2021.10.11.09.19.05; Mon, 11 Oct 2021 09:19:29 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235767AbhJKKKE (ORCPT + 99 others); Mon, 11 Oct 2021 06:10:04 -0400 Received: from foss.arm.com ([217.140.110.172]:42322 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235695AbhJKKKD (ORCPT ); Mon, 11 Oct 2021 06:10:03 -0400 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 750541FB; Mon, 11 Oct 2021 03:08:03 -0700 (PDT) Received: from bogus (unknown [10.57.21.181]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 195683F66F; Mon, 11 Oct 2021 03:08:00 -0700 (PDT) Date: Mon, 11 Oct 2021 11:07:15 +0100 From: Sudeep Holla To: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Cristian Marussi , "Rafael J . Wysocki" , Jassi Brar , Jean Delvare , Guenter Roeck , Wolfram Sang , linux-hwmon@vger.kernel.org, linux-i2c@vger.kernel.org Subject: Re: [PATCH v2 07/14] mailbox: pcc: Use PCC mailbox channel pointer instead of standard Message-ID: <20211011100715.yhi4pmre6h2nglfc@bogus> References: <20210917133357.1911092-1-sudeep.holla@arm.com> <20210917133357.1911092-8-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210917133357.1911092-8-sudeep.holla@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Guenter, On Fri, Sep 17, 2021 at 02:33:50PM +0100, Sudeep Holla wrote: > Now that we have all the shared memory region information populated in > the pcc_mbox_chan, let us propagate the pointer to the same as the > return value to pcc_mbox_request channel. > > This eliminates the need for the individual users of PCC mailbox to > parse the PCCT subspace entries and fetch the shmem information. This > also eliminates the need for PCC mailbox controller to set con_priv to > PCCT subspace entries. This is required as con_priv is private to the > controller driver to attach private data associated with the channel and > not meant to be used by the mailbox client/users. > > Let us convert all the users of pcc_mbox_{request,free}_channel to use > new interface. > > Cc: Jean Delvare > Cc: Guenter Roeck Any objections ? If you are OK, can I have your ack so that the series can go in one go. -- Regards, Sudeep