summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-022-3/+3
* | 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
* staging: fix ft1000 sparse warningsRandy Dunlap2011-08-235-22/+27
* staging: ft1000_proc needs asm/io.h for inw/outw on sparcPaul Gortmaker2011-08-021-0/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-2510-1602/+656
|\
| * staging: ft1000: Merge common definitions from USB and PCMCIA driversOndrej Zary2011-07-054-682/+264
| * staging: ft1000-pcmcia: remove support for v5 firmwareOndrej Zary2011-07-051-293/+129
| * staging: ft1000-pcmcia: remove PSEUDOSZ, use sizeof(struct pseudo_hdr) insteadOndrej Zary2011-07-052-6/+4
| * staging: ft1000-pcmcia: CodingStyle fixes in ft1000.hOndrej Zary2011-07-051-324/+297
| * staging: ft1000-pcmcia: remove useless ft1000_release() functionOndrej Zary2011-07-051-15/+1
| * staging: ft1000-pcmcia: remove unused includes from ft1000_cs.cOndrej Zary2011-07-051-15/+0
| * staging: ft1000-pcmcia: coding style fixes in ft1000_cs.cOndrej Zary2011-07-051-17/+12
| * staging: ft1000-pcmcia: remove unused ft1000_asic_read and ft1000_asic_write ...Ondrej Zary2011-07-051-34/+0
| * staging: ft1000-pcmcia: remove misleading and template comments from ft1000_cs.cOndrej Zary2011-07-051-73/+5
| * staging: ft1000-pcmcia: remove useless debugging from ft1000_cs.cOndrej Zary2011-07-051-18/+0
| * staging: ft1000-pcmcia: remove useless defines from ft1000_cs.cOndrej Zary2011-07-051-7/+0
| * staging: ft1000-pcmcia: remove custom defines for standard typesOndrej Zary2011-07-053-105/+92
| * staging: ft1000-pcmcia: remove unused fields from struct ft1000_infoOndrej Zary2011-07-053-51/+15
| * staging: ft1000-pcmcia: remove firmware download typedefsOndrej Zary2011-07-051-18/+18
| * staging: ft1000-pcmcia: delete local_info_t typedefOndrej Zary2011-07-051-24/+5