linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver
@ 2024-07-15 12:36 Peng Fan (OSS)
  2024-08-06 15:03 ` Peng Fan
  2024-08-12  3:40 ` Shawn Guo
  0 siblings, 2 replies; 5+ messages in thread
From: Peng Fan (OSS) @ 2024-07-15 12:36 UTC (permalink / raw)
  To: shawnguo, s.hauer
  Cc: kernel, festevam, linux-arm-kernel, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7d32fca64996..764d9b6ade3f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -581,6 +581,7 @@ CONFIG_PINCTRL_SINGLE=y
 CONFIG_PINCTRL_OWL=y
 CONFIG_PINCTRL_S700=y
 CONFIG_PINCTRL_S900=y
+CONFIG_PINCTRL_IMX_SCMI=y
 CONFIG_PINCTRL_IMX8MM=y
 CONFIG_PINCTRL_IMX8MN=y
 CONFIG_PINCTRL_IMX8MP=y
-- 
2.37.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* RE: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver
  2024-07-15 12:36 [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver Peng Fan (OSS)
@ 2024-08-06 15:03 ` Peng Fan
  2024-08-12  3:40 ` Shawn Guo
  1 sibling, 0 replies; 5+ messages in thread
From: Peng Fan @ 2024-08-06 15:03 UTC (permalink / raw)
  To: Peng Fan (OSS), shawnguo@kernel.org, s.hauer@pengutronix.de
  Cc: kernel@pengutronix.de, festevam@gmail.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org

Hi Shawn,

> Subject: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver

Is this patch good to you?

Thanks,
Peng.

> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig
> b/arch/arm64/configs/defconfig index 7d32fca64996..764d9b6ade3f
> 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -581,6 +581,7 @@ CONFIG_PINCTRL_SINGLE=y
> CONFIG_PINCTRL_OWL=y  CONFIG_PINCTRL_S700=y
> CONFIG_PINCTRL_S900=y
> +CONFIG_PINCTRL_IMX_SCMI=y
>  CONFIG_PINCTRL_IMX8MM=y
>  CONFIG_PINCTRL_IMX8MN=y
>  CONFIG_PINCTRL_IMX8MP=y
> --
> 2.37.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver
  2024-07-15 12:36 [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver Peng Fan (OSS)
  2024-08-06 15:03 ` Peng Fan
@ 2024-08-12  3:40 ` Shawn Guo
  2024-08-14  2:29   ` Peng Fan
  1 sibling, 1 reply; 5+ messages in thread
From: Shawn Guo @ 2024-08-12  3:40 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: shawnguo, s.hauer, kernel, festevam, linux-arm-kernel,
	linux-kernel, Peng Fan

On Mon, Jul 15, 2024 at 08:36:35PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks!



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver
  2024-08-12  3:40 ` Shawn Guo
@ 2024-08-14  2:29   ` Peng Fan
  2024-08-28  1:39     ` Shawn Guo
  0 siblings, 1 reply; 5+ messages in thread
From: Peng Fan @ 2024-08-14  2:29 UTC (permalink / raw)
  To: Shawn Guo, Peng Fan (OSS)
  Cc: shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org

Hi Shawn,

> Subject: Re: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL
> driver
> 
> On Mon, Jul 15, 2024 at 08:36:35PM +0800, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> 
> Applied, thanks!

Thanks for picking this patch, but after more check, this patch
needs to be dropped for now before we find a better solution
on how to resolve the arm scmi fw devlink issue.

Thanks,
Peng.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver
  2024-08-14  2:29   ` Peng Fan
@ 2024-08-28  1:39     ` Shawn Guo
  0 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2024-08-28  1:39 UTC (permalink / raw)
  To: Peng Fan
  Cc: Peng Fan (OSS), shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org

On Wed, Aug 14, 2024 at 02:29:31AM +0000, Peng Fan wrote:
> Hi Shawn,
> 
> > Subject: Re: [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL
> > driver
> > 
> > On Mon, Jul 15, 2024 at 08:36:35PM +0800, Peng Fan (OSS) wrote:
> > > From: Peng Fan <peng.fan@nxp.com>
> > >
> > > Enable i.MX SCMI Pinctrl driver which is for i.MX95 IOMUXC settings
> > >
> > > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> > 
> > Applied, thanks!
> 
> Thanks for picking this patch, but after more check, this patch
> needs to be dropped for now before we find a better solution
> on how to resolve the arm scmi fw devlink issue.

Ok, dropped.

Shawn



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-28  1:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 12:36 [PATCH] arm64: defconfig: Enable i.MX SCMI PINCTRL driver Peng Fan (OSS)
2024-08-06 15:03 ` Peng Fan
2024-08-12  3:40 ` Shawn Guo
2024-08-14  2:29   ` Peng Fan
2024-08-28  1:39     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).