summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000
Commit message (Expand)AuthorAgeFilesLines
* staging: ft1000: Drop unneeded cast on netdev_privJulia Lawall2015-04-031-7/+7
* ft1000-pcmcia: ft1000_hw.c: code refactoring: add ft1000_read_dsp_timer()Daniele Alessandrelli2015-03-261-158/+41Star
* ft1000-pcmcia: ft1000_hw.c: fix style issues not requiring code refactoringDaniele Alessandrelli2015-03-261-83/+106
* Staging: ft1000: replace pr_err with dev_errHaneen Mohammed2015-03-181-2/+3
* Staging: ft1000: Remove parentheses around right side an assignmentHaneen Mohammed2015-03-164-7/+7
* Staging: ft1000: Iterate list using list_for_each_entrySomya Anand2015-03-163-9/+8Star
* Staging: ft1000: Use module_pcmcia_driverVaishali Thakkar2015-03-161-12/+1Star
* staging: ft1000: ft1000-usb: ft1000_hw.c: adjust function argumentsAya Mahfouz2015-03-151-9/+9
* staging: ft1000: ft1000-usb: ft1000_download.c: adjust function argumentsAya Mahfouz2015-03-151-7/+7
* staging: ft1000: ft1000-usb: adjust function argumentsAya Mahfouz2015-03-151-4/+4
* staging: ft1000: ft1000-pcmcia: adjust function argumentsAya Mahfouz2015-03-151-3/+5
* staging: ft1000: adjust function argumentsAya Mahfouz2015-03-151-2/+2
* Staging: drivers: Bool initializations should use true/falseCristina Opriceana2015-03-071-2/+2
* Staging: ft1000: Removed unnecessary bracesYeliz Taneroglu2015-02-271-6/+3Star
* staging: ft1000: ft1000-pcmcia: Added missing blank line.Gulsah Kose2015-02-271-0/+1
* staging: ft1000: ft1000-pcmcia: Removed unnecessary parentheses.Gulsah Kose2015-02-271-1/+1
* staging: ft1000: ft1000-pcmcia: Deleted unnecessary braces.Gulsah Kose2015-02-271-3/+2Star
* staging: ft1000: ft1000-pcmcia: Removed all useless "else"Gulsah Kose2015-02-271-144/+141Star
* staging: ft1000: fix braces warningBilel DRIRA2015-02-071-44/+29Star
* Staging: ft1000-pcmcia: fix else close brace styleAustin Kerbow2015-01-181-19/+13Star
* staging: ft1000: ft1000-usb: ft1000_hw.c: Fix a potential memory leak.Rickard Strandqvist2015-01-181-4/+4
* Staging: ft1000: ft1000-pcmcia: Fixed a coding style issueDean Michael Ancajas2015-01-181-3/+3
* staging: ft1000 : replace __attribute ((__packed__) with __packedGeoff Darst2014-12-031-2/+2
* staging:ft1000_pcmcia:Added a blank line after declarationAnjana Sasindran2014-12-031-0/+1
* staging: ft1000: Logging message neateningJoe Perches2014-11-047-518/+383Star
* staging: ft1000: Whitespace neateningJoe Perches2014-11-0411-1407/+1407
* Staging: ft1000: ft1000_hw.c: Removed some checkpatch errors and warnings.Surya Seetharaman2014-10-301-4/+4
* staging: ft1000: ft1000-usb: Remove useless cast on void pointerTapasweni Pathak2014-10-301-1/+1
* staging: ft1000: ft1000-pcmcia: Remove useless cast on void pointerTapasweni Pathak2014-10-301-1/+1
* Staging: ft1000: ft1000-pcmcia: Fix whitespace issuesNicky Chorley2014-10-291-12/+12
* staging: ft1000: do not initialise statics to 0 or NULLChen Weixiang2014-10-291-1/+1
* staging: ft1000: Remove curly braces for single statement blocksEbru Akagunduz2014-10-281-8/+4Star
* Staging: ft1000: ft1000-usb: Removed unnecessary parenthesesTina Johnson2014-10-281-2/+2
* staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.cJiayi Ye2014-10-231-2/+0Star
* staging: ft1000: Remove parentheses from return argumentsTapasweni Pathak2014-10-231-8/+8
* staging: ft1000: ft1000-pcmcia: Replace printks with netdev_<level> and dev_<...Kumari Radha2014-10-201-6/+6
* staging: ft1000: ft1000-usb: Removed unnecessary else statement.Gulsah Kose2014-10-021-6/+4Star
* staging: ft1000: ft1000-usb: Removed unnecessary else statement.Gulsah Kose2014-10-021-43/+41Star
* staging: ft1000: ft1000-usb: Removed unnecessary parentheses.Gulsah Kose2014-10-021-1/+1
* staging: ft1000: ft1000-usb: Added new line after declarations.Gulsah Kose2014-10-021-0/+1
* 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-usb: use usleep_range instead of msleepCatalina Mocanu2014-09-291-1/+1
* staging: ft1000-usb: remove unnecessary return statementCatalina Mocanu2014-09-291-2/+0Star
* 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-022-5/+6
* staging: ft1000: remove procfs entriesNicolas Thery2014-07-279-474/+2Star
* staging: ft1000-usb: check for errors in card_send_commandAndrey Utkin2014-07-093-11/+22