From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4EB1236E46D; Mon, 12 Jan 2026 16:55:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768236905; cv=none; b=YXqZxO7xS4WseWwuXh73GQIPWnoU1ZmxeU3os5RYsd1v2VSXxIgkXn5ndw75Rvqdf5xXyCREjBK9O1cTwboZagrFnnwIh5qh7kd1Vdbe/vf7H+hxeyE/Wil81ZFCfDl4hkX84IbgOFE9PDOIEOi32qjdR9sHMbYY2QbwHs5FCmA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768236905; c=relaxed/simple; bh=xTuh/PlmjjN9iikFJhESqaPl3ugVibxFxYaltFM3DPc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tKUqz6w3lTqlJePaErPA6JnZ/1xmSYyweQZC1qEckp1iq8x0PCksxEI2ZO5Z2BWxA70Y3tpwFRUkM6UZ7YH40Ab4JuezM6KbmZ8ng7OIAkhN1iDMHVpXnV0HjRGWVhdk+eS0b17EEGjLhJ+7Y6aPrKkegViV/iFwhVHDutMpmxQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=foss.arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=foss.arm.com 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 CD72B497; Mon, 12 Jan 2026 08:54:56 -0800 (PST) Received: from bogus (e133711.arm.com [10.1.197.51]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 87B723F694; Mon, 12 Jan 2026 08:55:02 -0800 (PST) Date: Mon, 12 Jan 2026 16:55:00 +0000 From: Sudeep Holla To: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Jassi Brar Cc: Adam Young , Sudeep Holla , Robbie King , Huisong Li , Cristian Marussi Subject: Re: [PATCH 0/6] mailbox: pcc: Refactor and improve initialisation and interrupt handling Message-ID: References: <20251016-pcc_mb_updates-v1-0-0fba69616f69@arm.com> <20251127-ancient-baboon-of-opportunity-5f773d@sudeepholla> Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251127-ancient-baboon-of-opportunity-5f773d@sudeepholla> On Thu, Nov 27, 2025 at 02:40:56PM +0000, Sudeep Holla wrote: > Hi Jassi, > > On Thu, Oct 16, 2025 at 08:08:14PM +0100, Sudeep Holla wrote: > > This series refines and stabilizes the PCC mailbox driver to improve > > initialisation order, interrupt handling, and completion signaling. > > > Are you happy to pull these patches directly from the list or do you > prefer me to send you pull request or do you want me to direct this via > ACPI/Rafael's tree. Please advice. > Hi Jassi, Sorry for the nag. I did see these patches in -next as well as your v6.19 merge window pull request which didn't make it to Linus tree. However I don't see it -next any longer. Please advice if you want anything from my side so that this can be merged for v6.20/v7.0 -- Regards, Sudeep