mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
Documentation: devres: Add missing IRQ functions
Commit0668d30651
("genirq: Add devm_request_any_context_irq()") introduced devm_request_any_context_irq() and commit935bd5b971
("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>
This commit is contained in:
parent
471b095dfe
commit
ea05166aac
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user