]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
firmware: revamp firmware documentation
authorLuis R. Rodriguez <mcgrof@kernel.org>
Fri, 16 Dec 2016 11:10:36 +0000 (03:10 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jan 2017 08:42:59 +0000 (09:42 +0100)
commit113ccc38378b6f0b24c0993040c6044e35163a51
tree2a1fbd9a1ad5144dc316834ccf52505a84191cb3
parent880444e214cfd293a2e8cc4bd3505f7ffa6ce33a
firmware: revamp firmware documentation

Understanding this code is getting out of control without any
notes. Give the firmware_class driver a much needed documentation love,
and while at it convert it to the new sphinx documentation format.

v2: typos and small fixes

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12 files changed:
Documentation/driver-api/firmware/built-in-fw.rst [new file with mode: 0644]
Documentation/driver-api/firmware/core.rst [new file with mode: 0644]
Documentation/driver-api/firmware/direct-fs-lookup.rst [new file with mode: 0644]
Documentation/driver-api/firmware/fallback-mechanisms.rst [new file with mode: 0644]
Documentation/driver-api/firmware/firmware_cache.rst [new file with mode: 0644]
Documentation/driver-api/firmware/fw_search_path.rst [new file with mode: 0644]
Documentation/driver-api/firmware/index.rst [new file with mode: 0644]
Documentation/driver-api/firmware/introduction.rst [new file with mode: 0644]
Documentation/driver-api/firmware/lookup-order.rst [new file with mode: 0644]
Documentation/driver-api/firmware/request_firmware.rst [new file with mode: 0644]
Documentation/driver-api/index.rst
Documentation/firmware_class/README [deleted file]