diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-08-14 12:05:03 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 10:32:50 +0400 |
commit | ea05166aac28c1792201b8ab8d5e342f512e6c8f (patch) | |
tree | a098ed7835ddcf1f32fe99cc9e8129195e9cb83e /Documentation | |
parent | 471b095dfe0d693a8d624cbc716d1ee4d74eb437 (diff) | |
download | linux-ea05166aac28c1792201b8ab8d5e342f512e6c8f.tar.xz |
Documentation: devres: Add missing IRQ functions
Commit 0668d3065128 ("genirq: Add devm_request_any_context_irq()")
introduced devm_request_any_context_irq() and commit 935bd5b971f0
("genirq: add support for threaded interrupts to devres") added
devm_request_threaded_irq(). Add these two functionions to the list of
managed interfaces.
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-model/devres.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index d14710b04439..22b6af512114 100644 --- a/Documentation/driver-model/devres.txt +++ b/Documentation/driver-model/devres.txt @@ -281,7 +281,9 @@ IOMAP IRQ devm_free_irq() + devm_request_any_context_irq() devm_request_irq() + devm_request_threaded_irq() MDIO devm_mdiobus_alloc() |