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 4F0E3128811; Mon, 26 Feb 2024 15:17:15 +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=1708960637; cv=none; b=PfE+tfCTc+XEC+IMOF2yqynanuV/alqPvIuQu/cPqPKRwRZAP4p1MFJrrOukGIMug2jZTdFrzoTunbJvgiRwiK63OdUFs3ceY2Bwt2LKYqK//ANG7GgJDjcqXq7r6kUtYmihZ4ENQHGsDtQ3OJgZG4obJUtsdre//QupH8tBnXI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708960637; c=relaxed/simple; bh=09HsgNF9nVk+pfhzUS+EWxSsgRTQA1ssEWqc69aOPkE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=B6/DqdmR+ifHbxcU0FUzhVQK/KBiPJzRfWqdinb4gD7YNYqcreIFMmYgJk6fZ09mM4g9PQlPXh50WaMmX5hLj5tJK1xi5nq3AmoQmLY+9DEihwRbDV/F42jRrh4Pg8kdPqA2VWoS5KcmJyuQhtW5sLn2KSe4L65iFNoPdV1pU3U= 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 0BA17DA7; Mon, 26 Feb 2024 07:17:52 -0800 (PST) Received: from pluto (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E4C783F762; Mon, 26 Feb 2024 07:17:10 -0800 (PST) Date: Mon, 26 Feb 2024 15:17:08 +0000 From: Cristian Marussi To: Peng Fan Cc: "Peng Fan (OSS)" , "sudeep.holla@arm.com" , "linus.walleij@linaro.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-gpio@vger.kernel.org" , Aisheng Dong , Nitin Garg , Ranjani Vaidyanathan , Ye Li Subject: Re: [PATCH] pinctrl: scmi: support i.MX OEM pin configuration type Message-ID: References: <20240223071557.2681316-1-peng.fan@oss.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: On Mon, Feb 26, 2024 at 01:16:51PM +0000, Peng Fan wrote: > Hi Linus, Sudeep, Cristian, > > > Subject: [PATCH] pinctrl: scmi: support i.MX OEM pin configuration type > > Sorry to ping early, but this impacts the design and i.MX95 SoC upstream( > although I removed pinctrl to let uboot init pinmux as of now), so I would > like see whether are you ok with the approach or not. This is the best as > of now I could think out to not adding more size to firmware and make the > dts format similar as previous i.MX. > I'll let Linus and Sudeep argument better, but, for my understanding, does this solve all the issue with supporting custom iMX DT pinctrl bindings on top of the current SCMI pinctrl generic driver without the need of your last 2 downstream patches, or I am missing somethimg? Thanks, Cristian