Searched hist:"6 a8c3be7" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/fpga/ |
H A D | fpga-mgr.h | 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/fpga/ |
H A D | fpga-mgr.c | 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Makefile | 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Kconfig | 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/openbmc/linux/drivers/ |
H A D | Kconfig | 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | Makefile | 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 6a8c3be7 Wed Oct 07 10:36:28 CDT 2015 Alan Tull <atull@opensource.altera.com> 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 <atull@opensource.altera.com> Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|