Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea05166a authored by Tobias Klauser's avatar Tobias Klauser Committed by Greg Kroah-Hartman
Browse files

Documentation: devres: Add missing IRQ functions



Commit 0668d306 ("genirq: Add devm_request_any_context_irq()")
introduced devm_request_any_context_irq() and commit 935bd5b9
("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: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 471b095d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -281,7 +281,9 @@ IOMAP


IRQ
IRQ
  devm_free_irq()
  devm_free_irq()
  devm_request_any_context_irq()
  devm_request_irq()
  devm_request_irq()
  devm_request_threaded_irq()


MDIO
MDIO
  devm_mdiobus_alloc()
  devm_mdiobus_alloc()