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 4DE1A1E4AB; Mon, 3 Jun 2024 13:46:42 +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=1717422403; cv=none; b=g/p1tut8CTiPq/sExAElTJ79m/iNE0wNSz7BxfyicfhLOptqWjdOySmYdsqs9nEcym0L5J7BVWFWGkhX+RNXGzx9XaMKEITr3W6IKZxLEzG72Ao0dG8k034Tbx+81251l5VhxLFWPMesxfWyvZsJbxs/4dDijH5MYgd1J82r0pg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717422403; c=relaxed/simple; bh=XRP1xecKexsIISxwWxTr4YF0cg8wVxRNcwh8O3EOjk8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rufPsiowxiCpPyEuNssHJfhGuEfXi5ukyFATrbWVqepdyZMUrhI8aNWGMRwmjynhKV3cmjrFCrkAfzXwZHf/aCm2HrLEd6POgqveLeKuOoL3sfcvWe3/1e9PRwa2k2sonlmQjj440CI2X6i6sO/dyZgGHA2InKhapKWGidhEvhg= 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 D2E851042; Mon, 3 Jun 2024 06:47:05 -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 F09023F64C; Mon, 3 Jun 2024 06:46:38 -0700 (PDT) Date: Mon, 3 Jun 2024 14:46:36 +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 2/3] pinctrl: scmi: add blocklist Message-ID: References: <20240521-pinctrl-scmi-imx95-v1-0-9a1175d735fd@nxp.com> <20240521-pinctrl-scmi-imx95-v1-2-9a1175d735fd@nxp.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20240521-pinctrl-scmi-imx95-v1-2-9a1175d735fd@nxp.com> On Tue, May 21, 2024 at 02:25:58PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX95 will have its own pinctrl scmi driver, so need block > pinctrl-scmi driver for i.MX95, otherwise there will be two pinctrl > devices for a single scmi protocol@19. > I am not happy with NXP's we will use SCMI but in our own custom way. So take one last change to crib about it and hence reluctantly, Acked-by: Sudeep Holla -- Regards, Sudeep