aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-17staging: ft1000: replace c99 comments with c88Devendra Naga1-17/+17
2012-07-11staging/ft1000: remove all spaces, tabs issue in while loop of ft1000_interruptDevendra Naga1-29/+31
2012-07-09staging/ft1000-pcmcia: fix checkpatch warningsDevendra Naga1-6/+4
2012-07-09staging/ft1000: fix the foo * bar warningDevendra Naga1-1/+1
2012-07-09staging/ft1000: fix the no brace needed warning in ft1000_read_fifo_lenDevendra Naga1-3/+2
2012-07-09staging/ft1000: fix the no brace needed warning in ft1000_interruptDevendra Naga1-3/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+2
2012-02-24Staging: ft1000-pcmcia: print MAC via printk format specifierDanny Kukawka1-5/+2
2012-02-09Staging: ft1000: ft1000-pcmia: fix space required after that ', ' in ft1000_proc.cKashyap Gada1-3/+3
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-2/+2
2011-08-23staging: fix ft1000 sparse warningsRandy Dunlap5-22/+27
2011-08-02staging: ft1000_proc needs asm/io.h for inw/outw on sparcPaul Gortmaker1-0/+1
2011-07-05staging: ft1000: Merge common definitions from USB and PCMCIA driversOndrej Zary1-247/+2
2011-07-05staging: ft1000-pcmcia: remove support for v5 firmwareOndrej Zary1-293/+129
2011-07-05staging: ft1000-pcmcia: remove PSEUDOSZ, use sizeof(struct pseudo_hdr) insteadOndrej Zary2-6/+4
2011-07-05staging: ft1000-pcmcia: CodingStyle fixes in ft1000.hOndrej Zary1-324/+297
2011-07-05staging: ft1000-pcmcia: remove useless ft1000_release() functionOndrej Zary1-15/+1
2011-07-05staging: ft1000-pcmcia: remove unused includes from ft1000_cs.cOndrej Zary1-15/+0
2011-07-05staging: ft1000-pcmcia: coding style fixes in ft1000_cs.cOndrej Zary1-17/+12
2011-07-05staging: ft1000-pcmcia: remove unused ft1000_asic_read and ft1000_asic_write functionsOndrej Zary1-34/+0
2011-07-05staging: ft1000-pcmcia: remove misleading and template comments from ft1000_cs.cOndrej Zary1-73/+5
2011-07-05staging: ft1000-pcmcia: remove useless debugging from ft1000_cs.cOndrej Zary1-18/+0
2011-07-05staging: ft1000-pcmcia: remove useless defines from ft1000_cs.cOndrej Zary1-7/+0
2011-07-05staging: ft1000-pcmcia: remove custom defines for standard typesOndrej Zary3-105/+92
2011-07-05staging: ft1000-pcmcia: remove unused fields from struct ft1000_infoOndrej Zary3-51/+15
2011-07-05staging: ft1000-pcmcia: remove firmware download typedefsOndrej Zary1-18/+18
2011-07-05staging: ft1000-pcmcia: delete local_info_t typedefOndrej Zary1-24/+5
2011-07-05staging: ft1000-pcmcia: delete unused DPRAM_BLK typedefsOndrej Zary1-5/+0
2011-07-05staging: ft1000-pcmcia: remove FT1000_INFO typedefsOndrej Zary4-42/+42
2011-07-05staging: ft1000-pcmcia: remove PROV_RECORD typedefsOndrej Zary3-10/+10
2011-07-05staging: ft1000-pcmcia: delete unused APP_INFO_BLOCK typedefsOndrej Zary1-10/+0
2011-07-05staging: ft1000-pcmcia: delete unused DSPHIBERNATE typedefsOndrej Zary1-8/+0
2011-07-05staging: ft1000-pcmcia: remove DSPINITMSG typedefsOndrej Zary2-5/+5
2011-07-05staging: ft1000-pcmcia: delete unused TIMEMSG typedefsOndrej Zary1-7/+0
2011-07-05staging: ft1000-pcmcia: remove MEDIAMSG typedefsOndrej Zary2-4/+4
2011-07-05staging: ft1000-pcmcia: remove DRVMSG typedefsOndrej Zary3-6/+6
2011-07-05staging: ft1000-pcmcia: remove PSEUDO_HDR typedefsOndrej Zary3-22/+22
2011-07-05staging: ft1000-pcmcia: get rid of ft1000_dev.hOndrej Zary4-68/+10
2011-07-05staging: ft1000-pcmcia: delete ft1000.confOndrej Zary1-14/+0
2011-07-05staging: ft1000-pcmcia: fix compilation with FT_DEBUG enabledOndrej Zary1-2/+0
2011-07-05staging: ft1000-pcmcia: don't crash on loadOndrej Zary1-3/+1
2011-05-06staging: pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-04-25staging: ft1000: Remove unnecessary EXPORT_SYMBOLsJeff Mahoney2-7/+0
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-39/+39
2011-04-04staging: ft1000-pcmcia: Fix ft1000_dnld() to work also on 64bit architectures.pixo1-39/+39
2011-03-31Fix common misspellingsLucas De Marchi2-24/+24
2011-03-09staging: ft1000: optimize kmalloc to kzallocAlexander Beregalov1-2/+1
2011-02-18staging/trivial: fix typos concerning "address"Uwe Kleine-König1-1/+1
2011-01-21Staging: FT1000: remove duplicate inc of linux/slab.hJesper Juhl1-1/+0