Re: [PATCH v4 11/18] fpga: region: add fpga-region.h header

2017-09-14 Thread Alan Tull
On Thu, Sep 14, 2017 at 4:50 AM, Wu Hao wrote: Hi Hao, > On Thu, Sep 14, 2017 at 04:48:34AM +0800, Alan Tull wrote: >> * Create fpga-region.h. >> * Export fpga_region_program_fpga. >> * Move struct fpga_region and other things to the header. >> >> This is a step in separating FPGA region common

Re: [PATCH v4 11/18] fpga: region: add fpga-region.h header

2017-09-14 Thread Wu Hao
On Thu, Sep 14, 2017 at 04:48:34AM +0800, Alan Tull wrote: > * Create fpga-region.h. > * Export fpga_region_program_fpga. > * Move struct fpga_region and other things to the header. > > This is a step in separating FPGA region common code > from Device Tree support. > > Signed-off-by: Alan Tull