diff options
author | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
commit | d864991b220b7c62e81d21209e1fd978fd67352c (patch) | |
tree | b570a1ad6fc1b959c5bcda6ceca0b321319c01e0 /Documentation/driver-api/fpga/fpga-mgr.rst | |
parent | a688c53a0277d8ea21d86a5c56884892e3442c5e (diff) | |
parent | bab5c80b211035739997ebd361a679fa85b39465 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were easy to resolve using immediate context mostly,
except the cls_u32.c one where I simply too the entire HEAD
chunk.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/driver-api/fpga/fpga-mgr.rst')
-rw-r--r-- | Documentation/driver-api/fpga/fpga-mgr.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/driver-api/fpga/fpga-mgr.rst b/Documentation/driver-api/fpga/fpga-mgr.rst index 4b3825da48d9..82b6dbbd31cd 100644 --- a/Documentation/driver-api/fpga/fpga-mgr.rst +++ b/Documentation/driver-api/fpga/fpga-mgr.rst | |||
@@ -184,6 +184,11 @@ API for implementing a new FPGA Manager driver | |||
184 | API for programming an FPGA | 184 | API for programming an FPGA |
185 | --------------------------- | 185 | --------------------------- |
186 | 186 | ||
187 | FPGA Manager flags | ||
188 | |||
189 | .. kernel-doc:: include/linux/fpga/fpga-mgr.h | ||
190 | :doc: FPGA Manager flags | ||
191 | |||
187 | .. kernel-doc:: include/linux/fpga/fpga-mgr.h | 192 | .. kernel-doc:: include/linux/fpga/fpga-mgr.h |
188 | :functions: fpga_image_info | 193 | :functions: fpga_image_info |
189 | 194 | ||