aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-16staging: ft1000: Fix kernel panic when use ioctl.Marek Belisko1-5/+3
2010-12-16staging: ft1000: Fix camelcase variable names.Marek Belisko1-102/+102
2010-12-16staging: ft1000: Rename ft1000_chdev.c to ft1000_debug.c.Marek Belisko2-1/+1
2010-12-16staging: ft1000: Fix camelcase function names.Marek Belisko3-6/+6
2010-12-13staging: ft1000: Always extract device number from netdev name.Marek Belisko1-13/+1
2010-12-10Staging: ft1000: fix world writable debugfs fileGreg Kroah-Hartman1-1/+1
2010-12-09staging: ft1000: Add file header to ft1000_proc.cMarek Belisko1-0/+21
2010-12-09staging: ft1000: Remove dead code.Marek Belisko1-4/+0
2010-12-09staging: ft1000: Fix coding style.Marek Belisko1-6/+2
2010-12-09staging: ft1000: Coding style fix in ft1000ReadProc.Marek Belisko1-110/+106
2010-12-09staging: ft1000: Fix coding style in ft1000NotifyProc.Marek Belisko1-16/+15
2010-12-09staging: ft1000: Use return value for ft1000InitProc.Marek Belisko1-2/+7
2010-12-09staging: ft1000: Fix coding style.Marek Belisko1-13/+12
2010-12-09staging: ft1000: Fix proc initialization handling.Marek Belisko2-15/+27
2010-12-09staging: ft1000: Fix debug messages.Marek Belisko1-7/+7
2010-12-09staging: ft1000: Remove unused headers.Marek Belisko1-4/+0
2010-12-09staging: ft1000: Remove dead code.Marek Belisko1-60/+1
2010-12-09staging: ft1000: Fix camelcase functions and variables.Marek Belisko4-82/+82
2010-12-09staging: ft1000: Remove unused variable.Marek Belisko3-3/+0
2010-12-09staging: ft1000: Remove unused pdevobj array.Marek Belisko1-23/+0
2010-12-09staging: ft1000: Fix private data pointer usage.Marek Belisko1-2/+3
2010-12-09staging: ft1000: Convert char device to debugfs.Marek Belisko3-20/+57
2010-11-29staging: ft1000: Fix goto error logic.Marek Belisko1-2/+2
2010-11-29staging: ft1000: Remove functions which create devices in kernel space.Marek Belisko1-93/+0
2010-11-19staging: ft1000: Fix compilation warning.Marek Belisko1-1/+1
2010-11-17Staging: ft1000-usb: freeing uninitialized pointerDan Carpenter1-1/+1
2010-11-16drivers/staging: Remove unnecessary casts of netdev_privJoe Perches6-47/+47
2010-11-16staging: ft1000: Copy from user into correct dataSteven Rostedt1-1/+1
2010-11-16staging: ft1000: Fix error goto statements.Marek Belisko1-3/+3
2010-11-16Staging: Merge 2.6.37-rc2 into staging-nextGreg Kroah-Hartman1-1/+0
2010-11-10staging: ft1000: Create common return point.Marek Belisko1-3/+3
2010-11-10staging: ft1000: Check return value of kthread_run.Marek Belisko1-0/+6
2010-11-09staging: ft1000: Get rid of UINT typedef usage.Marek Belisko2-5/+3
2010-11-09staging: ft1000: Get rid of PCHAR typedef usage.Marek Belisko2-2/+1
2010-11-09staging: ft1000: Get rid of BOOLEAN typedef usage.Marek Belisko5-9/+8
2010-11-09staging: ft1000: Get rid of ULONG typedef usage.Marek Belisko3-29/+28
2010-11-09staging: ft1000: Get rid of PULONG typedef usage.Marek Belisko1-1/+0
2010-11-09staging: ft1000: Get rid of USHORT typedef usage.Marek Belisko6-89/+88
2010-11-09staging: ft1000: GEt rid of PUSHORT typedef usage.Marek Belisko4-14/+13
2010-11-09staging: ft1000: Get rid of UCHAR typedef.Marek Belisko3-22/+21
2010-11-09staging: ft1000: Get rid of PUCHAR typedef.Marek Belisko5-53/+52
2010-11-09staging: ft1000: Check return value.Marek Belisko1-2/+4
2010-11-09staging: ft1000: Correct return error values.Marek Belisko1-3/+3
2010-11-09staging: ft1000: Use common return point.Marek Belisko1-14/+9
2010-11-09staging: ft1000: Use specific error codes instead self defined.Marek Belisko1-17/+10
2010-11-09staging: ft1000: Pseudo header handlig improved.Marek Belisko1-18/+17
2010-11-09staging: ft1000: Remove dead code.Marek Belisko3-203/+0
2010-11-09staging: ft1000: Use memset instead looping with for.Marek Belisko1-4/+1
2010-11-09drivers/staging: delete double assignmentJulia Lawall1-1/+0
2010-10-19staging: ft1000: Remove FT1000_INFO typedef usage.Marek Belisko6-57/+57