From: Adam Baker <linux@baker-net.org.uk>
To: Andrew Lunn <andrew@lunn.ch>,
linux ARM <linux-arm-kernel@lists.infradead.org>,
Jason Cooper <jason@lakedaemon.net>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>
Subject: Re: [PATCH RFC 03/11] sound: ASoC: kirkwood: Remove ARCH_KIRKWOOD dependency
Date: Thu, 15 May 2014 23:01:14 +0100 [thread overview]
Message-ID: <5375392A.60905@baker-net.org.uk> (raw)
In-Reply-To: <1400163836-9831-7-git-send-email-andrew@lunn.ch>
On 15/05/14 15:23, Andrew Lunn wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Most of the descriptions in the series say remove mach-kirkwood and most
of the actual patches remove ARCH_KIRKWOOD and leave MACH_KIRKWOOD
untouched. Patch 01/11 hasn't turned up here so I'm not certain which
you meant but consistency would be good.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: alsa-devel@alsa-project.org
> ---
> sound/soc/kirkwood/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/kirkwood/Kconfig b/sound/soc/kirkwood/Kconfig
> index 1f7c7ee3527a..6a0f79d2bb33 100644
> --- a/sound/soc/kirkwood/Kconfig
> +++ b/sound/soc/kirkwood/Kconfig
> @@ -1,6 +1,6 @@
> config SND_KIRKWOOD_SOC
> tristate "SoC Audio for the Marvell Kirkwood and Dove chips"
> - depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU || MACH_KIRKWOOD || COMPILE_TEST
> + depends on ARCH_DOVE || ARCH_MVEBU || MACH_KIRKWOOD || COMPILE_TEST
> help
> Say Y or M if you want to add support for codecs attached to
> the Kirkwood I2S interface. You will also need to select the
>
Regards
Adam Baker
WARNING: multiple messages have this Message-ID (diff)
From: linux@baker-net.org.uk (Adam Baker)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 03/11] sound: ASoC: kirkwood: Remove ARCH_KIRKWOOD dependency
Date: Thu, 15 May 2014 23:01:14 +0100 [thread overview]
Message-ID: <5375392A.60905@baker-net.org.uk> (raw)
In-Reply-To: <1400163836-9831-7-git-send-email-andrew@lunn.ch>
On 15/05/14 15:23, Andrew Lunn wrote:
> mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu.
Most of the descriptions in the series say remove mach-kirkwood and most
of the actual patches remove ARCH_KIRKWOOD and leave MACH_KIRKWOOD
untouched. Patch 01/11 hasn't turned up here so I'm not certain which
you meant but consistency would be good.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: alsa-devel at alsa-project.org
> ---
> sound/soc/kirkwood/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/kirkwood/Kconfig b/sound/soc/kirkwood/Kconfig
> index 1f7c7ee3527a..6a0f79d2bb33 100644
> --- a/sound/soc/kirkwood/Kconfig
> +++ b/sound/soc/kirkwood/Kconfig
> @@ -1,6 +1,6 @@
> config SND_KIRKWOOD_SOC
> tristate "SoC Audio for the Marvell Kirkwood and Dove chips"
> - depends on ARCH_KIRKWOOD || ARCH_DOVE || ARCH_MVEBU || MACH_KIRKWOOD || COMPILE_TEST
> + depends on ARCH_DOVE || ARCH_MVEBU || MACH_KIRKWOOD || COMPILE_TEST
> help
> Say Y or M if you want to add support for codecs attached to
> the Kirkwood I2S interface. You will also need to select the
>
Regards
Adam Baker
next prev parent reply other threads:[~2014-05-15 22:01 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-15 14:23 [PATCH RFC 00/11] Remove mach-kirkwood Andrew Lunn
2014-05-15 14:23 ` [PATCH v3 1/4] ARM: Kirkwood: Add board file for netxbig LEDs Andrew Lunn
2014-05-15 14:38 ` Arnd Bergmann
2014-05-15 20:36 ` Andrew Lunn
2014-05-15 14:23 ` [PATCH v3 2/4] ARM: Kirkwood: Add DT descriptions for net2big and net5big Andrew Lunn
2014-05-15 14:23 ` [PATCH RFC 02/11] sound: ASoC: kirkwood: Remove unused drivers Andrew Lunn
2014-05-15 14:23 ` Andrew Lunn
2014-05-26 15:59 ` Mark Brown
2014-05-26 15:59 ` Mark Brown
2014-05-27 16:45 ` Andrew Lunn
2014-05-27 16:45 ` Andrew Lunn
2014-05-27 18:00 ` Mark Brown
2014-05-27 18:00 ` Mark Brown
2014-05-27 18:18 ` Andrew Lunn
2014-05-27 18:18 ` Andrew Lunn
2014-05-27 19:52 ` Mark Brown
2014-05-27 19:52 ` Mark Brown
2014-05-27 23:46 ` Jason Cooper
2014-05-27 23:46 ` Jason Cooper
2014-05-15 14:23 ` [PATCH v3 3/4] ARM: mvebu: Add LaCie 2Big and 5Big Network v2 Andrew Lunn
2014-05-15 14:23 ` [PATCH RFC 03/11] sound: ASoC: kirkwood: Remove ARCH_KIRKWOOD dependency Andrew Lunn
2014-05-15 14:23 ` Andrew Lunn
2014-05-15 22:01 ` Adam Baker [this message]
2014-05-15 22:01 ` Adam Baker
2014-05-15 22:17 ` Andrew Lunn
2014-05-15 22:17 ` Andrew Lunn
2014-05-26 15:59 ` Mark Brown
2014-05-26 15:59 ` Mark Brown
2014-05-15 14:23 ` [PATCH v3 4/4] ARM: multi_v5: Enable LaCie 2Big and 5Big Network v2 Andrew Lunn
2014-05-19 9:05 ` Sebastian Hesselbarth
2014-05-19 14:45 ` Jason Cooper
2014-05-15 14:23 ` [PATCH RFC 04/11] cpuidle: kirkwood: Remove ARCH_KIRKWOOD dependency Andrew Lunn
2014-05-15 14:23 ` Andrew Lunn
2014-05-15 14:23 ` [PATCH RFC 05/11] ata: " Andrew Lunn
2014-05-15 14:23 ` Andrew Lunn
2014-05-15 17:46 ` Tejun Heo
2014-05-15 17:46 ` Tejun Heo
2014-05-15 14:23 ` [PATCH RFC 06/11] thermal: " Andrew Lunn
2014-05-15 14:23 ` Andrew Lunn
2014-05-15 14:23 ` [PATCH RFC 07/11] leds: " Andrew Lunn
2014-05-15 14:23 ` Andrew Lunn
2014-06-25 23:08 ` Bryan Wu
2014-06-25 23:08 ` Bryan Wu
2014-05-15 14:23 ` [PATCH RFC 08/11] PCI: " Andrew Lunn
2014-05-15 14:23 ` Andrew Lunn
2014-05-15 14:23 ` [PATCH RFC 09/11] phy: " Andrew Lunn
2014-05-15 14:23 ` [PATCH RFC 10/11] rtc: " Andrew Lunn
2014-05-15 14:23 ` [PATCH RFC 11/11] watchdog: " Andrew Lunn
2014-05-15 14:23 ` Andrew Lunn
2014-05-15 14:36 ` [PATCH RFC 00/11] Remove mach-kirkwood Arnd Bergmann
2014-05-15 14:46 ` Andrew Lunn
2014-05-15 23:08 ` Jason Cooper
2014-05-16 8:18 ` Gregory CLEMENT
2014-05-16 13:01 ` Jason Cooper
2014-05-16 19:09 ` Jason Cooper
2014-05-16 7:59 ` Thomas Petazzoni
2014-05-19 9:12 ` Arnd Bergmann
2014-05-19 9:30 ` Sebastian Hesselbarth
2014-05-19 9:34 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5375392A.60905@baker-net.org.uk \
--to=linux@baker-net.org.uk \
--cc=alsa-devel@alsa-project.org \
--cc=andrew@lunn.ch \
--cc=broonie@kernel.org \
--cc=jason@lakedaemon.net \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.