Re: [PATCH v2 01/22] docs: fpga: add a document for Intel FPGA driver overview

2017-07-18 Thread Alan Tull
On Tue, Jul 18, 2017 at 12:22 AM, Greg KH wrote: > On Mon, Jul 17, 2017 at 03:14:29PM -0500, Alan Tull wrote: >> > Also, we're thinking that some operations require that you first "acquire >> > ownership" of the respective device, which I believe maps more easily to >> > open() and ioctls than sys

Re: [PATCH v2 01/22] docs: fpga: add a document for Intel FPGA driver overview

2017-07-17 Thread Greg KH
On Mon, Jul 17, 2017 at 03:14:29PM -0500, Alan Tull wrote: > > Also, we're thinking that some operations require that you first "acquire > > ownership" of the respective device, which I believe maps more easily to > > open() and ioctls than sysfs. > > > > Thanks > > - Enno > > Yes, sysfs doesn't i

Re: [PATCH v2 01/22] docs: fpga: add a document for Intel FPGA driver overview

2017-07-17 Thread Alan Tull
On Fri, Jul 14, 2017 at 6:59 PM, Luebbers, Enno wrote: > On Thu, Jul 13, 2017 at 12:25:20PM +0800, Wu Hao wrote: >> On Wed, Jul 12, 2017 at 09:51:32AM -0500, Alan Tull wrote: >> > On Sun, Jun 25, 2017 at 8:51 PM, Wu Hao wrote: >> > >> > Hi Hao, >> > >> > > Add a document for Intel FPGA driver ove

Re: [PATCH v2 01/22] docs: fpga: add a document for Intel FPGA driver overview

2017-07-14 Thread Luebbers, Enno
On Thu, Jul 13, 2017 at 12:25:20PM +0800, Wu Hao wrote: > On Wed, Jul 12, 2017 at 09:51:32AM -0500, Alan Tull wrote: > > On Sun, Jun 25, 2017 at 8:51 PM, Wu Hao wrote: > > > > Hi Hao, > > > > > Add a document for Intel FPGA driver overview. > > > > > > Signed-off-by: Enno Luebbers > > > Signed-

Re: [PATCH v2 01/22] docs: fpga: add a document for Intel FPGA driver overview

2017-07-12 Thread Wu Hao
On Wed, Jul 12, 2017 at 09:51:32AM -0500, Alan Tull wrote: > On Sun, Jun 25, 2017 at 8:51 PM, Wu Hao wrote: > > Hi Hao, > > > Add a document for Intel FPGA driver overview. > > > > Signed-off-by: Enno Luebbers > > Signed-off-by: Xiao Guangrong > > Signed-off-by: Wu Hao > > > > v2: added

Re: [PATCH v2 01/22] docs: fpga: add a document for Intel FPGA driver overview

2017-07-12 Thread Alan Tull
On Sun, Jun 25, 2017 at 8:51 PM, Wu Hao wrote: Hi Hao, > Add a document for Intel FPGA driver overview. > > Signed-off-by: Enno Luebbers > Signed-off-by: Xiao Guangrong > Signed-off-by: Wu Hao > > v2: added FME fpga-mgr/bridge/region platform driver to driver organization. > updated

[PATCH v2 01/22] docs: fpga: add a document for Intel FPGA driver overview

2017-06-25 Thread Wu Hao
Add a document for Intel FPGA driver overview. Signed-off-by: Enno Luebbers Signed-off-by: Xiao Guangrong Signed-off-by: Wu Hao v2: added FME fpga-mgr/bridge/region platform driver to driver organization. updated open discussion per current implementation. fixed some typos. --- Do