summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-usb/ft1000_usb.c
Commit message (Expand)AuthorAgeFilesLines
* staging: ft1000: remove procfs entriesNicolas Thery2014-07-271-8/+0
* staging: ft1000: remove explicit static initialisationAngus Gibson2014-05-151-1/+1
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging: ft1000: STATUS defines completely removedKelley Nielsen2013-11-101-2/+2
* Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_usb.cRashika Kheria2013-10-281-3/+3
* staging: ft1000: fix memory leak on error path in ft1000_probe()Alexey Khoroshilov2013-06-111-2/+8
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-4/+1
* staging: ft1000: rename struct ft1000_device to ft1000_usbOndrej Zary2013-01-071-3/+3
* staging: ft1000: unify struct ft1000_info between USB and PCMCIA driversOndrej Zary2013-01-071-14/+16
* staging: ft1000-usb: Change KERN_ERROR usage to pr_err in ft1000_usb.c.Marek Belisko2012-07-161-3/+3
* staging: ft1000: Fix typo in ft1000_usb.cMasanari Iida2012-07-111-1/+1
* staging/ft1000: remove unnecessary assignment of ret with STATUS_SUCCESSDevendra Naga2012-07-091-1/+1
* staging/ft1000: fix sparse warning about the kernel thread handler functionDevendra Naga2012-07-091-1/+1
* staging/ft1000: use kzalloc to allocate the ft1000_device structureDevendra Naga2012-06-201-3/+1
* staging/ft1000: Return -ENOMEM if kmalloc fails at ft1000_probeDevendra Naga2012-06-201-1/+1
* USB: convert drivers/staging/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-21/+1
* staging: ft1000: Fix camelcase function names.Marek Belisko2010-12-161-2/+2
* staging: ft1000: Use return value for ft1000InitProc.Marek Belisko2010-12-091-2/+7
* staging: ft1000: Fix camelcase functions and variables.Marek Belisko2010-12-091-1/+1
* staging: ft1000: Fix goto error logic.Marek Belisko2010-11-291-2/+2
* staging: ft1000: Fix compilation warning.Marek Belisko2010-11-191-1/+1
* drivers/staging: Remove unnecessary casts of netdev_privJoe Perches2010-11-161-1/+1
* staging: ft1000: Fix error goto statements.Marek Belisko2010-11-161-3/+3
* staging: ft1000: Create common return point.Marek Belisko2010-11-101-3/+3
* staging: ft1000: Check return value of kthread_run.Marek Belisko2010-11-101-0/+6
* staging: ft1000: Get rid of BOOLEAN typedef usage.Marek Belisko2010-11-091-1/+1
* staging: ft1000: Remove dead code.Marek Belisko2010-11-091-1/+0
* staging: ft1000: Remove FT1000_INFO typedef usage.Marek Belisko2010-10-191-4/+4
* staging: ft1000: Use specific error return code for reg_ft1000_netdev().Marek Belisko2010-10-151-1/+3
* staging: ft1000: Check return value when init net device.Marek Belisko2010-10-151-1/+5
* staging: ft1000: correct indentations for ft1000_usb.c file.Marek Belisko2010-10-141-86/+79
* staging: ft1000: replace and remove c99 comments.Marek Belisko2010-10-141-58/+9
* staging: ft1000: lines over 80 characters corrected.Marek Belisko2010-10-141-20/+43
* staging: ft1000: various checkpatch.pl fixes.Marek Belisko2010-10-141-42/+29
* staging: ft1000: Remove unused/unnecessary comments.Marek Belisko2010-10-121-42/+8
* staging: ft1000: Fix memory leak when polling fail.Marek Belisko2010-10-121-1/+2
* staging: ft1000-usb: Remove global flag DSP_loading.Marek Belisko2010-10-121-8/+8
* staging: ft1000-usb: Add correct procedure for fw image downloading.Marek Belisko2010-10-071-9/+26
* staging/ft1000-usb: fix problems found by sparseArnd Bergmann2010-10-051-19/+2
* staging/ft1000-usb: fix build warningsArnd Bergmann2010-10-051-2/+2
* Staging: ft1000: remove trailing whitespaceGreg Kroah-Hartman2010-09-221-32/+32
* Staging: Add support for Flarion OFDM usb and pcmcia devices.Marek Belisko2010-09-221-0/+349
OpenPOWER on IntegriCloud