]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - Documentation/xillybus.txt
staging: New driver: Xillybus generic interface for FPGA
authorEli Billauer <eli.billauer@gmail.com>
Mon, 24 Jun 2013 15:55:47 +0000 (18:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 20:49:19 +0000 (13:49 -0700)
commit48bae0507410a7b8bbedec6d790c9b85c5a6391f
tree57732761ace8fdbf39a8853c697483b1fc98baba
parent8079154a1d7c724569d5e3cd2af147a8eb3867c3
staging: New driver: Xillybus generic interface for FPGA

This is the driver for Xillybus, which is a general-purpose interface for
data communication with FPGAs (programmable logic). Please refer to the
README included in this patch for a detailed explanation.

It was previously submitted for misc-devices, but it appears like noone's
willing to review the code (which I can understand, given its magnitude).
Hence submitted as a staging driver.

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/xillybus/Kconfig [new file with mode: 0644]
drivers/staging/xillybus/Makefile [new file with mode: 0644]
drivers/staging/xillybus/README [new file with mode: 0644]
drivers/staging/xillybus/TODO [new file with mode: 0644]
drivers/staging/xillybus/xillybus.h [new file with mode: 0644]
drivers/staging/xillybus/xillybus_core.c [new file with mode: 0644]
drivers/staging/xillybus/xillybus_of.c [new file with mode: 0644]
drivers/staging/xillybus/xillybus_pcie.c [new file with mode: 0644]