]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: add Kernel Driver Statement to the kernel
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Oct 2017 09:10:38 +0000 (11:10 +0200)
committerJonathan Corbet <corbet@lwn.net>
Sat, 7 Oct 2017 16:05:56 +0000 (10:05 -0600)
commit647b024b39a03afe32afeb21f269129fd79f1d02
treeccf22ec3f01229e52c76db6f28ad61d700cce787
parent2f9ba1372333a40ad63f81cbe88a3f79eec619aa
Documentation: add Kernel Driver Statement to the kernel

Way back in 2008 we didn't have "robust" in-kernel documentation system,
so the idea of putting something like the kernel driver statement in the
kernel tree wasn't even imagined.  But now that has changed, so add the
old document to the kernel source itself to allow for us to properly
reference it in one canonical place (as the LF wiki keeps moving things
around.)

This also will allow people to add their names to it, as I seem to have
lost the ability to do that by not knowing how to edit things on the
original document.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/index.rst
Documentation/process/kernel-driver-statement.rst [new file with mode: 0644]