diff options
| author | Alan Tull <[email protected]> | 2015-10-07 15:36:28 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2015-10-07 17:08:15 +0000 |
| commit | 6a8c3be7ec8eb3c1197766f9245e0d65a4e5aff8 (patch) | |
| tree | 311c3845b068f737086813b1231b1c3b695f0a1c /drivers/fpga/socfpga.c | |
| parent | fpga manager: add sysfs interface document (diff) | |
| download | kernel-6a8c3be7ec8eb3c1197766f9245e0d65a4e5aff8.tar.gz kernel-6a8c3be7ec8eb3c1197766f9245e0d65a4e5aff8.zip | |
add FPGA manager core
API to support programming FPGA's.
The following functions are exported as GPL:
* fpga_mgr_buf_load
Load fpga from image in buffer
* fpga_mgr_firmware_load
Request firmware and load it to the FPGA.
* fpga_mgr_register
* fpga_mgr_unregister
FPGA device drivers can be added by calling
fpga_mgr_register() to register a set of
fpga_manager_ops to do device specific stuff.
* of_fpga_mgr_get
* fpga_mgr_put
Get/put a reference to a fpga manager.
The following sysfs files are created:
* /sys/class/fpga_manager/<fpga>/name
Name of low level driver.
* /sys/class/fpga_manager/<fpga>/state
State of fpga manager
Signed-off-by: Alan Tull <[email protected]>
Acked-by: Michal Simek <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/socfpga.c')
0 files changed, 0 insertions, 0 deletions
