| From 61dfd4be91d2b0b62631b47d6fe2e775b97ca990 Mon Sep 17 00:00:00 2001 |
| From: Alan Tull <atull@opensource.altera.com> |
| Date: Tue, 1 Nov 2016 14:14:27 -0500 |
| Subject: [PATCH 029/103] add sysfs document for fpga bridge class |
| |
| Add documentation for new FPGA bridge class's sysfs interface. |
| |
| Signed-off-by: Alan Tull <atull@opensource.altera.com> |
| Acked-by: Moritz Fischer <moritz.fischer@ettus.com> |
| Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| --- |
| Documentation/ABI/testing/sysfs-class-fpga-bridge | 11 +++++++++++ |
| 1 file changed, 11 insertions(+) |
| create mode 100644 Documentation/ABI/testing/sysfs-class-fpga-bridge |
| |
| --- /dev/null |
| +++ b/Documentation/ABI/testing/sysfs-class-fpga-bridge |
| @@ -0,0 +1,11 @@ |
| +What: /sys/class/fpga_bridge/<bridge>/name |
| +Date: January 2016 |
| +KernelVersion: 4.5 |
| +Contact: Alan Tull <atull@opensource.altera.com> |
| +Description: Name of low level FPGA bridge driver. |
| + |
| +What: /sys/class/fpga_bridge/<bridge>/state |
| +Date: January 2016 |
| +KernelVersion: 4.5 |
| +Contact: Alan Tull <atull@opensource.altera.com> |
| +Description: Show bridge state as "enabled" or "disabled" |