aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/sddr55.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-27usb: storage: sddr55: fix sloppy typing in sddr55_{read|write}_data()Karina Yankevich1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2019-09-10usb-storage: export symbols in USB_STORAGE namespaceMatthias Maennich1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+3
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-30usb: storage: sddr55: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi1-15/+30
2015-05-10usb: storage: fix module reference for scsi hostAkinobu Mita1-3/+8
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches1-46/+40
2012-09-05usb: remove libusualSebastian Andrzej Siewior1-1/+1
2012-01-24usb: Disable dynamic id of USB storage subdriversHuajun Li1-0/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-15usb: storage: sddr55: fix sparse warningFelipe Balbi1-1/+1
2009-03-24USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* m...Maciej Grela1-0/+3
2009-03-24usb-storage: make sddr55 a separate moduleAlan Stern1-3/+89
2009-03-24USB: add missing KERN_* constants to printksFrank Seidel1-1/+3
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-03-10USB: drivers/usb/storage/sddr55.c: fix uninitialized var warningsAndrew Morton1-2/+2
2007-10-16USB storage: sg chaining supportJens Axboe1-6/+10
2006-03-20[PATCH] USB: kzalloc for storageOliver Neukum1-2/+1
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-16/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+938