All of lore.kernel.org
 help / color / mirror / Atom feed
* ARM: mvebu_v5_defconfig: Remove obsolete SND_KIRKWOOD_SOC_T5325
@ 2016-01-11  4:25 Martin Michlmayr
  2016-01-16 17:26 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Michlmayr @ 2016-01-11  4:25 UTC (permalink / raw)
  To: linux-arm-kernel

The kirkwood-t5325 driver driver was removed in commit 270a85c80c86
("ASoC: kirkwood: Remove unused drivers") in favour of DT based
simple-card equivalents.  Remove the obsolete config option.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
---
 arch/arm/configs/mvebu_v5_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig
index 824de49..79e6260 100644
--- a/arch/arm/configs/mvebu_v5_defconfig
+++ b/arch/arm/configs/mvebu_v5_defconfig
@@ -108,7 +108,6 @@ CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_KIRKWOOD_SOC=y
-CONFIG_SND_KIRKWOOD_SOC_T5325=y
 CONFIG_SND_SOC_ALC5623=y
 CONFIG_SND_SIMPLE_CARD=y
 CONFIG_REGULATOR=y
-- 
2.1.4

-- 
Martin Michlmayr
http://www.cyrius.com/

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

* ARM: mvebu_v5_defconfig: Remove obsolete SND_KIRKWOOD_SOC_T5325
  2016-01-11  4:25 ARM: mvebu_v5_defconfig: Remove obsolete SND_KIRKWOOD_SOC_T5325 Martin Michlmayr
@ 2016-01-16 17:26 ` Andrew Lunn
  2016-01-25 13:32   ` Gregory CLEMENT
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2016-01-16 17:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 10, 2016 at 08:25:12PM -0800, Martin Michlmayr wrote:
> The kirkwood-t5325 driver driver was removed in commit 270a85c80c86
> ("ASoC: kirkwood: Remove unused drivers") in favour of DT based
> simple-card equivalents.  Remove the obsolete config option.
> 
> Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

Reviewd-by: Andrew Lunn <andrew@lunn.ch>

Thanks
	Andrew

> ---
>  arch/arm/configs/mvebu_v5_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig
> index 824de49..79e6260 100644
> --- a/arch/arm/configs/mvebu_v5_defconfig
> +++ b/arch/arm/configs/mvebu_v5_defconfig
> @@ -108,7 +108,6 @@ CONFIG_SOUND=y
>  CONFIG_SND=y
>  CONFIG_SND_SOC=y
>  CONFIG_SND_KIRKWOOD_SOC=y
> -CONFIG_SND_KIRKWOOD_SOC_T5325=y
>  CONFIG_SND_SOC_ALC5623=y
>  CONFIG_SND_SIMPLE_CARD=y
>  CONFIG_REGULATOR=y
> -- 
> 2.1.4
> 
> -- 
> Martin Michlmayr
> http://www.cyrius.com/
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* ARM: mvebu_v5_defconfig: Remove obsolete SND_KIRKWOOD_SOC_T5325
  2016-01-16 17:26 ` Andrew Lunn
@ 2016-01-25 13:32   ` Gregory CLEMENT
  0 siblings, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2016-01-25 13:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Martin
 
 On sam., janv. 16 2016, Andrew Lunn <andrew@lunn.ch> wrote:

> On Sun, Jan 10, 2016 at 08:25:12PM -0800, Martin Michlmayr wrote:
>> The kirkwood-t5325 driver driver was removed in commit 270a85c80c86
>> ("ASoC: kirkwood: Remove unused drivers") in favour of DT based
>> simple-card equivalents.  Remove the obsolete config option.
>> 
>> Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
>
> Reviewd-by: Andrew Lunn <andrew@lunn.ch>

Actually this change was already done in 8c95b85c0ba2 ("ARM: mvebu:
update v5 defconfig"). So I won't apply it.

Thanks,

Gregory

>
> Thanks
> 	Andrew
>
>> ---
>>  arch/arm/configs/mvebu_v5_defconfig | 1 -
>>  1 file changed, 1 deletion(-)
>> 
>> diff --git a/arch/arm/configs/mvebu_v5_defconfig b/arch/arm/configs/mvebu_v5_defconfig
>> index 824de49..79e6260 100644
>> --- a/arch/arm/configs/mvebu_v5_defconfig
>> +++ b/arch/arm/configs/mvebu_v5_defconfig
>> @@ -108,7 +108,6 @@ CONFIG_SOUND=y
>>  CONFIG_SND=y
>>  CONFIG_SND_SOC=y
>>  CONFIG_SND_KIRKWOOD_SOC=y
>> -CONFIG_SND_KIRKWOOD_SOC_T5325=y
>>  CONFIG_SND_SOC_ALC5623=y
>>  CONFIG_SND_SIMPLE_CARD=y
>>  CONFIG_REGULATOR=y
>> -- 
>> 2.1.4
>> 
>> -- 
>> Martin Michlmayr
>> http://www.cyrius.com/
>> 
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2016-01-25 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-11  4:25 ARM: mvebu_v5_defconfig: Remove obsolete SND_KIRKWOOD_SOC_T5325 Martin Michlmayr
2016-01-16 17:26 ` Andrew Lunn
2016-01-25 13:32   ` Gregory CLEMENT

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.