| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2012-10-01 | 1 | -1/+1 |
|\ |
|
| * | usb: remove libusual | Sebastian Andrzej Siewior | 2012-09-05 | 1 | -1/+1 |
* | | staging: keucr: remove String func prototypes | Davidlohr Bueso | 2012-09-13 | 1 | -2/+0 |
|/ |
|
* | Staging: keucr: scsiglue: fixed a do while coding style issue | William Blair | 2012-06-13 | 1 | -3/+8 |
* | Staging: keucr: init: fixed a brace coding style issue | William Blair | 2012-06-12 | 1 | -2/+1 |
* | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2012-03-20 | 1 | -37/+0 |
|\ |
|
| * | usb/storage: a couple defines from drivers/usb/storage/transport.h to include... | Sebastian Andrzej Siewior | 2012-02-28 | 1 | -37/+0 |
* | | staging: clean up Greg's email address in some TODO files | Greg Kroah-Hartman | 2012-02-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 1 | -2/+2 |
|\ |
|
| * | misc latin1 to utf8 conversions | Al Viro | 2012-01-02 | 1 | -2/+2 |
* | | USB: convert drivers/staging/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 1 | -23/+1 |
|/ |
|
* | Staging: keucr: fix comments, braces, whitespaces coding style issue in tm6000.h | Ruslan Pisarev | 2011-08-23 | 1 | -317/+315 |
* | Staging: keucr: Remove dead (comment) code in drivers/staging/keucr/smilsub.c | Ruslan Pisarev | 2011-08-23 | 1 | -918/+12 |
* | Staging: keucr: Coding style fixes in scsiglue.c | Ruslan Pisarev | 2011-08-23 | 1 | -2/+3 |
* | Staging: keucr: Coding style fixes in smil.h | Ruslan Pisarev | 2011-08-23 | 1 | -4/+2 |
* | Staging: keucr: Coding style fixes in smscsi.c | Ruslan Pisarev | 2011-08-23 | 1 | -60/+57 |
* | Staging: Remove ENE UB6250 MS card codes from keucr | Cho, Yu-Chen | 2011-07-08 | 11 | -2680/+6 |
* | Staging: keucr: usb: fixed a brace coding style warning | Zac Storer | 2011-07-05 | 1 | -2/+1 |
* | staging/keucr: fix transport other code style | Cho, Yu-Chen | 2011-05-18 | 1 | -2/+6 |
* | staging/keucr: fix keucr transport coding style | Cho, Yu-Chen | 2011-05-18 | 2 | -208/+258 |
* | staging/keucr: fix keucr smil.h coding style | Cho, Yu-Chen | 2011-05-18 | 1 | -141/+150 |
* | staging/keucr: fix keucr smilecc.c coding style | Cho, Yu-Chen | 2011-05-18 | 1 | -144/+149 |
* | staging/keucr: fix keucr scsiglue coding style | Cho, Yu-Chen | 2011-05-18 | 1 | -64/+93 |
* | staging/keucr: fix keucr msscsi coding style | Cho, Yu-Chen | 2011-05-18 | 1 | -102/+117 |
* | staging/keucr: fix keucr ms coding style | Cho, Yu-Chen | 2011-05-18 | 2 | -465/+566 |
* | staging/keucr: don't use SUCCESS as macro name | Randy Dunlap | 2011-05-10 | 3 | -84/+84 |
* | staging/keucr: eliminate sparse warnings in ms.c | Randy Dunlap | 2011-05-10 | 2 | -3/+6 |
* | staging/keucr: fix sparse statics and non-ANSI function warnings | Randy Dunlap | 2011-05-10 | 9 | -57/+59 |
* | staging/keucr: transport usb use pr_<level> | Cho, Yu-Chen | 2011-04-20 | 2 | -109/+119 |
* | staging/keucr: smilmain use pr_<level> for messages | Cho, Yu-Chen | 2011-04-20 | 1 | -7/+9 |
* | staging/keucr: scsiglue use pr_<level> for messages | Cho, Yu-Chen | 2011-04-20 | 1 | -16/+19 |
* | staging/keucr: msscsi use pr_<level> for messages | Cho, Yu-Chen | 2011-04-20 | 1 | -12/+17 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 3 | -9/+9 |
* | staging: keucr: Remove NULL check before kfree | Ilia Mirkin | 2011-03-14 | 1 | -14/+8 |
* | Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage | huajun li | 2011-03-07 | 8 | -1112/+26 |
* | staging: keucr: use kernel byteorder functions | Jonathan Neuschäfer | 2011-03-07 | 3 | -26/+15 |
* | staging: keucr: remove unused typedef VOID | Jonathan Neuschäfer | 2011-03-07 | 1 | -1/+0 |
* | staging: keucr: Change the custom counting functions to hweight8 and hweight16 | Roel Van Nyen | 2011-02-28 | 2 | -33/+6 |
* | staging: keucr: Delete use kernel strcmp() & strcpy() from TODO file | Javier Martinez Canillas | 2011-01-21 | 1 | -2/+1 |
* | staging: keucr: Delete StringCmp() and StringCopy custom functions | Javier Martinez Canillas | 2011-01-21 | 1 | -19/+0 |
* | staging: keucr: Use memcpy() instead custom StringCopy() and some style cleanups | Javier Martinez Canillas | 2011-01-21 | 1 | -6/+10 |
* | staging: keucr: Use memcmp() instead custom StringCmp() and some style cleanups | Javier Martinez Canillas | 2011-01-21 | 1 | -32/+18 |
* | Staging: Merge 2.6.37-rc5 into staging-next | Greg Kroah-Hartman | 2010-12-07 | 1 | -1/+3 |
|\ |
|
| * | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
* | | staging: keucr: fix keucr init other coding style | Al Cho | 2010-11-29 | 1 | -2/+7 |
* | | staging: keucr: fix keucr init coding style | Al Cho | 2010-11-29 | 2 | -201/+217 |
* | | drivers/staging: Remove unnecessary semicolons | Joe Perches | 2010-11-16 | 2 | -4/+4 |
* | | Staging: Merge 2.6.37-rc2 into staging-next | Greg Kroah-Hartman | 2010-11-16 | 6 | -31/+31 |
|\ \
| |/ |
|
| * | Staging: keucr driver: fix uninitialized variable & proper memset length | Konstantin Katuev | 2010-11-10 | 6 | -31/+31 |
* | | staging, keucr: Remove unnecessary casts of void ptr returning alloc function... | Jesper Juhl | 2010-11-09 | 1 | -5/+5 |
|/ |
|