usb-serial: add support for USB Wishbone-serial adapters
authorWesley W. Terpstra <w.terpstra@gsi.de>
Thu, 11 Apr 2013 13:08:20 +0000 (15:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2013 15:41:56 +0000 (08:41 -0700)
commit1157f69bee295987952bf0cbbcbc419d497eb51c
tree4a1f90df57efc9016314204102efb54d789ff2de
parent0fcb99898633e5def627833613cf262fe7f30ac4
usb-serial: add support for USB Wishbone-serial adapters

Wishbone is an open hardware SoC bus commonly used in FPGA
designs. Bus access can be serialized using the Etherbone
protocol <http://www.ohwr.org/projects/etherbone-core>.

This driver is intended to be used with devices which attach
their internal Wishbone bus to a USB serial interface using
the Etherbone protocol. A userspace library is required to
speak the protocol made available by this driver as ttyUSBx.

Signed-off-by: Wesley W. Terpstra <w.terpstra@gsi.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/Kconfig
drivers/usb/serial/Makefile
drivers/usb/serial/wishbone-serial.c [new file with mode: 0644]