aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ced1401 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-22Staging: ced1401: Staticize local symbolsSachin Kamat1-2/+2
2013-05-22Staging: ced1401: Use NULL instead of 0 for pointersSachin Kamat1-6/+12
2013-05-16Staging: ced1401: Patch removes unused typedefs.Elena Ufimtseva1-5/+0
2013-05-16Staging: ced1401: Patch removes typedef unsigned int DWORD.Elena Ufimtseva4-76/+75
2013-05-16Staging: ced1401: Patch removes typedef unsigned short WORD.Elena Ufimtseva4-40/+39
2013-05-15Staging: ced1401: Patch fixes missing parentheses in macro definitions.Elena Ufimtseva2-4/+4
2013-05-15Staging: ced1401: Fixes trailing whitespace checkpath warning.Elena Ufimtseva1-1/+1
2013-05-15Staging: ced1401: Fixes 'open brace should be on the previous line'.Elena Ufimtseva4-143/+81
2013-05-15Staging: ced1401: Fixes white spaces and indentations.Elena Ufimtseva4-421/+420
2013-05-15Staging: ced1401: Fixes C pointer format warningsElena Ufimtseva6-45/+46
2013-05-15Staging: ced1401: Fixes C99 // comments.Elena Ufimtseva6-667/+671
2013-05-13staging: ced1401: Fixes checkpatch warnings about pointer formatElena Ufimtseva1-41/+41
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-3/+1
2013-01-11staging: ced1401: fix GFP_KERNEL in spinlock contextAlexey Khoroshilov3-16/+14
2012-11-26staging: ced1401: Fix typo in staging/ced1401Masanari Iida4-10/+10
2012-10-30staging: ced1401: remove useless value cast on kmalloc()Fengguang Wu1-2/+1
2012-10-26staging: ced1401: usb1401: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2012-10-23staging: ced1401: fix a frame size warningDevendra Naga1-11/+17
2012-10-22Staging: ced1401: fix missing unlock on error in FreeCircBlock()Wei Yongjun1-1/+1
2012-10-22staging: ced1401: remove kernel version ifdef 'sDevendra Naga1-24/+0
2012-10-22staging: ced1401: fix some style warningsDevendra Naga1-2/+1
2012-10-22staging: ced1401: remove an obvious commit about the minor numberDevendra Naga1-1/+1
2012-09-21staging:ced1401: remove read write callbacks from fopsDevendra Naga1-20/+0
2012-09-21staging:ced1401: use module_usb_driver macroDevendra Naga1-15/+1
2012-09-21Staging: ced1401: fix a couple off by one checksDan Carpenter1-2/+2
2012-09-17Staging: ced1401: fix copy_from/to_user warning messagesGreg Kroah-Hartman1-19/+56
2012-09-17Staging ced1401: cleanup coding style issues.Greg Kroah-Hartman3-2331/+2539
2012-09-17Staging: ced1401: add driver to the buildGreg Kroah-Hartman2-11/+8
2012-09-17Staging: ced1401: add TODO fileGreg Kroah-Hartman1-0/+10
2012-09-17Staging: ced1401: usb1401: fix build errors.Greg Kroah-Hartman1-11/+7
2012-09-17Staging: add ced1401 USB driverAlois Schlögl9-0/+7301