summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/basics.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* driver-api/basics.rst: add device table headerMauro Carvalho Chehab2017-04-111-0/+6
| | | | | | | | 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>
* docs: split up the driver bookJonathan Corbet2016-08-221-0/+120
We don't need to keep it as a single large file anymore; split it up so that it is easier to manage and the individual sections can be read directly as plain files. Signed-off-by: Jonathan Corbet <corbet@lwn.net>