xillybus: Move out of staging
authorEli Billauer <eli.billauer@gmail.com>
Tue, 9 Sep 2014 06:36:04 +0000 (09:36 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 06:44:16 +0000 (23:44 -0700)
commit7051924f771722c6dd235e693742cda6488ac700
treea99fb650d2ca4255b48fd3f2b3188bc04a7ad6f4
parent9b4c8cfaff67086f7c8c2540576a6e9504c8bd88
xillybus: Move out of staging

This driver has been functional and stable throughout the year it has spent
in the staging area. It has been patched for minor bugs, coding style issues
and improvements during this period.

This is the second submission of this move-out, after making several style
improvements, as suggested by Dan Carpenter.

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