All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC
@ 2020-10-26 14:20 Fabio Estevam
  2020-10-26 14:20 ` [PATCH 2/2] ARM: multi_v5_defconfig: " Fabio Estevam
  2020-10-26 23:45 ` [PATCH 1/2] ARM: imx_v4_v5_defconfig: " Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-10-26 14:20 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, Fabio Estevam, linux-imx, kernel

Since commit 12d16b397ce0 ("gpio: mxc: Support module build") the
CONFIG_GPIO_MXC option needs to be explicitly selected.

Select it to avoid boot issues on imx25/imx27 due to the lack of the
GPIO driver.

Fixes: 12d16b397ce0 ("gpio: mxc: Support module build")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/configs/imx_v4_v5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index aeb1209e0804..bb70acc6b526 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -93,6 +93,7 @@ CONFIG_SPI=y
 CONFIG_SPI_IMX=y
 CONFIG_SPI_SPIDEV=y
 CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_MXC=y
 CONFIG_W1=y
 CONFIG_W1_MASTER_MXC=y
 CONFIG_W1_SLAVE_THERM=y
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 2/2] ARM: multi_v5_defconfig: Select CONFIG_GPIO_MXC
  2020-10-26 14:20 [PATCH 1/2] ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC Fabio Estevam
@ 2020-10-26 14:20 ` Fabio Estevam
  2020-10-26 23:45 ` [PATCH 1/2] ARM: imx_v4_v5_defconfig: " Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-10-26 14:20 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, Fabio Estevam, linux-imx, kernel

Since commit 12d16b397ce0 ("gpio: mxc: Support module build") the
CONFIG_GPIO_MXC option needs to be explicitly selected.

Select it to avoid boot issues on imx25/imx27 due to the lack of the
GPIO driver.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/configs/multi_v5_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig
index 70b709a669d2..e00be9faa23b 100644
--- a/arch/arm/configs/multi_v5_defconfig
+++ b/arch/arm/configs/multi_v5_defconfig
@@ -166,6 +166,7 @@ CONFIG_SPI_IMX=y
 CONFIG_SPI_ORION=y
 CONFIG_GPIO_ASPEED=m
 CONFIG_GPIO_ASPEED_SGPIO=y
+CONFIG_GPIO_MXC=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_GPIO=y
 CONFIG_POWER_RESET_QNAP=y
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/2] ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC
  2020-10-26 14:20 [PATCH 1/2] ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC Fabio Estevam
  2020-10-26 14:20 ` [PATCH 2/2] ARM: multi_v5_defconfig: " Fabio Estevam
@ 2020-10-26 23:45 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2020-10-26 23:45 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-arm-kernel, linux-imx, kernel

On Mon, Oct 26, 2020 at 11:20:39AM -0300, Fabio Estevam wrote:
> Since commit 12d16b397ce0 ("gpio: mxc: Support module build") the
> CONFIG_GPIO_MXC option needs to be explicitly selected.
> 
> Select it to avoid boot issues on imx25/imx27 due to the lack of the
> GPIO driver.
> 
> Fixes: 12d16b397ce0 ("gpio: mxc: Support module build")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied both, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-10-26 23:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 14:20 [PATCH 1/2] ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC Fabio Estevam
2020-10-26 14:20 ` [PATCH 2/2] ARM: multi_v5_defconfig: " Fabio Estevam
2020-10-26 23:45 ` [PATCH 1/2] ARM: imx_v4_v5_defconfig: " Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.