From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Tull Subject: [PATCH v21 3/9] add sysfs document for fpga bridge class Date: Tue, 25 Oct 2016 09:55:34 -0500 Message-ID: <20161025145540.3722-4-atull@opensource.altera.com> References: <20161025145540.3722-1-atull@opensource.altera.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20161025145540.3722-1-atull@opensource.altera.com> Sender: linux-doc-owner@vger.kernel.org To: Rob Herring Cc: Frank Rowand , Mark Rutland , Greg Kroah-Hartman , Moritz Fischer , Joel Holdsworth , Ian Campbell , Jon Masters , Julia Cartwright , Michal Simek , Jonathan Corbet , Cyril Chemparathy , Matthew Gerlach , Dinh Nguyen , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, delicious.quinoa@gmail.com, Alan Tull List-Id: devicetree@vger.kernel.org Add documentation for new FPGA bridge class's sysfs interface. Signed-off-by: Alan Tull Acked-by: Moritz Fischer -- v15: Document added in v15 of patch set v16: No change to this patch in v16 of patch set v17: No change to this patch in v17 of patch set v18: No change to this patch in v18 of patch set v19: No change to this patch in this version of patch set v20: Added Moritz' ack v21: No change for this patch in v21 of patchset --- Documentation/ABI/testing/sysfs-class-fpga-bridge | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-class-fpga-bridge diff --git a/Documentation/ABI/testing/sysfs-class-fpga-bridge b/Documentation/ABI/testing/sysfs-class-fpga-bridge new file mode 100644 index 0000000..312ae2c --- /dev/null +++ b/Documentation/ABI/testing/sysfs-class-fpga-bridge @@ -0,0 +1,11 @@ +What: /sys/class/fpga_bridge//name +Date: January 2016 +KernelVersion: 4.5 +Contact: Alan Tull +Description: Name of low level FPGA bridge driver. + +What: /sys/class/fpga_bridge//state +Date: January 2016 +KernelVersion: 4.5 +Contact: Alan Tull +Description: Show bridge state as "enabled" or "disabled" -- 2.10.1