public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/03] Free setup_irq() interrupt V3
@ 2009-03-12 12:05 Magnus Damm
  2009-03-12 12:05 ` [PATCH 01/03] Add remove_irq() for freeing of setup_irq() irqs Magnus Damm
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Magnus Damm @ 2009-03-12 12:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Magnus Damm, lethal, tglx, mingo, akpm

Free setup_irq() interrupt V3

These patches improve the early interrupt functions to support
both registering and unregistering. While at it the functions
are exported so they can be used both early from compiled-in
driver and as a regular module.

[PATCH 01/03] Add remove_irq() for freeing of setup_irq() irqs
[PATCH 02/03] Match remove_irq() args with setup_irq()
[PATCH 03/03] Export remove_irq() and setup_irq() symbols

The first patch does exactly what Ingo and Thomas suggests as
feedback to V2. The second and third are my more or less useful
improvements. =) Feel free to just pick up the first one.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
---

 Applies to tip.git.

 include/linux/irq.h |    3 +-
 kernel/irq/manage.c |   67 ++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 47 insertions(+), 23 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-03-12 23:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-12 12:05 [PATCH 00/03] Free setup_irq() interrupt V3 Magnus Damm
2009-03-12 12:05 ` [PATCH 01/03] Add remove_irq() for freeing of setup_irq() irqs Magnus Damm
2009-03-12 23:06   ` [tip:irq/genirq] irq: add " Magnus Damm
2009-03-12 12:05 ` [PATCH 02/03] Match remove_irq() args with setup_irq() Magnus Damm
2009-03-12 23:06   ` [tip:irq/genirq] irq: match " Magnus Damm
2009-03-12 12:05 ` [PATCH 03/03] Export remove_irq() and setup_irq() symbols Magnus Damm
2009-03-12 23:06   ` [tip:irq/genirq] irq: export " Magnus Damm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox