Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1695055
| From | Alan Tull <atull@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC 2/5] doc: fpga: add sysfs document for fpga region |
| Date | 2017-07-24 22:00 +0200 |
| Message-ID | <u6RGi-12s-17@gated-at.bofh.it> (permalink) |
| References | <u6RwD-Yz-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Document the firmware_name attribute added for each region. Signed-off-by: Alan Tull <atull@kernel.org> --- Documentation/ABI/testing/sysfs-class-fpga-region | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-fpga-region diff --git a/Documentation/ABI/testing/sysfs-class-fpga-region b/Documentation/ABI/testing/sysfs-class-fpga-region new file mode 100644 index 0000000..de47645 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-class-fpga-region @@ -0,0 +1,7 @@ +What: /sys/class/fpga_region/<fpga>/firmware_name +Date: July 2017 +KernelVersion: 4.15 +Contact: Alan Tull <atull@kernel.org> +Description: Write the name of FPGA image file on the firmware path to + program the FPGA region. Write nothing to free up the + FPGA region for reprogramming. -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC 0/5] Open source FPGA image header Alan Tull <atull@kernel.org> - 2017-07-24 21:50 +0200 [RFC 3/5] fpga: add dev to fpga_image_info Alan Tull <atull@kernel.org> - 2017-07-24 22:00 +0200 [RFC 2/5] doc: fpga: add sysfs document for fpga region Alan Tull <atull@kernel.org> - 2017-07-24 22:00 +0200 [RFC 4/5] fpga-region: new function fpga_region_free Alan Tull <atull@kernel.org> - 2017-07-24 22:00 +0200
csiph-web