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>
This commit is contained in:
		
					parent
					
						
							
								9b4c8cfaff
							
						
					
				
			
			
				commit
				
					
						7051924f77
					
				
			
		
					 13 changed files with 3 additions and 8 deletions
				
			
		|  | @ -600,5 +600,7 @@ config TILE_SROM | ||||||
| 	  device appear much like a simple EEPROM, and knows | 	  device appear much like a simple EEPROM, and knows | ||||||
| 	  how to partition a single ROM for multiple purposes. | 	  how to partition a single ROM for multiple purposes. | ||||||
| 
 | 
 | ||||||
|  | source "drivers/char/xillybus/Kconfig" | ||||||
|  | 
 | ||||||
| endmenu | endmenu | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -61,3 +61,4 @@ obj-$(CONFIG_JS_RTC)		+= js-rtc.o | ||||||
| js-rtc-y = rtc.o | js-rtc-y = rtc.o | ||||||
| 
 | 
 | ||||||
| obj-$(CONFIG_TILE_SROM)		+= tile-srom.o | obj-$(CONFIG_TILE_SROM)		+= tile-srom.o | ||||||
|  | obj-$(CONFIG_XILLYBUS)		+= xillybus/ | ||||||
|  |  | ||||||
|  | @ -104,8 +104,6 @@ source "drivers/staging/mt29f_spinand/Kconfig" | ||||||
| 
 | 
 | ||||||
| source "drivers/staging/lustre/Kconfig" | source "drivers/staging/lustre/Kconfig" | ||||||
| 
 | 
 | ||||||
| source "drivers/staging/xillybus/Kconfig" |  | ||||||
| 
 |  | ||||||
| source "drivers/staging/dgnc/Kconfig" | source "drivers/staging/dgnc/Kconfig" | ||||||
| 
 | 
 | ||||||
| source "drivers/staging/dgap/Kconfig" | source "drivers/staging/dgap/Kconfig" | ||||||
|  |  | ||||||
|  | @ -43,7 +43,6 @@ obj-$(CONFIG_DRM_IMX)		+= imx-drm/ | ||||||
| obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/ | obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/ | ||||||
| obj-$(CONFIG_GOLDFISH)		+= goldfish/ | obj-$(CONFIG_GOLDFISH)		+= goldfish/ | ||||||
| obj-$(CONFIG_LUSTRE_FS)		+= lustre/ | obj-$(CONFIG_LUSTRE_FS)		+= lustre/ | ||||||
| obj-$(CONFIG_XILLYBUS)		+= xillybus/ |  | ||||||
| obj-$(CONFIG_DGNC)			+= dgnc/ | obj-$(CONFIG_DGNC)			+= dgnc/ | ||||||
| obj-$(CONFIG_DGAP)			+= dgap/ | obj-$(CONFIG_DGAP)			+= dgap/ | ||||||
| obj-$(CONFIG_MTD_SPINAND_MT29F)	+= mt29f_spinand/ | obj-$(CONFIG_MTD_SPINAND_MT29F)	+= mt29f_spinand/ | ||||||
|  |  | ||||||
|  | @ -1,5 +0,0 @@ | ||||||
| TODO: |  | ||||||
| - have the driver reviewed |  | ||||||
| 
 |  | ||||||
| Please send any patches and/or comments to Eli Billauer, |  | ||||||
| <eli.billauer@gmail.com>. |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Eli Billauer
				Eli Billauer