char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)
authorEli Billauer <eli.billauer@gmail.com>
Wed, 26 May 2021 10:03:11 +0000 (13:03 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 May 2021 12:07:41 +0000 (14:07 +0200)
commita53d1202aef122894b6e46116a92174a9123db5d
tree7e98e90cd3515dc9974940ca2d0eec981225990f
parent8cb5d216ab3365bc85aac65da27f1c2b3dd6f366
char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)

The XillyUSB driver is the USB variant for the Xillybus FPGA IP core.
Even though it presents a nearly identical API on the FPGA and host,
it's almost a complete rewrite of the driver: The framework for exchanging
data on a USB bus is fundamentally different from doing the same with a
PCIe interface, which leaves very little in common between the existing
driver and the new one for XillyUSB.

Signed-off-by: Eli Billauer <eli.billauer@gmail.com>
Link: https://lore.kernel.org/r/20210526100311.56327-3-eli.billauer@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/xillybus/Kconfig
drivers/char/xillybus/Makefile
drivers/char/xillybus/xillyusb.c [new file with mode: 0644]