commit | 9dce0287a60d72656a787b075f1b9162ff3cb142 | [log] [tgz] |
---|---|---|
author | Alan Tull <atull@opensource.altera.com> | Tue Nov 01 14:14:23 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 10 17:03:35 2016 +0100 |
tree | 7734048996d27f0b4daf0d5ab823ba014cee8c68 | |
parent | 39a842e22c1bf3ec3dce36e01fe8ba8ee66c80c8 [diff] |
fpga: add method to get fpga manager from device The intent is to provide a non-DT method of getting ahold of a FPGA manager to do some FPGA programming. This patch refactors of_fpga_mgr_get() to reuse most of it while adding a new method fpga_mgr_get() for getting a pointer to a fpga manager struct, given the device. Signed-off-by: Alan Tull <atull@opensource.altera.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>