[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090312120534.2926.78511.sendpatchset@rx1.opensource.se>
Date: Thu, 12 Mar 2009 21:05:34 +0900
From: Magnus Damm <magnus.damm@...il.com>
To: linux-kernel@...r.kernel.org
Cc: Magnus Damm <magnus.damm@...il.com>, lethal@...ux-sh.org,
tglx@...utronix.de, mingo@...e.hu, akpm@...ux-foundation.org
Subject: [PATCH 00/03] Free setup_irq() interrupt V3
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@...l.co.jp>
---
Applies to tip.git.
include/linux/irq.h | 3 +-
kernel/irq/manage.c | 67 ++++++++++++++++++++++++++++++++++-----------------
2 files changed, 47 insertions(+), 23 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists