summaryrefslogtreecommitdiffstats
path: root/Documentation/fpga/dfl.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: fpga: dfl: add descriptions for thermal/power management ↵Xu Yilun2019-10-171-0/+10
| | | | | | | | | | | | | interfaces This patch add introductions to thermal/power interfaces. They are implemented as hwmon sysfs interfaces by thermal/power private feature drivers. Signed-off-by: Xu Yilun <yilun.xu@intel.com> Signed-off-by: Wu Hao <hao.wu@intel.com> Acked-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Moritz Fischer <mdf@kernel.org>
* Documentation: fpga: dfl: add descriptions for virtualization and new ↵Wu Hao2019-09-041-0/+105
| | | | | | | | | | | | | | interfaces. This patch adds virtualization support description for DFL based FPGA devices (based on PCIe SRIOV), and introductions to new interfaces added by new dfl private feature drivers. [mdf@kernel.org: Fixed up to make it work with new reStructuredText docs] Signed-off-by: Xu Yilun <yilun.xu@intel.com> Signed-off-by: Wu Hao <hao.wu@intel.com> Acked-by: Alan Tull <atull@kernel.org> Signed-off-by: Moritz Fischer <mdf@kernel.org>
* docs: fpga: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-0/+291
The dfl.txt file is almost there. It needs just a few adjustments to be properly parsed. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>