Linux SOC development
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
@ 2021-01-29  8:48 Alexandre Torgue
  2021-01-29  8:48 ` Alexandre Torgue
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alexandre Torgue @ 2021-01-29  8:48 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Kevin Hilman, linux-arm-kernel,
	soc, arm
  Cc: Maxime Coquelin, Alexandre Torgue

From: Yannick Fertre <yannick.fertre@foss.st.com>

Enable CEC support for STMicroelectronics as loadable module.

Signed-off-by: Yannick Fertre <yannick.fertre@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

---

Hi,

I only have this patch for stm32 config v5.12 PR. Can you merge it please ?

Thanks
Alex

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c5f25710fedc..05cc0607a9ad 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -656,6 +656,7 @@ CONFIG_V4L_TEST_DRIVERS=y
 CONFIG_VIDEO_VIVID=m
 CONFIG_CEC_PLATFORM_DRIVERS=y
 CONFIG_CEC_SAMSUNG_S5P=m
+CONFIG_CEC_STM32=m
 CONFIG_VIDEO_ADV7180=m
 CONFIG_VIDEO_ADV7604=m
 CONFIG_VIDEO_ADV7604_CEC=y
-- 
2.17.1


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

* [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
  2021-01-29  8:48 [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support Alexandre Torgue
@ 2021-01-29  8:48 ` Alexandre Torgue
  2021-01-30  0:00 ` patchwork-bot+linux-soc
  2021-01-30 11:36 ` Arnd Bergmann
  2 siblings, 0 replies; 5+ messages in thread
From: Alexandre Torgue @ 2021-01-29  8:48 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, Kevin Hilman, linux-arm-kernel,
	soc, arm
  Cc: Alexandre Torgue, Maxime Coquelin

From: Yannick Fertre <yannick.fertre@foss.st.com>

Enable CEC support for STMicroelectronics as loadable module.

Signed-off-by: Yannick Fertre <yannick.fertre@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>

---

Hi,

I only have this patch for stm32 config v5.12 PR. Can you merge it please ?

Thanks
Alex

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c5f25710fedc..05cc0607a9ad 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -656,6 +656,7 @@ CONFIG_V4L_TEST_DRIVERS=y
 CONFIG_VIDEO_VIVID=m
 CONFIG_CEC_PLATFORM_DRIVERS=y
 CONFIG_CEC_SAMSUNG_S5P=m
+CONFIG_CEC_STM32=m
 CONFIG_VIDEO_ADV7180=m
 CONFIG_VIDEO_ADV7604=m
 CONFIG_VIDEO_ADV7604_CEC=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] 5+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
  2021-01-29  8:48 [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support Alexandre Torgue
  2021-01-29  8:48 ` Alexandre Torgue
@ 2021-01-30  0:00 ` patchwork-bot+linux-soc
  2021-01-30 11:36 ` Arnd Bergmann
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2021-01-30  0:00 UTC (permalink / raw)
  To: Alexandre TORGUE; +Cc: soc

Hello:

This patch was applied to soc/soc.git (refs/heads/for-next):

On Fri, 29 Jan 2021 09:48:42 +0100 you wrote:
> From: Yannick Fertre <yannick.fertre@foss.st.com>
> 
> Enable CEC support for STMicroelectronics as loadable module.
> 
> Signed-off-by: Yannick Fertre <yannick.fertre@foss.st.com>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
> 
> [...]

Here is the summary with links:
  - ARM: multi_v7_defconfig: add STM32 CEC support
    https://git.kernel.org/soc/soc/c/7ec5ed4a13b4

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
  2021-01-29  8:48 [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support Alexandre Torgue
  2021-01-29  8:48 ` Alexandre Torgue
  2021-01-30  0:00 ` patchwork-bot+linux-soc
@ 2021-01-30 11:36 ` Arnd Bergmann
  2021-01-30 11:36   ` Arnd Bergmann
  2 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2021-01-30 11:36 UTC (permalink / raw)
  To: Olof Johansson, soc, arm, Alexandre Torgue, linux-arm-kernel,
	Kevin Hilman
  Cc: Arnd Bergmann, Maxime Coquelin

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 09:48:42 +0100, Alexandre Torgue wrote:
> Enable CEC support for STMicroelectronics as loadable module.

Applied to arm/defconfig, thanks!

[1/1] ARM: multi_v7_defconfig: add STM32 CEC support
      commit: f1f9580527705906e2af90f06c0c2025479fc412

       Arnd

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

* Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
  2021-01-30 11:36 ` Arnd Bergmann
@ 2021-01-30 11:36   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2021-01-30 11:36 UTC (permalink / raw)
  To: Olof Johansson, soc, arm, Alexandre Torgue, linux-arm-kernel,
	Kevin Hilman
  Cc: Maxime Coquelin, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 29 Jan 2021 09:48:42 +0100, Alexandre Torgue wrote:
> Enable CEC support for STMicroelectronics as loadable module.

Applied to arm/defconfig, thanks!

[1/1] ARM: multi_v7_defconfig: add STM32 CEC support
      commit: f1f9580527705906e2af90f06c0c2025479fc412

       Arnd

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

end of thread, other threads:[~2021-01-30 11:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-29  8:48 [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support Alexandre Torgue
2021-01-29  8:48 ` Alexandre Torgue
2021-01-30  0:00 ` patchwork-bot+linux-soc
2021-01-30 11:36 ` Arnd Bergmann
2021-01-30 11:36   ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox