All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: Michal Simek <monstr@monstr.eu>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	x86@kernel.org, linux-kernel@vger.kernel.org,
	Ralf Baechle <ralf@linux-mips.org>,
	hpa@zytor.com, Dirk Brandewie <dirk.brandewie@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	linuxppc-dev@lists.ozlabs.org,
	devicetree-discuss@lists.ozlabs.org
Subject: Re: [PATCH 1/6] powerpc: stop exporting irq_map
Date: Tue, 03 May 2011 11:44:21 +1000	[thread overview]
Message-ID: <1304387061.2513.294.camel@pasglop> (raw)
In-Reply-To: <20110428200148.8979.66709.stgit@ponder>

On Thu, 2011-04-28 at 14:01 -0600, Grant Likely wrote:
> First step in eliminating irq_map[] table entirely
> 
> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
> ---
>  

Ack in principle, needs scrutiny and testing of course :-)

Cheers,
Ben.

WARNING: multiple messages have this Message-ID (diff)
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: Michal Simek <monstr@monstr.eu>,
	Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
	linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
	hpa@zytor.com, Dirk Brandewie <dirk.brandewie@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	devicetree-discuss@lists.ozlabs.org, x86@kernel.org,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 1/6] powerpc: stop exporting irq_map
Date: Tue, 03 May 2011 11:44:21 +1000	[thread overview]
Message-ID: <1304387061.2513.294.camel@pasglop> (raw)
In-Reply-To: <20110428200148.8979.66709.stgit@ponder>

On Thu, 2011-04-28 at 14:01 -0600, Grant Likely wrote:
> First step in eliminating irq_map[] table entirely
> 
> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
> ---
>  

Ack in principle, needs scrutiny and testing of course :-)

Cheers,
Ben.




WARNING: multiple messages have this Message-ID (diff)
From: Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>
To: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
Cc: Sebastian Andrzej Siewior
	<bigeasy-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
	x86-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Ralf Baechle <ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>,
	hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org,
	Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ@public.gmane.org>,
	linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Subject: Re: [PATCH 1/6] powerpc: stop exporting irq_map
Date: Tue, 03 May 2011 11:44:21 +1000	[thread overview]
Message-ID: <1304387061.2513.294.camel@pasglop> (raw)
In-Reply-To: <20110428200148.8979.66709.stgit@ponder>

On Thu, 2011-04-28 at 14:01 -0600, Grant Likely wrote:
> First step in eliminating irq_map[] table entirely
> 
> Signed-off-by: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
> ---
>  

Ack in principle, needs scrutiny and testing of course :-)

Cheers,
Ben.

  reply	other threads:[~2011-05-03  1:44 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-28 20:01 [PATCH 0/6] General device tree irq domain infrastructure Grant Likely
2011-04-28 20:01 ` Grant Likely
2011-04-28 20:01 ` [PATCH 1/6] powerpc: stop exporting irq_map Grant Likely
2011-04-28 20:01   ` Grant Likely
2011-05-03  1:44   ` Benjamin Herrenschmidt [this message]
2011-05-03  1:44     ` Benjamin Herrenschmidt
2011-05-03  1:44     ` Benjamin Herrenschmidt
2011-04-28 20:01 ` [PATCH 2/6] powerpc: make irq_{alloc, free}_virt private and remove count argument Grant Likely
2011-04-28 20:01   ` Grant Likely
2011-05-03  1:47   ` Benjamin Herrenschmidt
2011-05-03  1:47     ` Benjamin Herrenschmidt
2011-05-03  1:47     ` Benjamin Herrenschmidt
2011-05-04 15:59     ` Grant Likely
2011-05-04 15:59       ` Grant Likely
2011-05-05  0:39       ` Benjamin Herrenschmidt
2011-05-05  0:39         ` Benjamin Herrenschmidt
2011-04-28 20:01 ` [PATCH 3/6] powerpc: Make struct irq_host semi-private by moving into irqhost.h Grant Likely
2011-04-28 20:01   ` Grant Likely
2011-05-03  1:48   ` Benjamin Herrenschmidt
2011-05-03  1:48     ` Benjamin Herrenschmidt
2011-05-03  1:48     ` Benjamin Herrenschmidt
2011-04-28 20:02 ` [PATCH 4/6] dt: generalize irq_of_create_mapping() Grant Likely
2011-04-28 20:02   ` Grant Likely
2011-05-03  1:50   ` Benjamin Herrenschmidt
2011-05-03  1:50     ` Benjamin Herrenschmidt
2011-05-03  1:50     ` Benjamin Herrenschmidt
2011-05-04 16:05     ` Grant Likely
2011-05-04 16:05       ` Grant Likely
2011-05-05  0:43       ` Benjamin Herrenschmidt
2011-05-05  0:43         ` Benjamin Herrenschmidt
2011-05-05  0:43         ` Benjamin Herrenschmidt
2011-04-28 20:02 ` [PATCH 5/6] powerpc: move irq_alloc_descs_at() call into irq_alloc_virt() Grant Likely
2011-04-28 20:02   ` Grant Likely
2011-04-28 20:02 ` [PATCH 6/6] powerpc: use irq_alloc_desc() to manage irq allocations Grant Likely
2011-04-28 20:02   ` Grant Likely
2011-04-29 16:16 ` [PATCH 0/6] General device tree irq domain infrastructure Sebastian Andrzej Siewior
2011-04-29 16:16   ` Sebastian Andrzej Siewior
2011-04-29 17:43   ` Grant Likely
2011-04-29 17:43     ` Grant Likely
2011-05-03  1:43 ` Benjamin Herrenschmidt
2011-05-03  1:43   ` Benjamin Herrenschmidt
2011-05-03  1:43   ` Benjamin Herrenschmidt
2011-05-04 15:52   ` Grant Likely
2011-05-04 15:52     ` Grant Likely
2011-05-05  0:39     ` Benjamin Herrenschmidt
2011-05-05  0:39       ` Benjamin Herrenschmidt
2011-05-05  0:39       ` Benjamin Herrenschmidt
2011-05-05  8:37       ` Thomas Gleixner
2011-05-05  8:37         ` Thomas Gleixner
2011-05-05 14:07         ` Grant Likely
2011-05-05 14:07           ` Grant Likely
2011-05-05 14:07           ` Grant Likely
2011-05-05 14:14           ` Sebastian Andrzej Siewior
2011-05-05 14:14             ` Sebastian Andrzej Siewior

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=1304387061.2513.294.camel@pasglop \
    --to=benh@kernel.crashing.org \
    --cc=bigeasy@linutronix.de \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=dirk.brandewie@gmail.com \
    --cc=grant.likely@secretlab.ca \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=monstr@monstr.eu \
    --cc=ralf@linux-mips.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.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.