diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-10-04 10:39:55 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-11-18 12:40:59 -0700 |
commit | 5ca470a0c3886b80ec13c3a19e9aae4c2f469202 (patch) | |
tree | 8095cccf51937932fb9663a74b8bbfce97d87326 /Documentation/core-api | |
parent | e8a9e30d721196951e1c82bae208296d066ac272 (diff) |
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.rst | 2 |
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() |