* [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
@ 2021-01-15 14:32 ` Yannick Fertre
0 siblings, 0 replies; 9+ messages in thread
From: Yannick Fertre @ 2021-01-15 14:32 UTC (permalink / raw)
To: Alexandre Torgue, Philippe Cornu, Thierry Reding, Sam Ravnborg,
David Airlie, Daniel Vetter, Rob Herring, Mark Rutland, dri-devel,
devicetree, linux-kernel
Enable CEC support for STMicroelectronics as loadable module.
Signed-off-by: Yannick Fertre <yannick.fertre@foss.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 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] 9+ messages in thread
* [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
@ 2021-01-15 14:32 ` Yannick Fertre
0 siblings, 0 replies; 9+ messages in thread
From: Yannick Fertre @ 2021-01-15 14:32 UTC (permalink / raw)
To: Alexandre Torgue, Philippe Cornu, Thierry Reding, Sam Ravnborg,
David Airlie, Daniel Vetter, Rob Herring, Mark Rutland, dri-devel,
devicetree, linux-kernel
Enable CEC support for STMicroelectronics as loadable module.
Signed-off-by: Yannick Fertre <yannick.fertre@foss.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 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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
2021-01-15 14:32 ` Yannick Fertre
@ 2021-01-25 14:36 ` Alexandre TORGUE
-1 siblings, 0 replies; 9+ messages in thread
From: Alexandre TORGUE @ 2021-01-25 14:36 UTC (permalink / raw)
To: Yannick Fertre, Alexandre Torgue, Philippe Cornu, Thierry Reding,
Sam Ravnborg, David Airlie, Daniel Vetter, Rob Herring,
Mark Rutland, dri-devel, devicetree, linux-kernel
Hi Yannick
On 1/15/21 3:32 PM, Yannick Fertre wrote:
> Enable CEC support for STMicroelectronics as loadable module.
>
> Signed-off-by: Yannick Fertre <yannick.fertre@foss.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 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
>
Applied on stm32-next.
Thanks.
Alex
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
@ 2021-01-25 14:36 ` Alexandre TORGUE
0 siblings, 0 replies; 9+ messages in thread
From: Alexandre TORGUE @ 2021-01-25 14:36 UTC (permalink / raw)
To: Yannick Fertre, Alexandre Torgue, Philippe Cornu, Thierry Reding,
Sam Ravnborg, David Airlie, Daniel Vetter, Rob Herring,
Mark Rutland, dri-devel, devicetree, linux-kernel
Hi Yannick
On 1/15/21 3:32 PM, Yannick Fertre wrote:
> Enable CEC support for STMicroelectronics as loadable module.
>
> Signed-off-by: Yannick Fertre <yannick.fertre@foss.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 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
>
Applied on stm32-next.
Thanks.
Alex
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
@ 2021-01-29 8:48 ` Alexandre Torgue
0 siblings, 0 replies; 9+ 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] 9+ messages in thread
* [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
@ 2021-01-29 8:48 ` Alexandre Torgue
0 siblings, 0 replies; 9+ 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] 9+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
2021-01-29 8:48 ` Alexandre Torgue
(?)
@ 2021-01-30 0:00 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 9+ 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] 9+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
@ 2021-01-30 11:36 ` Arnd Bergmann
0 siblings, 0 replies; 9+ 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] 9+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support
@ 2021-01-30 11:36 ` Arnd Bergmann
0 siblings, 0 replies; 9+ 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] 9+ messages in thread
end of thread, other threads:[~2021-01-30 11:37 UTC | newest]
Thread overview: 9+ 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
-- strict thread matches above, loose matches on Subject: below --
2021-01-15 14:32 Yannick Fertre
2021-01-15 14:32 ` Yannick Fertre
2021-01-25 14:36 ` Alexandre TORGUE
2021-01-25 14:36 ` Alexandre TORGUE
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.