[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110516092429.GC26487@linutronix.de>
Date: Mon, 16 May 2011 11:24:29 +0200
From: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To: Daniel Drake <dsd@...top.org>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org, dilinger@...ued.net
Subject: Re: [PATCH 11/11] x86, olpc: Add XO-1.5 SCI driver
* Daniel Drake | 2011-04-30 13:32:30 [+0100]:
>+static DECLARE_WORK(sci_work, process_sci_queue_work);
>+
>+static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context)
>+{
>+ schedule_work(&sci_work);
>+ return ACPI_INTERRUPT_HANDLED | ACPI_REENABLE_GPE;
>+}
I know this is too much to ask but acpi_install_gpe_handler() looks like
a custom irq demultiplexor which lacks the support for threaded irqs.
Sebastian
--
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