LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: Nick Bowler <nbowler@elliptictech.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: vexpress: register platform PATA device.
Date: Fri, 7 Jan 2011 22:43:48 +0000 [thread overview]
Message-ID: <20110107224348.GZ31708@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1294435445-2020-1-git-send-email-nbowler@elliptictech.com>
On Fri, Jan 07, 2011 at 04:24:05PM -0500, Nick Bowler wrote:
> The compactflash device on this platform is not usable simply because it
> is never registered with the kernel. Fix that up.
>
> Signed-off-by: Nick Bowler <nbowler@elliptictech.com>
> ---
> arch/arm/Kconfig | 1 +
> arch/arm/mach-vexpress/v2m.c | 25 +++++++++++++++++++++++++
> 2 files changed, 26 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index d56d21c..ee61039 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -264,6 +264,7 @@ config ARCH_VEXPRESS
> select HAVE_CLK
> select ICST
> select PLAT_VERSATILE
> + select HAVE_PATA_PLATFORM
To avoid the Kconfig warning, this should be:
select HAVE_PATA_PLATFORM if ATA
or it needs to be moved outside of the if ATA ... endif block in
drivers/ata/Kconfig.
Apart from that, I see nothing wrong.
next prev parent reply other threads:[~2011-01-07 22:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-07 21:24 Nick Bowler
2011-01-07 22:43 ` Russell King - ARM Linux [this message]
2011-01-08 2:32 ` [PATCH] pata_platform: Remove CONFIG_HAVE_PATA_PLATFORM's dependencies Nick Bowler
2011-01-10 21:16 ` [PATCH] ARM: vexpress: register platform PATA device Nick Bowler
2011-01-21 11:14 ` Russell King - ARM Linux
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=20110107224348.GZ31708@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nbowler@elliptictech.com \
--subject='Re: [PATCH] ARM: vexpress: register platform PATA device.' \
/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
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).