aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/core-api
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2019-10-04 10:39:55 -0600
committerJonathan Corbet <corbet@lwn.net>2019-11-18 12:40:59 -0700
commit5ca470a0c3886b80ec13c3a19e9aae4c2f469202 (patch)
tree8095cccf51937932fb9663a74b8bbfce97d87326 /Documentation/core-api
parentdocs: filesystems: Add mount map description in Content (diff)
downloadlinux-dev-5ca470a0c3886b80ec13c3a19e9aae4c2f469202.tar.xz
linux-dev-5ca470a0c3886b80ec13c3a19e9aae4c2f469202.zip
docs: Add request_irq() documentation
While checking the results of the :c:func: removal, I noticed that there was no documentation for request_irq(), and request_threaded_irq() was not mentioned at all. Add a kerneldoc comment for request_irq() and add request_threaded_irq() to the list of functions. Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r--Documentation/core-api/genericirq.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/core-api/genericirq.rst b/Documentation/core-api/genericirq.rst
index 2e6c99e3ce3b..8f06d885c310 100644
--- a/Documentation/core-api/genericirq.rst
+++ b/Documentation/core-api/genericirq.rst
@@ -127,6 +127,8 @@ The high-level Driver API consists of following functions:
- request_irq()
+- request_threaded_irq()
+
- free_irq()
- disable_irq()