Browse Source

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>
Eli Billauer 11 years ago
parent
commit
7051924f77

+ 0 - 0
Documentation/devicetree/bindings/staging/xillybus.txt → Documentation/devicetree/bindings/xillybus/xillybus.txt


+ 0 - 0
drivers/staging/xillybus/README → Documentation/xillybus.txt


+ 2 - 0
drivers/char/Kconfig

@@ -600,5 +600,7 @@ config TILE_SROM
 	  device appear much like a simple EEPROM, and knows
 	  how to partition a single ROM for multiple purposes.
 
+source "drivers/char/xillybus/Kconfig"
+
 endmenu
 

+ 1 - 0
drivers/char/Makefile

@@ -61,3 +61,4 @@ obj-$(CONFIG_JS_RTC)		+= js-rtc.o
 js-rtc-y = rtc.o
 
 obj-$(CONFIG_TILE_SROM)		+= tile-srom.o
+obj-$(CONFIG_XILLYBUS)		+= xillybus/

+ 0 - 0
drivers/staging/xillybus/Kconfig → drivers/char/xillybus/Kconfig


+ 0 - 0
drivers/staging/xillybus/Makefile → drivers/char/xillybus/Makefile


+ 0 - 0
drivers/staging/xillybus/xillybus.h → drivers/char/xillybus/xillybus.h


+ 0 - 0
drivers/staging/xillybus/xillybus_core.c → drivers/char/xillybus/xillybus_core.c


+ 0 - 0
drivers/staging/xillybus/xillybus_of.c → drivers/char/xillybus/xillybus_of.c


+ 0 - 0
drivers/staging/xillybus/xillybus_pcie.c → drivers/char/xillybus/xillybus_pcie.c


+ 0 - 2
drivers/staging/Kconfig

@@ -104,8 +104,6 @@ source "drivers/staging/mt29f_spinand/Kconfig"
 
 source "drivers/staging/lustre/Kconfig"
 
-source "drivers/staging/xillybus/Kconfig"
-
 source "drivers/staging/dgnc/Kconfig"
 
 source "drivers/staging/dgap/Kconfig"

+ 0 - 1
drivers/staging/Makefile

@@ -43,7 +43,6 @@ obj-$(CONFIG_DRM_IMX)		+= imx-drm/
 obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/
 obj-$(CONFIG_GOLDFISH)		+= goldfish/
 obj-$(CONFIG_LUSTRE_FS)		+= lustre/
-obj-$(CONFIG_XILLYBUS)		+= xillybus/
 obj-$(CONFIG_DGNC)			+= dgnc/
 obj-$(CONFIG_DGAP)			+= dgap/
 obj-$(CONFIG_MTD_SPINAND_MT29F)	+= mt29f_spinand/

+ 0 - 5
drivers/staging/xillybus/TODO

@@ -1,5 +0,0 @@
-TODO:
-- have the driver reviewed
-
-Please send any patches and/or comments to Eli Billauer,
-<eli.billauer@gmail.com>.