linux-stable/drivers/char/xilinx_hwicap
Stephen Neuendorffer ef141a0bb0 [POWERPC] Xilinx: hwicap driver
This includes code for new fifo-based xps_hwicap in addition to the
older opb_hwicap, which has a significantly different interface.  The
common code between the two drivers is largely shared.

Significant differences exists between this driver and what is
supported in the EDK drivers.  In particular, most of the
architecture-specific code for reconfiguring individual FPGA resources
has been removed.  This functionality is likely better provided in a
user-space support library.  In addition, read and write access is
supported.  In addition, although the xps_hwicap cores support
interrupt-driver mode, this driver only supports polled operation, in
order to make the code simpler, and since the interrupt processing
overhead is likely to slow down the throughput under Linux.

Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2008-02-06 10:23:52 -07:00
..
Makefile [POWERPC] Xilinx: hwicap driver 2008-02-06 10:23:52 -07:00
buffer_icap.c [POWERPC] Xilinx: hwicap driver 2008-02-06 10:23:52 -07:00
buffer_icap.h [POWERPC] Xilinx: hwicap driver 2008-02-06 10:23:52 -07:00
fifo_icap.c [POWERPC] Xilinx: hwicap driver 2008-02-06 10:23:52 -07:00
fifo_icap.h [POWERPC] Xilinx: hwicap driver 2008-02-06 10:23:52 -07:00
xilinx_hwicap.c [POWERPC] Xilinx: hwicap driver 2008-02-06 10:23:52 -07:00
xilinx_hwicap.h [POWERPC] Xilinx: hwicap driver 2008-02-06 10:23:52 -07:00