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)
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>
13 files changed:
Documentation/devicetree/bindings/xillybus/xillybus.txt [moved from Documentation/devicetree/bindings/staging/xillybus.txt with 100% similarity]
Documentation/xillybus.txt [moved from drivers/staging/xillybus/README with 100% similarity]
drivers/char/Kconfig
drivers/char/Makefile
drivers/char/xillybus/Kconfig [moved from drivers/staging/xillybus/Kconfig with 100% similarity]
drivers/char/xillybus/Makefile [moved from drivers/staging/xillybus/Makefile with 100% similarity]
drivers/char/xillybus/xillybus.h [moved from drivers/staging/xillybus/xillybus.h with 100% similarity]
drivers/char/xillybus/xillybus_core.c [moved from drivers/staging/xillybus/xillybus_core.c with 100% similarity]
drivers/char/xillybus/xillybus_of.c [moved from drivers/staging/xillybus/xillybus_of.c with 100% similarity]
drivers/char/xillybus/xillybus_pcie.c [moved from drivers/staging/xillybus/xillybus_pcie.c with 100% similarity]
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/xillybus/TODO [deleted file]

index 6e9f74a..efefd12 100644 (file)
@@ -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
 
index a324f93..d06cde2 100644 (file)
@@ -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/
index 6e2d6fd..e3c1a1f 100644 (file)
@@ -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"
index 74c679e..8e8333f 100644 (file)
@@ -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/
diff --git a/drivers/staging/xillybus/TODO b/drivers/staging/xillybus/TODO
deleted file mode 100644 (file)
index 95cfe2f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-TODO:
-- have the driver reviewed
-
-Please send any patches and/or comments to Eli Billauer,
-<eli.billauer@gmail.com>.