History log of /drivers/char/xilinx_hwicap/xilinx_hwicap.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
09a35ce00fa6bbb8bd130a828807e237488aa7ea 07-Dec-2008 Greg Kroah-Hartman <gregkh@suse.de> xilinx_hwicap: remove improper wording in license statement

GPLv2 doesn't allow additional restrictions to be imposed on any
code, so this wording needs to be removed from these files.

Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/char/xilinx_hwicap/xilinx_hwicap.h
7a8fc9b248e77a4eab0613acf30a6811799786b3 17-Aug-2008 Adrian Bunk <bunk@kernel.org> removed unused #include <linux/version.h>'s

This patch lets the files using linux/version.h match the files that
#include it.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
/drivers/char/xilinx_hwicap/xilinx_hwicap.h
6b06fdbaf9eb9f208a83540265a6a82bf1049a41 17-Mar-2008 Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> [POWERPC] Xilinx: hwicap: Refactor status handling code.

Both the buffer-based and fifo-based icap cores have a status
register. Previously, this was only used internally to check whether
transactions have completed. However, the status can be useful to the
main driver as well. This patch exposes these status functions to the
main driver along with some masks for the differnet bits.

Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
/drivers/char/xilinx_hwicap/xilinx_hwicap.h
f62f2fdd9c33160584b800da8c4a25ff1679225a 25-Feb-2008 Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> [POWERPC] Xilinx: hwicap cleanup

This fixes various items pointed out during a review of the hwicap driver.
Primarily, reversed memcpy calls, re-entrancy issues, and mutex conversion
have been addressed. There are also fixes to comments to use the kerneldoc
format, as well as some sparse annotations.

Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
/drivers/char/xilinx_hwicap/xilinx_hwicap.h
ef141a0bb0dc6172bb8fe5408cf8adbd5f76ff45 05-Feb-2008 Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> [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>
/drivers/char/xilinx_hwicap/xilinx_hwicap.h