aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-03staging: ft1000: Logging message neateningJoe Perches1-45/+40
2014-11-03staging: ft1000: Whitespace neateningJoe Perches1-7/+7
2014-09-28staging: ft1000-usb: use usleep_range instead of msleepCatalina Mocanu1-1/+1
2014-09-28staging: ft1000-usb: remove unnecessary return statementCatalina Mocanu1-2/+0
2014-07-27staging: ft1000: remove procfs entriesNicolas Thery1-8/+0
2014-05-15staging: ft1000: remove explicit static initialisationAngus Gibson1-1/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-10staging: ft1000: STATUS defines completely removedKelley Nielsen1-2/+2
2013-10-28Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_usb.cRashika Kheria1-3/+3
2013-06-11staging: ft1000: fix memory leak on error path in ft1000_probe()Alexey Khoroshilov1-2/+8
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-4/+1
2013-01-07staging: ft1000: rename struct ft1000_device to ft1000_usbOndrej Zary1-3/+3
2013-01-07staging: ft1000: unify struct ft1000_info between USB and PCMCIA driversOndrej Zary1-14/+16
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-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
2011-11-18USB: convert drivers/staging/* to use module_usb_driver()Greg Kroah-Hartman1-21/+1
2010-12-16staging: ft1000: Fix camelcase function names.Marek Belisko1-2/+2
2010-12-09staging: ft1000: Use return value for ft1000InitProc.Marek Belisko1-2/+7
2010-12-09staging: ft1000: Fix camelcase functions and variables.Marek Belisko1-1/+1
2010-11-29staging: ft1000: Fix goto error logic.Marek Belisko1-2/+2
2010-11-19staging: ft1000: Fix compilation warning.Marek Belisko1-1/+1
2010-11-16drivers/staging: Remove unnecessary casts of netdev_privJoe Perches1-1/+1
2010-11-16staging: ft1000: Fix error goto statements.Marek Belisko1-3/+3
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 BOOLEAN typedef usage.Marek Belisko1-1/+1
2010-11-09staging: ft1000: Remove dead code.Marek Belisko1-1/+0
2010-10-19staging: ft1000: Remove FT1000_INFO typedef usage.Marek Belisko1-4/+4
2010-10-15staging: ft1000: Use specific error return code for reg_ft1000_netdev().Marek Belisko1-1/+3
2010-10-15staging: ft1000: Check return value when init net device.Marek Belisko1-1/+5
2010-10-14staging: ft1000: correct indentations for ft1000_usb.c file.Marek Belisko1-86/+79
2010-10-14staging: ft1000: replace and remove c99 comments.Marek Belisko1-58/+9
2010-10-14staging: ft1000: lines over 80 characters corrected.Marek Belisko1-20/+43
2010-10-14staging: ft1000: various checkpatch.pl fixes.Marek Belisko1-42/+29
2010-10-12staging: ft1000: Remove unused/unnecessary comments.Marek Belisko1-42/+8
2010-10-12staging: ft1000: Fix memory leak when polling fail.Marek Belisko1-1/+2
2010-10-12staging: ft1000-usb: Remove global flag DSP_loading.Marek Belisko1-8/+8
2010-10-07staging: ft1000-usb: Add correct procedure for fw image downloading.Marek Belisko1-9/+26
2010-10-05staging/ft1000-usb: fix problems found by sparseArnd Bergmann1-19/+2
2010-10-05staging/ft1000-usb: fix build warningsArnd Bergmann1-2/+2
2010-09-22Staging: ft1000: remove trailing whitespaceGreg Kroah-Hartman1-32/+32
2010-09-22Staging: Add support for Flarion OFDM usb and pcmcia devices.Marek Belisko1-0/+349