[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1103182135260.2787@localhost6.localdomain6>
Date: Fri, 18 Mar 2011 21:39:40 +0100 (CET)
From: Thomas Gleixner <tglx@...utronix.de>
To: Esben Haabendal <eha@...edevelopment.dk>
cc: linux-kernel@...r.kernel.org, grant.likely@...retlab.ca
Subject: Re: [PATCH] Support IRQ_NOAUTOEN flag in set_irq_chained_handler()
On Fri, 18 Mar 2011, eha@...edevelopment.dk wrote:
> From: Esben Haabendal <eha@...edevelopment.dk>
>
> Handle IRQ_NOAUTOEN in __set_irq_handler() (ie. for
> set_irq_chained_handler()) instead of just silently ignoring it, and in
> the same way as is done in __setup_irq() (ie. request_irq()).
>
> This give a more consistent interface, and also adheres better to
> the rule of least surprise.
Well, that might be less surprising for you, but you will be surprised
that such a change would be a real big surprise for all users of
chained handlers in arch/arm. They simply would not work anymore.
So we _cannot_ change the semantics here. All we can do is document
it.
Thanks,
tglx
--
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