Re: [PATCH v5 19/28] fpga: dfl: fme-mgr: add compat_id support

2018-05-07 Thread Alan Tull
On Tue, May 1, 2018 at 9:50 PM, Wu Hao wrote: Hi Hao, > This patch adds compat_id support to fme manager driver, it > reads the ID from the hardware register. And it could be used > for compatibility check before partial reconfiguration. > > Signed-off-by: Wu Hao Acked-by: Alan Tull > --- >

[PATCH v5 19/28] fpga: dfl: fme-mgr: add compat_id support

2018-05-01 Thread Wu Hao
This patch adds compat_id support to fme manager driver, it reads the ID from the hardware register. And it could be used for compatibility check before partial reconfiguration. Signed-off-by: Wu Hao --- drivers/fpga/dfl-fme-mgr.c | 15 +++ 1 file changed, 15 insertions(+) diff --gi