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-092-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-111-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-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: ft1000: Change C99 comments in ft1000_dnld.cDylan Socolobsky2013-05-161-11/+11
* | Staging: ft1000: fix brace coding style in ft1000_dnld.cDylan Socolobsky2013-05-161-7/+6
|/
* staging: single_open() leaksAl Viro2013-05-052-2/+2
* ft1000: Don't use create_proc_read_entry()David Howells2013-04-292-136/+123
* 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/+313
|\
| * 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-0710-266/+238
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-4/+5
|/
* staging: ft1000: remove assigments of ret and initialise it in beginningDevendra Naga2012-11-261-3/+1
* 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-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 all spaces, tabs issue in while loop of ft1000_interruptDevendra Naga2012-07-111-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/+4
* 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/+2
* 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/+2
* 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
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-5/+2
|\
| * Staging: ft1000-pcmcia: print MAC via printk format specifierDanny Kukawka2012-02-241-5/+2
* | 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
|\
OpenPOWER on IntegriCloud