From: Stephen Boyd Date: Fri, 3 Jan 2014 00:37:32 +0000 (-0800) Subject: genirq: Add devm_request_any_context_irq() X-Git-Tag: v3.14-rc3~5^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0668d3065128d39449c097e62dbdb5707820137d;p=pandora-kernel.git genirq: Add devm_request_any_context_irq() Some drivers use request_any_context_irq() but there isn't a devm_* function for it. Add one so that these drivers don't need to explicitly free the irq on driver detach. Signed-off-by: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org Cc: Dmitry Torokhov Link: http://lkml.kernel.org/r/1388709460-19222-3-git-send-email-sboyd@codeaurora.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed