aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/media/dvb-drivers/frontends.rst (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-04-14media: docs: move driver-specific info to driver-apiMauro Carvalho Chehab1-32/+0
Those documents don't really describe the driver API. Instead, they contain development-specific information. Yet, as the main index file describes the content of it as: "how specific kernel subsystems work from the point of view of a kernel developer" It seems to be the better fit. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2018-12-05media: docs: brainless mass add SPDX headers to all media filesMauro Carvalho Chehab1-0/+2
All Documentation files outside the uAPI are all licensed with, at least, GPL 2.0. So, mark them as such. The ondes at media/uapi are at least GFDL 1.1+. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2017-11-30media: docs: add documentation for frontend attach infoMauro Carvalho Chehab1-0/+30
Add to the media book the attachment kAPI for the DVB frontend drivers that have already some kernel-doc markup. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>