commit | 47c1b19c160fe1641469c145dba78fbbe48b996a | [log] [tgz] |
---|---|---|
author | Wu Hao <hao.wu@intel.com> | Sat Jun 30 08:53:31 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jul 15 13:55:46 2018 +0200 |
tree | 3da80333a70069b2b38e26d858e1d5dfcb1665aa | |
parent | 1a1527cf5ddacc6716a3cacfa232111d92ffd93b [diff] |
fpga: dfl: afu: add port ops support This patch registers the port ops into the global list in the DFL framework, and it allows other modules to use the port ops. And This patch includes the implementation of the get_id and enable_set ops too. 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>