]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 6e9f74a5c0950369be357b60a320fcac21578d45..efefd12a0f7bd97b2d6a3970eb068250bce257c2 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 a324f9303e36da8e9c63c423f3405d777f05cdbb..d06cde26031b19e418c1ca66a560d9a59bab6af7 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 6e2d6fd85b896812b1e98982da67226fddead34c..e3c1a1fa7b4d4f20430cf16de9ce353cb1efdd5e 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 74c679e17e77def0b456b7b3a40cd7f2280ee32a..8e8333f6dd76fb1de874b555db3db2ed92d9fdd6 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>.