aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-usb: ft1000_hw.c: Fix a potential memory leak.Rickard Strandqvist1-4/+4
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 Perches7-518/+383
2014-11-03staging: ft1000: Whitespace neateningJoe Perches11-1407/+1407
2014-10-30Staging: ft1000: ft1000_hw.c: Removed some checkpatch errors and warnings.Surya Seetharaman1-4/+4
2014-10-30staging: ft1000: ft1000-usb: Remove useless cast on void pointerTapasweni Pathak1-1/+1
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-29staging: ft1000: do not initialise statics to 0 or NULLChen Weixiang1-1/+1
2014-10-28staging: ft1000: Remove curly braces for single statement blocksEbru Akagunduz1-8/+4
2014-10-28Staging: ft1000: ft1000-usb: Removed unnecessary parenthesesTina Johnson1-2/+2
2014-10-23staging: ft1000: ft1000-pcmcia: removed unused variable in ft1000_hw.cJiayi Ye1-2/+0
2014-10-23staging: ft1000: Remove parentheses from return argumentsTapasweni Pathak1-8/+8
2014-10-20staging: ft1000: ft1000-pcmcia: Replace printks with netdev_<level> and dev_<level>Kumari Radha1-6/+6
2014-10-02staging: ft1000: ft1000-usb: Removed unnecessary else statement.Gulsah Kose1-6/+4
2014-10-02staging: ft1000: ft1000-usb: Removed unnecessary else statement.Gulsah Kose1-43/+41
2014-10-02staging: ft1000: ft1000-usb: Removed unnecessary parentheses.Gulsah Kose1-1/+1
2014-10-02staging: ft1000: ft1000-usb: Added new line after declarations.Gulsah Kose1-0/+1
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-28staging: ft1000-usb: use usleep_range instead of msleepCatalina Mocanu1-1/+1
2014-09-28staging: ft1000-usb: remove unnecessary return statementCatalina Mocanu1-2/+0
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 Donald2-5/+6
2014-07-27staging: ft1000: remove procfs entriesNicolas Thery9-474/+2
2014-07-09staging: ft1000-usb: check for errors in card_send_commandAndrey Utkin3-11/+22
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: Remove useless return variablesPeter Senna Tschudin1-2/+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 Fetishev4-33/+64
2014-05-15drivers: staging: ft1000: Remove typedefsArtem Fetishev2-18/+18
2014-05-15drivers: staging: ft1000: Use pr_info instead of printkArtem Fetishev1-1/+1
2014-05-15drivers: staging: ft1000: Fix IOCTL_FT1000_* marcosArtem Fetishev1-8/+8
2014-05-15drivers: staging: ft1000: Fix indentationArtem Fetishev1-46/+46
2014-05-15staging: ft1000: remove explicit static initialisationAngus Gibson1-1/+1
2014-05-15Staging:ft1000_debug.c:Renaming __FUNCTION__Paul McQuade1-1/+1
2014-05-15Staging: ft1000-usb: use netdev_warnAnders Darander1-2/+2
2014-05-15Staging: ft1000-usb: wrap macros in do whileAnders Darander1-9/+12
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-19staging: ft1000: Fix line over 80 characters.Gulsah Kose1-39/+117
2014-03-16Staging: ft1000-usb: Fix Smatch Warning in ft1000_hw.cMonam Agarwal1-1/+1
2014-03-07Staging:ft1000: Fix __packed is preferred over __attribute__((packed)) in ft1000_ioctl.hEbru Akagunduz1-4/+4
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0