summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-091-1/+1
|\
| * net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* | staging: ft1000: fix memory leak on error path in ft1000_probe()Alexey Khoroshilov2013-06-111-2/+8
* | staging: fixed else format in ft1000_debug.cKatja Collier2013-05-171-12/+6
* | staging: fixed spaces around parens in ft1000Katja Collier2013-05-172-27/+27
* | staging: open braces in ft1000_debug.c and ioctl.hKatja Collier2013-05-172-16/+8
* | staging: improved comment style in ft1000_ioctl.hKatja Collier2013-05-171-64/+66
* | staging: improved comment style in ft1000_debug.cKatja Collier2013-05-171-177/+194
|/
* staging: single_open() leaksAl Viro2013-05-051-1/+1
* ft1000: Don't use create_proc_read_entry()David Howells2013-04-291-70/+59
* constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-4/+1
* Staging: ft1000-usb: Fix call to obsolete functionKurt Kanzenbach2013-01-071-2/+2
* staging: ft1000: rename struct ft1000_device to ft1000_usbOndrej Zary2013-01-076-84/+84
* staging: ft1000: unify struct ft1000_info between USB and PCMCIA driversOndrej Zary2013-01-076-223/+182
* staging: ft1000: remove assigments of ret and initialise it in beginningDevendra Naga2012-11-261-3/+1
* staging: ft1000: Replace timeout values with USB_CTRL_G(S)ET_TIMEOUT.Marek Belisko2012-08-132-8/+6
* staging: ft1000: Fix ft1000_control function timeout argument usage.Marek Belisko2012-08-131-1/+1
* staging: ft1000-usb: Fix various checkpach warnings in ft1000_usb.hMarek Belisko2012-07-161-8/+7
* staging: ft1000-usb: Replace all C99 comments with regular in ft1000_usb.h.Marek Belisko2012-07-161-17/+18
* staging: ft1000-usb: Fix lines over 80 chars.Marek Belisko2012-07-161-11/+22
* staging: ft1000-usb: Remove name comments from ft1000_usb.h.Marek Belisko2012-07-161-5/+3
* staging: ft1000-usb: Remove spaces from struct dpram_blk.Marek Belisko2012-07-161-2/+2
* staging: ft1000-usb: Remove leading spaces from struct ft1000_info.Marek Belisko2012-07-161-47/+47
* staging: ft1000-usb: Remove commented lines from ft1000_device.Marek Belisko2012-07-161-4/+0
* 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: fix sparse warningDevendra Naga2012-07-091-1/+1
* staging/ft1000: fix minor coding style problemDevendra Naga2012-07-061-2/+2
* staging/ft1000: remove usage of ret in ft1000_openDevendra Naga2012-06-201-4/+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
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | USB: convert drivers/staging/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-21/+1
|/
* staging: ft1000: dont cast void* from kmalloc()Thomas Meyer2011-08-231-1/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-252-435/+10
|\
| * staging: ft1000: Merge common definitions from USB and PCMCIA driversOndrej Zary2011-07-052-435/+10
* | netdevice: Kill 'feature' test macros.David S. Miller2011-07-121-9/+0
|/
* staging: ft1000: Removed unused variable InterruptsEnabled.Marek Belisko2011-05-032-2/+0
* staging: ft1000: Remove unused variable CurrentInterruptEnableMask.Marek Belisko2011-05-032-2/+0
* staging: ft1000: Remove unused variable DSPResetNum.Marek Belisko2011-05-032-3/+0
* staging: ft1000: Remove unused variable ASICResetNum.Marek Belisko2011-05-032-4/+0
* staging: ft1000: Remove unused variables in ft1000_info.Marek Belisko2011-05-031-13/+0
* staging: ft1000: Remove unused declaration in ft1000_usb.h.Marek Belisko2011-05-031-2/+0
* staging:ft1000: Remove dead code in ft1000_hw.cMarek Belisko2011-04-201-121/+30
* Fix common misspellingsLucas De Marchi2011-03-314-14/+14
* staging: ft1000: Fix coding style in ft1000_proc_drvmsg function.Marek Belisko2011-03-141-263/+295
OpenPOWER on IntegriCloud