]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbe94b30097ff6486318a34abecbffcee0cf1a4f3
treea99fb650d2ca4255b48fd3f2b3188bc04a7ad6f4
parent07f1a06af76fb7444c59aaa147cb76d115c03ef8
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]