From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: MIME-Version: 1.0 In-Reply-To: <1498441938-14046-3-git-send-email-hao.wu@intel.com> References: <1498441938-14046-1-git-send-email-hao.wu@intel.com> <1498441938-14046-3-git-send-email-hao.wu@intel.com> From: Alan Tull Date: Thu, 27 Jul 2017 11:44:01 -0500 Message-ID: Subject: Re: [PATCH v2 02/22] fpga: add FPGA device framework Content-Type: text/plain; charset="UTF-8" To: Wu Hao Cc: Moritz Fischer , linux-fpga@vger.kernel.org, linux-kernel , linux-api@vger.kernel.org, "Kang, Luwei" , "Zhang, Yi Z" , Tim Whisonant , Enno Luebbers , Shiva Rao , Christopher Rauer , Xiao Guangrong List-ID: On Sun, Jun 25, 2017 at 8:51 PM, Wu Hao wrote: > During FPGA device (e.g PCI-based) discovery, platform devices are > registered for different FPGA function units. But the device node path > isn't quite friendly to applications. > Hi Hao, Please add a document for fpga-dev under Documentation/fpga to help future users. The header of this patch explains things pretty well and could be used with a little formatting for the document. Alan