aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-pcmcia (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-24staging: ft1000: remove obsolete driverDeepa Dinamani7-3218/+0
2015-09-12staging: ft1000_pcmcia: staticize local functions in ft1000_dnld.cMike Rapoport1-13/+6
2015-08-14staging: ft1000: Remove unnecessary externsJoe Perches1-10/+9
2015-04-03staging: ft1000: Drop unneeded cast on netdev_privJulia Lawall1-7/+7
2015-03-26ft1000-pcmcia: ft1000_hw.c: code refactoring: add ft1000_read_dsp_timer()Daniele Alessandrelli1-158/+41
2015-03-26ft1000-pcmcia: ft1000_hw.c: fix style issues not requiring code refactoringDaniele Alessandrelli1-83/+106
2015-03-16Staging: ft1000: Remove parentheses around right side an assignmentHaneen Mohammed2-4/+4
2015-03-16Staging: ft1000: Iterate list using list_for_each_entrySomya Anand1-4/+4
2015-03-16Staging: ft1000: Use module_pcmcia_driverVaishali Thakkar1-12/+1
2015-03-15staging: ft1000: ft1000-pcmcia: adjust function argumentsAya Mahfouz1-3/+5
2015-03-15staging: ft1000: adjust function argumentsAya Mahfouz1-2/+2
2015-02-26staging: ft1000: ft1000-pcmcia: Added missing blank line.Gulsah Kose1-0/+1
2015-02-26staging: ft1000: ft1000-pcmcia: Removed unnecessary parentheses.Gulsah Kose1-1/+1
2015-02-26staging: ft1000: ft1000-pcmcia: Deleted unnecessary braces.Gulsah Kose1-3/+2
2015-02-26staging: ft1000: ft1000-pcmcia: Removed all useless "else"Gulsah Kose1-144/+141
2015-02-07staging: ft1000: fix braces warningBilel DRIRA1-44/+29
2015-01-17Staging: ft1000-pcmcia: fix else close brace styleAustin Kerbow1-19/+13
2015-01-17Staging: ft1000: ft1000-pcmcia: Fixed a coding style issueDean Michael Ancajas1-3/+3
2014-12-02staging: ft1000 : replace __attribute ((__packed__) with __packedGeoff Darst1-2/+2
2014-12-02staging:ft1000_pcmcia:Added a blank line after declarationAnjana Sasindran1-0/+1
2014-11-03staging: ft1000: Logging message neateningJoe Perches2-211/+135
2014-11-03staging: ft1000: Whitespace neateningJoe Perches5-502/+502
2014-10-30Staging: ft1000: ft1000_hw.c: Removed some checkpatch errors and warnings.Surya Seetharaman1-4/+4
2014-10-30staging: ft1000: ft1000-pcmcia: Remove useless cast on void pointerTapasweni Pathak1-1/+1
2014-10-29Staging: ft1000: ft1000-pcmcia: Fix whitespace issuesNicky Chorley1-12/+12
2014-10-23staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.cJiayi Ye1-2/+0
2014-10-20staging: ft1000: ft1000-pcmcia: Replace printks with netdev_<level> and dev_<level>Kumari Radha1-6/+6
2014-09-28staging: ft1000: ft1000-pcmcia: Add require space after that ','Aybuke Ozdemir1-3/+3
2014-09-28staging: ft1000: ft1000-pcmcia: Used "linux" instead of "asm".Gulsah Kose1-2/+2
2014-09-28staging: ft1000: ft1000-pcmcia: Removed unnecessary else expression.Gulsah Kose1-3/+2
2014-09-23staging: ft1000-pcmcia: Don't initialise static to 0Catalina Mocanu1-2/+2
2014-09-23staging: ft1000-pcmcia: replace DEBUG macro with netdev_dbgCatalina Mocanu1-12/+6
2014-09-02drivers: staging: ft1000: Fix return is not a function, parentheses are not required errorsGreg Donald1-4/+5
2014-07-27staging: ft1000: remove procfs entriesNicolas Thery4-219/+1
2014-06-26staging: ft1000_dnld.c:code indent should use tabs where possibleCheng-Wei Lee1-2/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-05-24staging: ft1000: Convert printk to dev_err in ft1000_cs.cMasanari Iida1-3/+3
2014-05-15drivers: staging: ft1000: Fix lines over 80 charactersArtem Fetishev1-5/+10
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2013-12-08Drivers: Staging: ft1000: Fixed C99 // comments styling issueDaniel Dodge2-394/+424
2013-11-11Staging: ft1000: boot.h: fixed a few styling issuesAldo Iljazi1-126/+126
2013-10-28Staging: ft1000: Fix assignment of bool to 0/1 in ft1000_dnld.cRashika Kheria1-1/+1
2013-10-27Staging: ft1000: Fix Sparse Warning for Static Declarations in boot.hEbru Akagunduz1-1/+1
2013-10-19Staging: ft1000: fixed two coding style issuesAldo Iljazi1-2/+2
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2013-06-06Staging: ft1000-pcmcia: ft1000_dnld.c: fixed four checkpatchAldo Iljazi1-4/+4
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-16Staging: ft1000: Change C99 comments in ft1000_dnld.cDylan Socolobsky1-11/+11
2013-05-16Staging: ft1000: fix brace coding style in ft1000_dnld.cDylan Socolobsky1-7/+6
2013-05-05staging: single_open() leaksAl Viro1-1/+1