From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Fri, 28 Jul 2017 15:55:17 +0800 From: Wu Hao Subject: Re: [PATCH v2 02/22] fpga: add FPGA device framework Message-ID: <20170728075517.GA6083@hao-dev> References: <1498441938-14046-1-git-send-email-hao.wu@intel.com> <1498441938-14046-3-git-send-email-hao.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Alan Tull 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 Thu, Jul 27, 2017 at 11:44:01AM -0500, Alan Tull wrote: > 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. Sure, will include one document for fpga-dev in the next version patch set. Thanks Hao > > Alan