aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/fpga/index.rst
diff options
context:
space:
mode:
authorAlan Tull <atull@kernel.org>2018-10-15 17:20:04 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-10-16 11:13:50 +0200
commit4a6ff3c9a6fadd98ca4ba8e78820a06ad3e50863 (patch)
tree165ef3cf35e55fb4d2bcacc27404cf0033e14db9 /Documentation/driver-api/fpga/index.rst
parentfpga: add devm_fpga_region_create (diff)
downloadlinux-dev-4a6ff3c9a6fadd98ca4ba8e78820a06ad3e50863.tar.xz
linux-dev-4a6ff3c9a6fadd98ca4ba8e78820a06ad3e50863.zip
docs: fpga: document programming fpgas using regions
Clarify the intention that interfaces and upper layers use regions rather than managers directly. Rearrange API documentation to better group the API functions used to create FPGA mgr/bridge/regions and the API used for programming FPGAs. Signed-off-by: Alan Tull <atull@kernel.org> Suggested-by: Federico Vaga <federico.vaga@cern.ch> Acked-by: Moritz Fischer <mdf@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/fpga/index.rst')
-rw-r--r--Documentation/driver-api/fpga/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/driver-api/fpga/index.rst b/Documentation/driver-api/fpga/index.rst
index c51e5ebd544a..31a4773bd2e6 100644
--- a/Documentation/driver-api/fpga/index.rst
+++ b/Documentation/driver-api/fpga/index.rst
@@ -11,3 +11,5 @@ FPGA Subsystem
fpga-mgr
fpga-bridge
fpga-region
+ fpga-programming
+