projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
686b0d9
)
driver-api/basics.rst: add device table header
author
Mauro Carvalho Chehab
<mchehab@s-opensource.com>
Wed, 5 Apr 2017 13:22:56 +0000
(10:22 -0300)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 11 Apr 2017 20:35:28 +0000
(14:35 -0600)
The structs there at device table are used by other documentation
at the Kernel. So, add it to the driver API.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/basics.rst
patch
|
blob
|
history
diff --git
a/Documentation/driver-api/basics.rst
b/Documentation/driver-api/basics.rst
index 935b9b8d456c8af606324f57c81a5ef4750ac6c6..472e7a664d13ce6ae6d09cc36ccdde60089de99a 100644
(file)
--- a/
Documentation/driver-api/basics.rst
+++ b/
Documentation/driver-api/basics.rst
@@
-7,6
+7,12
@@
Driver Entry and Exit points
.. kernel-doc:: include/linux/init.h
:internal:
+Driver device table
+-------------------
+
+.. kernel-doc:: include/linux/mod_devicetable.h
+ :internal:
+
Atomic and pointer manipulation
-------------------------------