summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-class-fpga-manager (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fpga: mgr: add status for fpga-managerWu Hao2018-07-151-0/+24
| | | | | | | | | | | | | | | | | | This patch adds status sysfs interface for fpga manager, it's a read only interface which allows user to get fpga manager status, including full/partial reconfiguration error and other status information. It adds a status callback to fpga_manager_ops too, allows each fpga_manager driver to define its own method to collect latest status from hardware. The following sysfs file is created: * /sys/class/fpga_manager/<fpga>/status Return status of fpga manager, including reconfiguration errors. Signed-off-by: Wu Hao <hao.wu@intel.com> Acked-by: Alan Tull <atull@kernel.org> Acked-by: Moritz Fischer <mdf@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* fpga manager: add sysfs interface documentAlan Tull2015-10-071-0/+37
Add documentation under drivers/staging for new fpga manager's sysfs interface. Signed-off-by: Alan Tull <atull@opensource.altera.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>