All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Adam Baker <linux@baker-net.org.uk>
Cc: Andrew Lunn <andrew@lunn.ch>,
	alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>,
	Jason Cooper <jason@lakedaemon.net>,
	linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH RFC 03/11] sound: ASoC: kirkwood: Remove ARCH_KIRKWOOD dependency
Date: Fri, 16 May 2014 00:17:34 +0200	[thread overview]
Message-ID: <20140515221734.GE10407@lunn.ch> (raw)
In-Reply-To: <5375392A.60905@baker-net.org.uk>

On Thu, May 15, 2014 at 11:01:14PM +0100, Adam Baker wrote:
> 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.

01/11 is big, since it is an rm -fr arch/arm/mach-kirkwood. It is
bigger than the list message size limit and so has been put to one
side for the list moderator to approve.

The comment is consistent with the code, the code is however somewhat
confusing. arch/arm/mach-kirkwood uses ARCH_KIRKWOOD. kirkwood in its
new home inside arch/arm/mach-mvebu uses MACH_KIRKWOOD.

    Andrew

WARNING: multiple messages have this Message-ID (diff)
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 03/11] sound: ASoC: kirkwood: Remove ARCH_KIRKWOOD dependency
Date: Fri, 16 May 2014 00:17:34 +0200	[thread overview]
Message-ID: <20140515221734.GE10407@lunn.ch> (raw)
In-Reply-To: <5375392A.60905@baker-net.org.uk>

On Thu, May 15, 2014 at 11:01:14PM +0100, Adam Baker wrote:
> 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.

01/11 is big, since it is an rm -fr arch/arm/mach-kirkwood. It is
bigger than the list message size limit and so has been put to one
side for the list moderator to approve.

The comment is consistent with the code, the code is however somewhat
confusing. arch/arm/mach-kirkwood uses ARCH_KIRKWOOD. kirkwood in its
new home inside arch/arm/mach-mvebu uses MACH_KIRKWOOD.

    Andrew

  reply	other threads:[~2014-05-15 22:17 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
2014-05-15 22:01     ` Adam Baker
2014-05-15 22:17     ` Andrew Lunn [this message]
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=20140515221734.GE10407@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@baker-net.org.uk \
    /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.