From: Tony Lindgren <tony@atomide.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Linux ARM Kernel Mailing List
<linux-arm-kernel@lists.infradead.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux OMAP Mailing List <linux-omap@vger.kernel.org>,
Russell King <linux@arm.linux.org.uk>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 2/2] arm: Kconfig: allow OMAP to use sparse IRQ numbering
Date: Wed, 2 Feb 2011 12:20:26 -0800 [thread overview]
Message-ID: <20110202202026.GH3322@atomide.com> (raw)
In-Reply-To: <1296664315-32108-3-git-send-email-balbi@ti.com>
* Felipe Balbi <balbi@ti.com> [110202 08:31]:
> Select HAVE_SPARSE_IRQ to allow OMAP to use
> sparse IRQ numbering scheme. The main difference
> is that irq_descs will be added to a radix tree
> instead of a static array.
>
> Signed-off-by: Felipe Balbi <balbi@ti.com>
Assuming these two will go through Russell's tree:
Acked-by: Tony Lindgren <tony@atomide.com>
> ---
> arch/arm/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 09a5c11..2ca24ad 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -857,6 +857,7 @@ config ARCH_DAVINCI
> config ARCH_OMAP
> bool "TI OMAP"
> select HAVE_CLK
> + select HAVE_SPARSE_IRQ
> select ARCH_REQUIRE_GPIOLIB
> select ARCH_HAS_CPUFREQ
> select GENERIC_CLOCKEVENTS
> --
> 1.7.4.rc2
>
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm: Kconfig: allow OMAP to use sparse IRQ numbering
Date: Wed, 2 Feb 2011 12:20:26 -0800 [thread overview]
Message-ID: <20110202202026.GH3322@atomide.com> (raw)
In-Reply-To: <1296664315-32108-3-git-send-email-balbi@ti.com>
* Felipe Balbi <balbi@ti.com> [110202 08:31]:
> Select HAVE_SPARSE_IRQ to allow OMAP to use
> sparse IRQ numbering scheme. The main difference
> is that irq_descs will be added to a radix tree
> instead of a static array.
>
> Signed-off-by: Felipe Balbi <balbi@ti.com>
Assuming these two will go through Russell's tree:
Acked-by: Tony Lindgren <tony@atomide.com>
> ---
> arch/arm/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 09a5c11..2ca24ad 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -857,6 +857,7 @@ config ARCH_DAVINCI
> config ARCH_OMAP
> bool "TI OMAP"
> select HAVE_CLK
> + select HAVE_SPARSE_IRQ
> select ARCH_REQUIRE_GPIOLIB
> select ARCH_HAS_CPUFREQ
> select GENERIC_CLOCKEVENTS
> --
> 1.7.4.rc2
>
next prev parent reply other threads:[~2011-02-02 20:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-02 16:31 [PATCH 0/2] ARM IRQ Kconfig Changes Felipe Balbi
2011-02-02 16:31 ` Felipe Balbi
2011-02-02 16:31 ` [PATCH 1/2] arm: Kconfig: select correct HAVE_SPARSE_IRQ symbol Felipe Balbi
2011-02-02 16:31 ` Felipe Balbi
2011-02-02 16:31 ` [PATCH 2/2] arm: Kconfig: allow OMAP to use sparse IRQ numbering Felipe Balbi
2011-02-02 16:31 ` Felipe Balbi
2011-02-02 20:20 ` Tony Lindgren [this message]
2011-02-02 20:20 ` Tony Lindgren
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=20110202202026.GH3322@atomide.com \
--to=tony@atomide.com \
--cc=akpm@linux-foundation.org \
--cc=balbi@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.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.