linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] pinctrl: imx8qxp: break the dependency on SOC_IMX8QXP
@ 2018-12-14 10:04 Aisheng Dong
  2018-12-16  8:08 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Aisheng Dong @ 2018-12-14 10:04 UTC (permalink / raw)
  To: linux-gpio@vger.kernel.org
  Cc: Aisheng Dong, dongas86@gmail.com, Fabio Estevam,
	linus.walleij@linaro.org, stefan@agner.ch, dl-linux-imx,
	kernel@pengutronix.de, Fabio Estevam, shawnguo@kernel.org,
	linux-arm-kernel@lists.infradead.org

ARM64 SoC does not encourage people to add more finegrained SoC
config options rather than a single ARCH_<family> in arch Kconfig.
So this patch aims to break the dependency on SOC_IMX8QXP which
will be removed later.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Stefan Agner <stefan@agner.ch>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 drivers/pinctrl/freescale/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/freescale/Kconfig b/drivers/pinctrl/freescale/Kconfig
index 2d6db43..f7d3579 100644
--- a/drivers/pinctrl/freescale/Kconfig
+++ b/drivers/pinctrl/freescale/Kconfig
@@ -130,7 +130,7 @@ config PINCTRL_IMX8MQ
 
 config PINCTRL_IMX8QXP
 	bool "IMX8QXP pinctrl driver"
-	depends on SOC_IMX8QXP
+	depends on ARCH_MXC && ARM64
 	select PINCTRL_IMX_SCU
 	help
 	  Say Y here to enable the imx8qxp pinctrl driver
-- 
2.7.4

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

* Re: [PATCH 1/1] pinctrl: imx8qxp: break the dependency on SOC_IMX8QXP
  2018-12-14 10:04 [PATCH 1/1] pinctrl: imx8qxp: break the dependency on SOC_IMX8QXP Aisheng Dong
@ 2018-12-16  8:08 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2018-12-16  8:08 UTC (permalink / raw)
  To: Aisheng Dong
  Cc: dongas86@gmail.com, linus.walleij@linaro.org, stefan@agner.ch,
	linux-gpio@vger.kernel.org, dl-linux-imx, kernel@pengutronix.de,
	Fabio Estevam, Fabio Estevam,
	linux-arm-kernel@lists.infradead.org

On Fri, Dec 14, 2018 at 10:04:50AM +0000, Aisheng Dong wrote:
> ARM64 SoC does not encourage people to add more finegrained SoC
> config options rather than a single ARCH_<family> in arch Kconfig.
> So this patch aims to break the dependency on SOC_IMX8QXP which
> will be removed later.

Option SOC_IMX8QXP hasn't hit mainline, so the removal of the option is
only about updating your platform series under reviewing.  That said, we
do not really need to mention that in the commit log.  Otherwise,

Acked-by: Shawn Guo <shawnguo@kernel.org>

> 
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Stefan Agner <stefan@agner.ch>
> Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>

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

end of thread, other threads:[~2018-12-16  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-14 10:04 [PATCH 1/1] pinctrl: imx8qxp: break the dependency on SOC_IMX8QXP Aisheng Dong
2018-12-16  8:08 ` 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).