2020-11-20 09:17:29

by Olivier Moysan

[permalink] [raw]
Subject: [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support

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


2020-11-20 09:19:20

by Olivier Moysan

[permalink] [raw]
Subject: [PATCH v2 1/2] ARM: multi_v7_defconfig: enable spdifrx support

Add STM32 SPDIFRX support by enabling CONFIG_SND_SOC_STM32_SPDIFRX
as module.

Signed-off-by: Olivier Moysan <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
---
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

2020-11-20 09:19:32

by Olivier Moysan

[permalink] [raw]
Subject: [PATCH v2 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support

Add STM32 DFSDM audio support by enabling CONFIG_SND_SOC_STM32_DFSDM
as module.

Signed-off-by: Olivier Moysan <[email protected]>
---
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

2020-11-20 09:23:00

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] ARM: multi_v7_defconfig: enable dfsdm audio support

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 <[email protected]>
> ---
> arch/arm/configs/multi_v7_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2020-11-26 12:11:17

by Alexandre Torgue

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support

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

2020-11-27 08:27:50

by Olivier Moysan

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support

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

2020-11-27 08:28:15

by Alexandre Torgue

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] ARM: multi_v7_defconfig: enable dfsdm and spdifrx support



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
>