linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support
@ 2020-11-20  9:15 Olivier Moysan
  2020-11-20  9:15 ` [PATCH v2 1/2] ARM: multi_v7_defconfig: enable " Olivier Moysan
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Olivier Moysan @ 2020-11-20  9:15 UTC (permalink / raw)
  To: linux, shawnguo, olof, alexandre.torgue, krzk, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel, olivier.moysan

Add STM32 SPDIFRX and DFSDM audio support to multi_v7_defconfig

Change in v2:
- Add targeted SoC in commit message for DFSDM config

Olivier Moysan (2):
  ARM: multi_v7_defconfig: enable spdifrx support
  ARM: multi_v7_defconfig: enable dfsdm audio support

 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.17.1


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

* [PATCH v2 1/2] ARM: multi_v7_defconfig: enable spdifrx support
  2020-11-20  9:15 [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Olivier Moysan
@ 2020-11-20  9:15 ` Olivier Moysan
  2020-11-20  9:15 ` [PATCH v2 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support Olivier Moysan
  2020-11-26 11:25 ` [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Alexandre Torgue
  2 siblings, 0 replies; 7+ messages in thread
From: Olivier Moysan @ 2020-11-20  9:15 UTC (permalink / raw)
  To: linux, shawnguo, olof, alexandre.torgue, krzk, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel, olivier.moysan

Add STM32 SPDIFRX support by enabling CONFIG_SND_SOC_STM32_SPDIFRX
as module.

Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 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 1fff2591e434..b30a3bc6762b 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -742,6 +742,7 @@ CONFIG_SND_SOC_RCAR=m
 CONFIG_SND_SOC_STI=m
 CONFIG_SND_SOC_STM32_SAI=m
 CONFIG_SND_SOC_STM32_I2S=m
+CONFIG_SND_SOC_STM32_SPDIFRX=m
 CONFIG_SND_SUN4I_CODEC=m
 CONFIG_SND_SOC_TEGRA=m
 CONFIG_SND_SOC_TEGRA20_I2S=m
-- 
2.17.1


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

* [PATCH v2 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support
  2020-11-20  9:15 [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Olivier Moysan
  2020-11-20  9:15 ` [PATCH v2 1/2] ARM: multi_v7_defconfig: enable " Olivier Moysan
@ 2020-11-20  9:15 ` Olivier Moysan
  2020-11-20  9:18   ` Krzysztof Kozlowski
  2020-11-26 11:25 ` [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Alexandre Torgue
  2 siblings, 1 reply; 7+ messages in thread
From: Olivier Moysan @ 2020-11-20  9:15 UTC (permalink / raw)
  To: linux, shawnguo, olof, alexandre.torgue, krzk, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel, olivier.moysan

Add STM32 DFSDM audio support by enabling CONFIG_SND_SOC_STM32_DFSDM
as module.

Signed-off-by: Olivier Moysan <olivier.moysan@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 b30a3bc6762b..083d5f4450f4 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -743,6 +743,7 @@ CONFIG_SND_SOC_STI=m
 CONFIG_SND_SOC_STM32_SAI=m
 CONFIG_SND_SOC_STM32_I2S=m
 CONFIG_SND_SOC_STM32_SPDIFRX=m
+CONFIG_SND_SOC_STM32_DFSDM=m
 CONFIG_SND_SUN4I_CODEC=m
 CONFIG_SND_SOC_TEGRA=m
 CONFIG_SND_SOC_TEGRA20_I2S=m
-- 
2.17.1


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

* Re: [PATCH v2 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support
  2020-11-20  9:15 ` [PATCH v2 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support Olivier Moysan
@ 2020-11-20  9:18   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-20  9:18 UTC (permalink / raw)
  To: Olivier Moysan
  Cc: linux, shawnguo, olof, alexandre.torgue, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel

On Fri, Nov 20, 2020 at 10:15:06AM +0100, Olivier Moysan wrote:
> Add STM32 DFSDM audio support by enabling CONFIG_SND_SOC_STM32_DFSDM
> as module.
> 
> Signed-off-by: Olivier Moysan <olivier.moysan@st.com>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

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

* Re: [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support
  2020-11-20  9:15 [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Olivier Moysan
  2020-11-20  9:15 ` [PATCH v2 1/2] ARM: multi_v7_defconfig: enable " Olivier Moysan
  2020-11-20  9:15 ` [PATCH v2 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support Olivier Moysan
@ 2020-11-26 11:25 ` Alexandre Torgue
  2020-11-26 13:38   ` Olivier MOYSAN
  2 siblings, 1 reply; 7+ messages in thread
From: Alexandre Torgue @ 2020-11-26 11:25 UTC (permalink / raw)
  To: Olivier Moysan, linux, shawnguo, olof, krzk, geert+renesas,
	amelie.delaunay, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, lionel.debieve,
	linux-arm-kernel, linux-kernel

Hi Olivier

On 11/20/20 10:15 AM, Olivier Moysan wrote:
> Add STM32 SPDIFRX and DFSDM audio support to multi_v7_defconfig
> 
> Change in v2:
> - Add targeted SoC in commit message for DFSDM config
> 
> Olivier Moysan (2):
>    ARM: multi_v7_defconfig: enable spdifrx support
>    ARM: multi_v7_defconfig: enable dfsdm audio support
> 
>   arch/arm/configs/multi_v7_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 

Targeted platform (STM32) should be added in the commit title for both 
patches as you enable STM32 dfsdm and STM32 spdifrx support. No ?

If you agree, I'll add it during merge. No need to send a v3.

Regards
Alex

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

* Re: [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support
  2020-11-26 11:25 ` [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Alexandre Torgue
@ 2020-11-26 13:38   ` Olivier MOYSAN
  2020-11-26 13:40     ` Alexandre Torgue
  0 siblings, 1 reply; 7+ messages in thread
From: Olivier MOYSAN @ 2020-11-26 13:38 UTC (permalink / raw)
  To: Alexandre TORGUE, linux, shawnguo, olof, krzk, geert+renesas,
	Amelie DELAUNAY, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, Lionel DEBIEVE,
	linux-arm-kernel, linux-kernel

Hi Alex

On 11/26/20 12:25 PM, Alexandre Torgue wrote:
> Hi Olivier
> 
> On 11/20/20 10:15 AM, Olivier Moysan wrote:
>> Add STM32 SPDIFRX and DFSDM audio support to multi_v7_defconfig
>>
>> Change in v2:
>> - Add targeted SoC in commit message for DFSDM config
>>
>> Olivier Moysan (2):
>>    ARM: multi_v7_defconfig: enable spdifrx support
>>    ARM: multi_v7_defconfig: enable dfsdm audio support
>>
>>   arch/arm/configs/multi_v7_defconfig | 2 ++
>>   1 file changed, 2 insertions(+)
>>
> 
> Targeted platform (STM32) should be added in the commit title for both 
> patches as you enable STM32 dfsdm and STM32 spdifrx support. No ?
> 
> If you agree, I'll add it during merge. No need to send a v3.
> 
> Regards
> Alex

It's okay for me.

BRs
Olivier

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

* Re: [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support
  2020-11-26 13:38   ` Olivier MOYSAN
@ 2020-11-26 13:40     ` Alexandre Torgue
  0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Torgue @ 2020-11-26 13:40 UTC (permalink / raw)
  To: Olivier MOYSAN, linux, shawnguo, olof, krzk, geert+renesas,
	Amelie DELAUNAY, aisheng.dong, prabhakar.mahadev-lad.rj,
	christian.gmeiner, enric.balletbo, Lionel DEBIEVE,
	linux-arm-kernel, linux-kernel



On 11/26/20 2:38 PM, Olivier MOYSAN wrote:
> Hi Alex
> 
> On 11/26/20 12:25 PM, Alexandre Torgue wrote:
>> Hi Olivier
>>
>> On 11/20/20 10:15 AM, Olivier Moysan wrote:
>>> Add STM32 SPDIFRX and DFSDM audio support to multi_v7_defconfig
>>>
>>> Change in v2:
>>> - Add targeted SoC in commit message for DFSDM config
>>>
>>> Olivier Moysan (2):
>>>     ARM: multi_v7_defconfig: enable spdifrx support
>>>     ARM: multi_v7_defconfig: enable dfsdm audio support
>>>
>>>    arch/arm/configs/multi_v7_defconfig | 2 ++
>>>    1 file changed, 2 insertions(+)
>>>
>>
>> Targeted platform (STM32) should be added in the commit title for both
>> patches as you enable STM32 dfsdm and STM32 spdifrx support. No ?
>>
>> If you agree, I'll add it during merge. No need to send a v3.
>>
>> Regards
>> Alex
> 
> It's okay for me.
> 

Thanks. Series applied on stm32-next.

Regards
Alex

> BRs
> Olivier
> 

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

end of thread, other threads:[~2020-11-26 13:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20  9:15 [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Olivier Moysan
2020-11-20  9:15 ` [PATCH v2 1/2] ARM: multi_v7_defconfig: enable " Olivier Moysan
2020-11-20  9:15 ` [PATCH v2 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support Olivier Moysan
2020-11-20  9:18   ` Krzysztof Kozlowski
2020-11-26 11:25 ` [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support Alexandre Torgue
2020-11-26 13:38   ` Olivier MOYSAN
2020-11-26 13:40     ` Alexandre Torgue

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).