aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-3/+2
2013-01-07staging: keucr: Fix parens/bracesKurt Kanzenbach1-73/+37
2013-01-07staging: keucr: Removed trailing whitespacesKurt Kanzenbach1-2/+2
2013-01-07staging: keucr: Replaced c99 commentsKurt Kanzenbach1-52/+21
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2012-09-13staging: keucr: remove String func prototypesDavidlohr Bueso1-2/+0
2012-09-05usb: remove libusualSebastian Andrzej Siewior1-1/+1
2012-06-13Staging: keucr: scsiglue: fixed a do while coding style issueWilliam Blair1-3/+8
2012-06-12Staging: keucr: init: fixed a brace coding style issueWilliam Blair1-2/+1
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-37/+0
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.hSebastian Andrzej Siewior1-37/+0
2012-02-15staging: clean up Greg's email address in some TODO filesGreg Kroah-Hartman1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-01-02misc latin1 to utf8 conversionsAl Viro1-2/+2
2011-11-18USB: convert drivers/staging/* to use module_usb_driver()Greg Kroah-Hartman1-23/+1
2011-08-23Staging: keucr: fix comments, braces, whitespaces coding style issue in tm6000.hRuslan Pisarev1-317/+315
2011-08-23Staging: keucr: Remove dead (comment) code in drivers/staging/keucr/smilsub.cRuslan Pisarev1-918/+12
2011-08-23Staging: keucr: Coding style fixes in scsiglue.cRuslan Pisarev1-2/+3
2011-08-23Staging: keucr: Coding style fixes in smil.hRuslan Pisarev1-4/+2
2011-08-23Staging: keucr: Coding style fixes in smscsi.cRuslan Pisarev1-60/+57
2011-07-08Staging: Remove ENE UB6250 MS card codes from keucrCho, Yu-Chen11-2680/+6
2011-07-05Staging: keucr: usb: fixed a brace coding style warningZac Storer1-2/+1
2011-05-18staging/keucr: fix transport other code styleCho, Yu-Chen1-2/+6
2011-05-18staging/keucr: fix keucr transport coding styleCho, Yu-Chen2-208/+258
2011-05-18staging/keucr: fix keucr smil.h coding styleCho, Yu-Chen1-141/+150
2011-05-18staging/keucr: fix keucr smilecc.c coding styleCho, Yu-Chen1-144/+149
2011-05-18staging/keucr: fix keucr scsiglue coding styleCho, Yu-Chen1-64/+93
2011-05-18staging/keucr: fix keucr msscsi coding styleCho, Yu-Chen1-102/+117
2011-05-18staging/keucr: fix keucr ms coding styleCho, Yu-Chen2-465/+566
2011-05-10staging/keucr: don't use SUCCESS as macro nameRandy Dunlap3-84/+84
2011-05-10staging/keucr: eliminate sparse warnings in ms.cRandy Dunlap2-3/+6
2011-05-10staging/keucr: fix sparse statics and non-ANSI function warningsRandy Dunlap9-57/+59
2011-04-20staging/keucr: transport usb use pr_<level>Cho, Yu-Chen2-109/+119
2011-04-20staging/keucr: smilmain use pr_<level> for messagesCho, Yu-Chen1-7/+9
2011-04-20staging/keucr: scsiglue use pr_<level> for messagesCho, Yu-Chen1-16/+19
2011-04-20staging/keucr: msscsi use pr_<level> for messagesCho, Yu-Chen1-12/+17
2011-03-31Fix common misspellingsLucas De Marchi3-9/+9
2011-03-14staging: keucr: Remove NULL check before kfreeIlia Mirkin1-14/+8
2011-03-07Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storagehuajun li8-1112/+26
2011-03-07staging: keucr: use kernel byteorder functionsJonathan Neuschäfer3-26/+15
2011-03-07staging: keucr: remove unused typedef VOIDJonathan Neuschäfer1-1/+0
2011-02-28staging: keucr: Change the custom counting functions to hweight8 and hweight16Roel Van Nyen2-33/+6
2011-01-21staging: keucr: Delete use kernel strcmp() & strcpy() from TODO fileJavier Martinez Canillas1-2/+1
2011-01-21staging: keucr: Delete StringCmp() and StringCopy custom functionsJavier Martinez Canillas1-19/+0
2011-01-21staging: keucr: Use memcpy() instead custom StringCopy() and some style cleanupsJavier Martinez Canillas1-6/+10
2011-01-21staging: keucr: Use memcmp() instead custom StringCmp() and some style cleanupsJavier Martinez Canillas1-32/+18
2010-12-07Staging: Merge 2.6.37-rc5 into staging-nextGreg Kroah-Hartman1-1/+3
2010-11-29staging: keucr: fix keucr init other coding styleAl Cho1-2/+7
2010-11-29staging: keucr: fix keucr init coding styleAl Cho2-201/+217
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3