Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-05-04 Thread Wu Hao
On Thu, May 04, 2017 at 10:13:41AM -0500, Li, Yi wrote: > hi Hao > > > On 3/30/2017 7:08 AM, Wu Hao wrote: > >From: Xiao Guangrong > > > >Device Featuer List structure creates a link list of feature headers > >within the MMIO space to provide an extensiable way of adding features. > > > >The Int

Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-05-04 Thread Li, Yi
hi Hao On 3/30/2017 7:08 AM, Wu Hao wrote: From: Xiao Guangrong Device Featuer List structure creates a link list of feature headers within the MMIO space to provide an extensiable way of adding features. The Intel FPGA PCIe driver walks through the feature headers to enumerate feature devic

RE: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-04-12 Thread Wu, Hao
> On Wed, Apr 5, 2017 at 6:58 AM, Wu Hao wrote: > > On Mon, Apr 03, 2017 at 04:44:15PM -0500, Alan Tull wrote: > >> On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > >> > From: Xiao Guangrong > >> > > >> > Device Featuer List structure creates a link list of feature headers > >> > within the MMIO

Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-04-11 Thread Alan Tull
On Wed, Apr 5, 2017 at 6:58 AM, Wu Hao wrote: > On Mon, Apr 03, 2017 at 04:44:15PM -0500, Alan Tull wrote: >> On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: >> > From: Xiao Guangrong >> > >> > Device Featuer List structure creates a link list of feature headers >> > within the MMIO space to prov

Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-04-05 Thread Wu Hao
On Tue, Apr 04, 2017 at 05:09:23PM -0500, Alan Tull wrote: > On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > > From: Xiao Guangrong > > > > Device Featuer List structure creates a link list of feature headers > > within the MMIO space to provide an extensiable way of adding features. > > > > The

Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-04-05 Thread Wu Hao
On Mon, Apr 03, 2017 at 07:44:55PM -0700, Moritz Fischer wrote: > Xiao, > > few nits inline, I'll need to come back to this once I went over the > rest of the patchset ;-) Sure, Thanks for your comments and review. :) > > On Thu, Mar 30, 2017 at 08:08:04PM +0800, Wu Hao wrote: > > From: Xiao Gu

Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-04-05 Thread Wu Hao
On Mon, Apr 03, 2017 at 04:44:15PM -0500, Alan Tull wrote: > On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > > From: Xiao Guangrong > > > > Device Featuer List structure creates a link list of feature headers > > within the MMIO space to provide an extensiable way of adding features. > > > > The

Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-04-04 Thread Alan Tull
On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > From: Xiao Guangrong > > Device Featuer List structure creates a link list of feature headers > within the MMIO space to provide an extensiable way of adding features. > > The Intel FPGA PCIe driver walks through the feature headers to enumerate >

Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-04-03 Thread Moritz Fischer
Xiao, few nits inline, I'll need to come back to this once I went over the rest of the patchset ;-) On Thu, Mar 30, 2017 at 08:08:04PM +0800, Wu Hao wrote: > From: Xiao Guangrong > > Device Featuer List structure creates a link list of feature headers > within the MMIO space to provide an exten

Re: [PATCH 04/16] fpga: intel: pcie: parse feature list and create platform device for features.

2017-04-03 Thread Alan Tull
On Thu, Mar 30, 2017 at 7:08 AM, Wu Hao wrote: > From: Xiao Guangrong > > Device Featuer List structure creates a link list of feature headers > within the MMIO space to provide an extensiable way of adding features. > > The Intel FPGA PCIe driver walks through the feature headers to enumerate >