summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-usb
AgeCommit message (Expand)AuthorFilesLines
2013-06-11staging: ft1000: fix memory leak on error path in ft1000_probe()Alexey Khoroshilov1-2/+8
2013-05-17staging: fixed else format in ft1000_debug.cKatja Collier1-12/+6
2013-05-17staging: fixed spaces around parens in ft1000Katja Collier2-27/+27
2013-05-17staging: open braces in ft1000_debug.c and ioctl.hKatja Collier2-16/+8
2013-05-17staging: improved comment style in ft1000_ioctl.hKatja Collier1-64/+66
2013-05-17staging: improved comment style in ft1000_debug.cKatja Collier1-177/+194
2013-05-05staging: single_open() leaksAl Viro1-1/+1
2013-04-29ft1000: Don't use create_proc_read_entry()David Howells1-70/+59
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-1/+1
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-4/+1
2013-01-07Staging: ft1000-usb: Fix call to obsolete functionKurt Kanzenbach1-2/+2
2013-01-07staging: ft1000: rename struct ft1000_device to ft1000_usbOndrej Zary6-84/+84
2013-01-07staging: ft1000: unify struct ft1000_info between USB and PCMCIA driversOndrej Zary6-223/+182
2012-11-26staging: ft1000: remove assigments of ret and initialise it in beginningDevendra Naga1-3/+1
2012-08-13staging: ft1000: Replace timeout values with USB_CTRL_G(S)ET_TIMEOUT.Marek Belisko2-8/+6
2012-08-13staging: ft1000: Fix ft1000_control function timeout argument usage.Marek Belisko1-1/+1
2012-07-16staging: ft1000-usb: Fix various checkpach warnings in ft1000_usb.hMarek Belisko1-8/+7
2012-07-16staging: ft1000-usb: Replace all C99 comments with regular in ft1000_usb.h.Marek Belisko1-17/+18
2012-07-16staging: ft1000-usb: Fix lines over 80 chars.Marek Belisko1-11/+22
2012-07-16staging: ft1000-usb: Remove name comments from ft1000_usb.h.Marek Belisko1-5/+3
2012-07-16staging: ft1000-usb: Remove spaces from struct dpram_blk.Marek Belisko1-2/+2
2012-07-16staging: ft1000-usb: Remove leading spaces from struct ft1000_info.Marek Belisko1-47/+47
2012-07-16staging: ft1000-usb: Remove commented lines from ft1000_device.Marek Belisko1-4/+0
2012-07-16staging: ft1000-usb: Change KERN_ERROR usage to pr_err in ft1000_usb.c.Marek Belisko1-3/+3
2012-07-11staging: ft1000: Fix typo in ft1000_usb.cMasanari Iida1-1/+1
2012-07-09staging/ft1000: remove unnecessary assignment of ret with STATUS_SUCCESSDevendra Naga1-1/+1
2012-07-09staging/ft1000: fix sparse warning about the kernel thread handler functionDevendra Naga1-1/+1
2012-07-09staging/ft1000: fix sparse warningDevendra Naga1-1/+1
2012-07-06staging/ft1000: fix minor coding style problemDevendra Naga1-2/+2
2012-06-20staging/ft1000: remove usage of ret in ft1000_openDevendra Naga1-4/+1
2012-06-20staging/ft1000: use kzalloc to allocate the ft1000_device structureDevendra Naga1-3/+1
2012-06-20staging/ft1000: Return -ENOMEM if kmalloc fails at ft1000_probeDevendra Naga1-1/+1
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-18USB: convert drivers/staging/* to use module_usb_driver()Greg Kroah-Hartman1-21/+1
2011-08-23staging: ft1000: dont cast void* from kmalloc()Thomas Meyer1-1/+1
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-435/+10
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-9/+0
2011-07-05staging: ft1000: Merge common definitions from USB and PCMCIA driversOndrej Zary2-435/+10
2011-05-03staging: ft1000: Removed unused variable InterruptsEnabled.Marek Belisko2-2/+0
2011-05-03staging: ft1000: Remove unused variable CurrentInterruptEnableMask.Marek Belisko2-2/+0
2011-05-03staging: ft1000: Remove unused variable DSPResetNum.Marek Belisko2-3/+0
2011-05-03staging: ft1000: Remove unused variable ASICResetNum.Marek Belisko2-4/+0
2011-05-03staging: ft1000: Remove unused variables in ft1000_info.Marek Belisko1-13/+0
2011-05-03staging: ft1000: Remove unused declaration in ft1000_usb.h.Marek Belisko1-2/+0
2011-04-20staging:ft1000: Remove dead code in ft1000_hw.cMarek Belisko1-121/+30
2011-03-31Fix common misspellingsLucas De Marchi4-14/+14
2011-03-14staging: ft1000: Fix coding style in ft1000_proc_drvmsg function.Marek Belisko1-263/+295
2011-03-14staging: ft1000: Fix coding style in ft1000_dsp_prov function.Marek Belisko1-68/+73
2011-03-14staging: ft1000: Fix coding style in ft1000_receive_cmd function.Marek Belisko1-47/+61