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 EFF751514E5; Mon, 13 May 2024 13:24:44 +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=1715606686; cv=none; b=Dyn1Z+ZlL8seiVX2A//Q+WaC7hfVfZaHoUOsEtAY+DGX6D6HME257LTqWC6CWMV+9QkbIn7iPEWLtOmsu6YYGglS2IyMQS33mKF1SiwOaJK33P7kqUS+BQ3TnmYpS+qQUfyvEFYTB4/g85sdaylh2r9UIfQiWYbcXCuRkhjFSOY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715606686; c=relaxed/simple; bh=/0f/9NJPEz9XROE4twEmI/N9FBspLI3sqJzJ1VENxgk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WfF5SfQv9bewzbHjBgYgdwBqraYF2s7CL/BLUwfaHonaztBJBOLZ4g2Mj2yaczUZw75Fm375YHpPqLJQHG7gTpmuuPMKLN6RbGa8ASJnJi1KqqfF+Ot/xo1+C/qnQwWAhM1rWivGXV5oXao/kYS2TytIJWAjXg8He74NytfX1Bo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=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=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 9FAB91007; Mon, 13 May 2024 06:25:09 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1B8603F7A6; Mon, 13 May 2024 06:24:42 -0700 (PDT) Date: Mon, 13 May 2024 14:24:39 +0100 From: Sudeep Holla To: "Peng Fan (OSS)" Cc: Cristian Marussi , Rob Herring , Sudeep Holla , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Linus Walleij , Dong Aisheng , Jacky Bai , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-gpio@vger.kernel.org, Peng Fan Subject: Re: [PATCH v6 0/3] pinctrl: scmi: support i.MX95 OEM extensions Message-ID: References: <20240513-pinctrl-scmi-oem-v3-v6-0-904975c99cc4@nxp.com> Precedence: bulk X-Mailing-List: devicetree@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: <20240513-pinctrl-scmi-oem-v3-v6-0-904975c99cc4@nxp.com> On Mon, May 13, 2024 at 07:45:23PM +0800, Peng Fan (OSS) wrote: > Hi Sudeep, Linus > Is it possible for you to pick up this patchset earlier if no major > comments? > FYI, it is the start of the merge window for v6.10. Any new feature planned to be merged for v6.10 must be already in linux-next and anything else need to wait for v6.11. In short, this is not a v6.10 material and please wait until -rc1. -- Regards, Sudeep