Re: [PATCH v5 05/28] fpga: region: add compat_id support

2018-05-07 Thread Alan Tull
On Tue, May 1, 2018 at 9:50 PM, Wu Hao wrote: Hi Hao, Thanks for making the requested changes. Looks good. > This patch introduces a compat_id pointer member and sysfs interface > for each fpga region, similar as compat_id for fpga manager, it allows > applications to read the per region compa

[PATCH v5 05/28] fpga: region: add compat_id support

2018-05-01 Thread Wu Hao
This patch introduces a compat_id pointer member and sysfs interface for each fpga region, similar as compat_id for fpga manager, it allows applications to read the per region compat_id for compatibility checking before other actions on this fpga-region (e.g PR). Signed-off-by: Wu Hao --- v5: use