summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-pcmcia
Commit message (Expand)AuthorAgeFilesLines
* staging: ft1000: ft1000-pcmcia: Add require space after that ','Aybuke Ozdemir2014-09-291-3/+3
* staging: ft1000: ft1000-pcmcia: Used "linux" instead of "asm".Gulsah Kose2014-09-291-2/+2
* staging: ft1000: ft1000-pcmcia: Removed unnecessary else expression.Gulsah Kose2014-09-291-3/+2Star
* staging: ft1000-pcmcia: Don't initialise static to 0Catalina Mocanu2014-09-241-2/+2
* staging: ft1000-pcmcia: replace DEBUG macro with netdev_dbgCatalina Mocanu2014-09-241-12/+6Star
* drivers: staging: ft1000: Fix return is not a function, parentheses are not r...Greg Donald2014-09-021-4/+5
* staging: ft1000: remove procfs entriesNicolas Thery2014-07-274-219/+1Star
* staging: ft1000_dnld.c:code indent should use tabs where possibleCheng-Wei Lee2014-06-271-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
|\
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* | staging: ft1000: Convert printk to dev_err in ft1000_cs.cMasanari Iida2014-05-231-3/+3
* | drivers: staging: ft1000: Fix lines over 80 charactersArtem Fetishev2014-05-151-5/+10
|/
* Drivers: Staging: ft1000: Fixed C99 // comments styling issueDaniel Dodge2013-12-092-394/+424
* Staging: ft1000: boot.h: fixed a few styling issuesAldo Iljazi2013-11-121-126/+126
* Staging: ft1000: Fix assignment of bool to 0/1 in ft1000_dnld.cRashika Kheria2013-10-281-1/+1
* Staging: ft1000: Fix Sparse Warning for Static Declarations in boot.hEbru Akagunduz2013-10-271-1/+1
* Staging: ft1000: fixed two coding style issuesAldo Iljazi2013-10-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-1/+1
|\
| * net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* | Staging: ft1000-pcmcia: ft1000_dnld.c: fixed four checkpatchAldo Iljazi2013-06-061-4/+4
* | 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-051-1/+1
* ft1000: Don't use create_proc_read_entry()David Howells2013-04-291-66/+64Star
* Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-213-43/+21Star
|\
| * staging: ft1000: unify struct ft1000_info between USB and PCMCIA driversOndrej Zary2013-01-073-43/+21Star
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-4/+5
|/
* staging: ft1000: replace c99 comments with c88Devendra Naga2012-09-171-17/+17
* staging/ft1000: remove all spaces, tabs issue in while loop of ft1000_interruptDevendra Naga2012-07-121-29/+31
* 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 the no brace needed warning in ft1000_interruptDevendra Naga2012-07-091-3/+2Star
* 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
|/
* treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-2/+2
* staging: fix ft1000 sparse warningsRandy Dunlap2011-08-245-22/+27
* staging: ft1000_proc needs asm/io.h for inw/outw on sparcPaul Gortmaker2011-08-031-0/+1
* staging: ft1000: Merge common definitions from USB and PCMCIA driversOndrej Zary2011-07-051-247/+2Star
* staging: ft1000-pcmcia: remove support for v5 firmwareOndrej Zary2011-07-051-293/+129Star
* staging: ft1000-pcmcia: remove PSEUDOSZ, use sizeof(struct pseudo_hdr) insteadOndrej Zary2011-07-052-6/+4Star
* staging: ft1000-pcmcia: CodingStyle fixes in ft1000.hOndrej Zary2011-07-051-324/+297Star
* staging: ft1000-pcmcia: remove useless ft1000_release() functionOndrej Zary2011-07-051-15/+1Star
* staging: ft1000-pcmcia: remove unused includes from ft1000_cs.cOndrej Zary2011-07-051-15/+0Star
* staging: ft1000-pcmcia: coding style fixes in ft1000_cs.cOndrej Zary2011-07-051-17/+12Star
* staging: ft1000-pcmcia: remove unused ft1000_asic_read and ft1000_asic_write ...Ondrej Zary2011-07-051-34/+0Star
* staging: ft1000-pcmcia: remove misleading and template comments from ft1000_cs.cOndrej Zary2011-07-051-73/+5Star
* staging: ft1000-pcmcia: remove useless debugging from ft1000_cs.cOndrej Zary2011-07-051-18/+0Star