docs: fpga: document programming fpgas using regions
authorAlan Tull <atull@kernel.org>
Mon, 15 Oct 2018 22:20:04 +0000 (17:20 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Oct 2018 09:13:50 +0000 (11:13 +0200)
commit4a6ff3c9a6fadd98ca4ba8e78820a06ad3e50863
tree165ef3cf35e55fb4d2bcacc27404cf0033e14db9
parentfea82b7f6670002ff36bf1bc77d0345b0b2f2d1c
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>
Documentation/driver-api/fpga/fpga-bridge.rst
Documentation/driver-api/fpga/fpga-mgr.rst
Documentation/driver-api/fpga/fpga-programming.rst [new file with mode: 0644]
Documentation/driver-api/fpga/fpga-region.rst
Documentation/driver-api/fpga/index.rst
Documentation/driver-api/fpga/intro.rst