All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: enable STMFX pinctrl support
@ 2019-05-21  9:59 ` Amelie Delaunay
  0 siblings, 0 replies; 4+ messages in thread
From: Amelie Delaunay @ 2019-05-21  9:59 UTC (permalink / raw)
  To: Russell King, Alexandre Torgue, Olof Johansson, Simon Horman,
	Arnd Bergmann, Masahiro Yamada, Geert Uytterhoeven,
	Kunihiko Hayashi
  Cc: linux-arm-kernel, linux-kernel, linux-stm32, Amelie Delaunay

This patch enables support for STMFX pinctrl.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c75051b..7f6f5bf 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -408,6 +408,7 @@ CONFIG_SPI_SPIDEV=y
 CONFIG_SPMI=y
 CONFIG_PINCTRL_AS3722=y
 CONFIG_PINCTRL_RZA2=y
+CONFIG_PINCTRL_STMFX=y
 CONFIG_PINCTRL_PALMAS=y
 CONFIG_PINCTRL_APQ8064=y
 CONFIG_PINCTRL_APQ8084=y
-- 
2.7.4


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

* [PATCH] ARM: multi_v7_defconfig: enable STMFX pinctrl support
@ 2019-05-21  9:59 ` Amelie Delaunay
  0 siblings, 0 replies; 4+ messages in thread
From: Amelie Delaunay @ 2019-05-21  9:59 UTC (permalink / raw)
  To: Russell King, Alexandre Torgue, Olof Johansson, Simon Horman,
	Arnd Bergmann, Masahiro Yamada, Geert Uytterhoeven,
	Kunihiko Hayashi
  Cc: Amelie Delaunay, linux-kernel, linux-arm-kernel, linux-stm32

This patch enables support for STMFX pinctrl.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c75051b..7f6f5bf 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -408,6 +408,7 @@ CONFIG_SPI_SPIDEV=y
 CONFIG_SPMI=y
 CONFIG_PINCTRL_AS3722=y
 CONFIG_PINCTRL_RZA2=y
+CONFIG_PINCTRL_STMFX=y
 CONFIG_PINCTRL_PALMAS=y
 CONFIG_PINCTRL_APQ8064=y
 CONFIG_PINCTRL_APQ8084=y
-- 
2.7.4


_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: enable STMFX pinctrl support
  2019-06-21 14:44 Alexandre Torgue
@ 2019-06-25 12:18 ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2019-06-25 12:18 UTC (permalink / raw)
  To: Alexandre Torgue
  Cc: Maxime Coquelin, Kevin Hilman, arm, linux-arm-kernel, Arnd Bergmann

On Fri, Jun 21, 2019 at 04:44:32PM +0200, Alexandre Torgue wrote:
> From: Amelie Delaunay <amelie.delaunay@st.com>
> 
> This patch enables support for STMFX pinctrl.
> 
> Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
> 
> ---
> Hi Arnd, Olof and Kevin,
> 
> I only have this patch for STM32 configs part. So please consider it
> as my pull request for v5.3.

Applied, thanks! Sending single (or just a couple of) patches instead
of a pull request is perfectly fine, especially when it's clear you want
them applied.


-Olof

_______________________________________________
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] 4+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: enable STMFX pinctrl support
@ 2019-06-21 14:44 Alexandre Torgue
  2019-06-25 12:18 ` Olof Johansson
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Torgue @ 2019-06-21 14:44 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Kevin Hilman, arm, linux-arm-kernel
  Cc: Alexandre Torgue, Maxime Coquelin

From: Amelie Delaunay <amelie.delaunay@st.com>

This patch enables support for STMFX pinctrl.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

---
Hi Arnd, Olof and Kevin,

I only have this patch for STM32 configs part. So please consider it
as my pull request for v5.3.

Thanks

Alex

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 6b748f214eae..e386f351f0ed 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -413,6 +413,7 @@ CONFIG_SPI_SPIDEV=y
 CONFIG_SPMI=y
 CONFIG_PINCTRL_AS3722=y
 CONFIG_PINCTRL_RZA2=y
+CONFIG_PINCTRL_STMFX=y
 CONFIG_PINCTRL_PALMAS=y
 CONFIG_PINCTRL_APQ8064=y
 CONFIG_PINCTRL_APQ8084=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] 4+ messages in thread

end of thread, other threads:[~2019-06-25 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21  9:59 [PATCH] ARM: multi_v7_defconfig: enable STMFX pinctrl support Amelie Delaunay
2019-05-21  9:59 ` Amelie Delaunay
2019-06-21 14:44 Alexandre Torgue
2019-06-25 12:18 ` Olof Johansson

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.