commit | 99a560bde313892f87ca81db568a829d3d205882 | [log] [tgz] |
---|---|---|
author | Wu Hao <hao.wu@intel.com> | Sat Jun 30 08:53:11 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jul 15 13:55:44 2018 +0200 |
tree | 3079d0343af5c0113b6924ec87b81206f64aa11b | |
parent | ecb5fbe299dfaad778033259f35bc696fa1fb743 [diff] |
fpga: mgr: add compat_id support This patch introduces compat_id support to fpga manager, it adds a fpga_compat_id pointer to fpga manager data structure to allow fpga manager drivers to save the compatibility id. This compat_id could be used for compatibility checking before doing partial reconfiguration to associated fpga regions. Signed-off-by: Wu Hao <hao.wu@intel.com> Acked-by: Alan Tull <atull@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>