summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/edid.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: admin-guide: Move edid.rst from driver-apiJonathan Neuschäfer2020-02-191-60/+0
| | | | | | | | | This document describes actions that an admin can do, rather than interfaces available to driver developers, so admin-guide seems to be a more appropriate place for it. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* docs: driver-api: edid: Fix list formattingJonathan Neuschäfer2020-02-191-0/+2
| | | | | | | | Without the empty lines, Sphinx renders the list as part of the running text. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-0/+58
There are lots of documents under Documentation/*.txt and a few other orphan documents elsehwere that belong to the driver-API book. Move them to their right place. Reviewed-by: Cornelia Huck <cohuck@redhat.com> # vfio-related parts Acked-by: Logan Gunthorpe <logang@deltatee.com> # switchtec Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>