summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-102-2/+2
|\
| * net: pass info struct via netdevice notifierJiri Pirko2013-05-282-2/+2
* | staging: ft1000: fix memory leak on error path in ft1000_probe()Alexey Khoroshilov2013-06-121-2/+8
* | Staging: ft1000-pcmcia: ft1000_dnld.c: fixed four checkpatchAldo Iljazi2013-06-061-4/+4
* | staging: fixed else format in ft1000_debug.cKatja Collier2013-05-181-12/+6Star
* | staging: fixed spaces around parens in ft1000Katja Collier2013-05-182-27/+27
* | staging: open braces in ft1000_debug.c and ioctl.hKatja Collier2013-05-182-16/+8Star
* | staging: improved comment style in ft1000_ioctl.hKatja Collier2013-05-181-64/+66
* | staging: improved comment style in ft1000_debug.cKatja Collier2013-05-181-177/+194
* | Staging: ft1000: Change C99 comments in ft1000_dnld.cDylan Socolobsky2013-05-171-11/+11
* | Staging: ft1000: fix brace coding style in ft1000_dnld.cDylan Socolobsky2013-05-171-7/+6Star
|/
* staging: single_open() leaksAl Viro2013-05-052-2/+2
* ft1000: Don't use create_proc_read_entry()David Howells2013-04-292-136/+123Star
* constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
* Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-2110-344/+313Star
|\
| * staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-4/+1Star
| * 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-0710-266/+238Star
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-4/+5
|/
* staging: ft1000: remove assigments of ret and initialise it in beginningDevendra Naga2012-11-271-3/+1Star
* staging: ft1000: replace c99 comments with c88Devendra Naga2012-09-171-17/+17
* staging: ft1000: Replace timeout values with USB_CTRL_G(S)ET_TIMEOUT.Marek Belisko2012-08-142-8/+6Star
* staging: ft1000: Fix ft1000_control function timeout argument usage.Marek Belisko2012-08-141-1/+1
* staging: ft1000-usb: Fix various checkpach warnings in ft1000_usb.hMarek Belisko2012-07-171-8/+7Star
* staging: ft1000-usb: Replace all C99 comments with regular in ft1000_usb.h.Marek Belisko2012-07-171-17/+18
* staging: ft1000-usb: Fix lines over 80 chars.Marek Belisko2012-07-171-11/+22
* staging: ft1000-usb: Remove name comments from ft1000_usb.h.Marek Belisko2012-07-171-5/+3Star
* staging: ft1000-usb: Remove spaces from struct dpram_blk.Marek Belisko2012-07-171-2/+2
* staging: ft1000-usb: Remove leading spaces from struct ft1000_info.Marek Belisko2012-07-171-47/+47
* staging: ft1000-usb: Remove commented lines from ft1000_device.Marek Belisko2012-07-171-4/+0Star
* staging: ft1000-usb: Change KERN_ERROR usage to pr_err in ft1000_usb.c.Marek Belisko2012-07-171-3/+3
* staging: ft1000: Fix typo in ft1000_usb.cMasanari Iida2012-07-121-1/+1
* staging/ft1000: remove all spaces, tabs issue in while loop of ft1000_interruptDevendra Naga2012-07-121-29/+31
* staging/ft1000: remove unnecessary assignment of ret with STATUS_SUCCESSDevendra Naga2012-07-091-1/+1
* staging/ft1000-pcmcia: fix checkpatch warningsDevendra Naga2012-07-091-6/+4Star
* staging/ft1000: fix the foo * bar warningDevendra Naga2012-07-091-1/+1
* staging/ft1000: fix the no brace needed warning in ft1000_read_fifo_lenDevendra Naga2012-07-091-3/+2Star
* 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 the no brace needed warning in ft1000_interruptDevendra Naga2012-07-091-3/+2Star
* staging/ft1000: fix minor coding style problemDevendra Naga2012-07-071-2/+2
* staging/ft1000: remove usage of ret in ft1000_openDevendra Naga2012-06-211-4/+1Star
* staging/ft1000: use kzalloc to allocate the ft1000_device structureDevendra Naga2012-06-211-3/+1Star
* staging/ft1000: Return -ENOMEM if kmalloc fails at ft1000_probeDevendra Naga2012-06-211-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-211-5/+2Star
|\
| * Staging: ft1000-pcmcia: print MAC via printk format specifierDanny Kukawka2012-02-241-5/+2Star
* | Staging: ft1000: ft1000-pcmia: fix space required after that ', ' in ft1000_p...Kashyap Gada2012-02-091-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-082-3/+3
|\