From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mxs: irq_data conversion
Date: Fri, 21 Jan 2011 09:43:38 +0000 [thread overview]
Message-ID: <20110121094338.GE13235@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <1295600518-11300-1-git-send-email-u.kleine-koenig@pengutronix.de>
On Fri, Jan 21, 2011 at 10:01:58AM +0100, Uwe Kleine-K?nig wrote:
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> ---
> arch/arm/Kconfig | 1 +
> arch/arm/mach-mxs/gpio.c | 30 +++++++++++++++---------------
> arch/arm/mach-mxs/icoll.c | 16 ++++++++--------
> 3 files changed, 24 insertions(+), 23 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 5cff165..c8d888e 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -364,6 +364,7 @@ config ARCH_MXS
> select GENERIC_CLOCKEVENTS
> select ARCH_REQUIRE_GPIOLIB
> select CLKDEV_LOOKUP
> + select GENERIC_HARDIRQS_NO_DEPRECATED
No. Let's do it architecture wide otherwise we're going to get into
problems working out what's been done and what hasn't. By all means
use it as a way of ensuring that your platform is converted, but don't
submit patches with this in.
I thought the point of Lennert's patches were to convert everyone over,
so it should just be those trees which weren't merged at that point who
are missing the fixup.
We'll set this architecture wide for 2.6.39, and I'll see about queueing
it soon so that we catch those places which haven't been done. That
should allow the remainder to be caught.
next prev parent reply other threads:[~2011-01-21 9:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-21 9:01 [PATCH] ARM: mxs: irq_data conversion Uwe Kleine-König
2011-01-21 9:43 ` Russell King - ARM Linux [this message]
2011-01-21 10:15 ` Uwe Kleine-König
2011-01-21 10:27 ` Russell King - ARM Linux
2011-01-21 10:47 ` Lennert Buytenhek
2011-01-21 10:52 ` Russell King - ARM Linux
2011-01-22 1:16 ` Lennert Buytenhek
2011-01-21 10:28 ` Lennert Buytenhek
2011-01-21 10:45 ` Russell King - ARM Linux
2011-01-21 20:07 ` [PATCH v2] " Uwe Kleine-König
2011-01-22 0:23 ` Lennert Buytenhek
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=20110121094338.GE13235@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--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 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).