aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-08Drivers: Staging: ft1000: Fixed C99 // comments styling issueDaniel Dodge3-425/+455
2013-12-03drivers: staging: ft1000: ft1000-usb: ft1000_debug.c: check return value of get_user() in ft1000_ioctl()Chen Gang1-0/+2
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman1-2/+1
2013-11-25staging: ft1000: fix uninitialized return variable in request_code_segmentAdam Lee1-2/+2
2013-11-25staging: ft1000: fix use of potentially uninitialized variableMichal Nazarewicz1-2/+1
2013-11-19Drivers: staging: ft1000-usb: ft1000_proc.c: fixed a few styling issues.Aldo Iljazi1-7/+7
2013-11-11Staging: ft1000: ft1000_download: fixed coding style issuesAldo Iljazi1-28/+29
2013-11-11Staging: ft1000: boot.h: fixed a few styling issuesAldo Iljazi1-126/+126
2013-11-10staging: ft1000: fix remaining checkpatch issues in ft1000_hw.cKelley Nielsen1-234/+196
2013-11-10staging: ft1000: flatten nesting in dsp_broadcast_msg_id()Kelley Nielsen1-26/+20
2013-11-10staging: ft1000: fix checkpatch issues in ft1000_poll()Kelley Nielsen1-118/+126
2013-11-10staging: ft1000: flatten nesting in handle_misc_portidKelley Nielsen1-36/+25
2013-11-10staging: ft1000: extract helper handle_misc_portid()Kelley Nielsen1-41/+51
2013-11-10staging: ft1000: extract dsp_broadcast_msg_id()Kelley Nielsen1-35/+50
2013-11-10staging: ft1000: remove unused variable nxtphKelley Nielsen1-6/+3
2013-11-10staging: ft1000: STATUS defines completely removedKelley Nielsen3-43/+39
2013-11-10staging: ft1000: remove formal function headers from ft1000_hw.cKelley Nielsen1-366/+56
2013-11-10staging: ft1000: STATUS_ defines removed from ft1000_download.cKelley Nielsen1-23/+22
2013-10-29staging: ft1000: return values corrected in scram_start_dwnldKelley Nielsen1-2/+4
2013-10-29staging: ft1000: change values of status return variable in write_dpram32_and_checkKelley Nielsen2-7/+4
2013-10-29staging: ft1000: status variables changed to int in ft1000_download.cKelley Nielsen2-16/+16
2013-10-29staging: ft1000: style issues fixed in write_blkKelley Nielsen1-66/+57
2013-10-29staging: ft1000: function write_dpram32_and_check extracted from write_blkKelley Nielsen1-49/+58
2013-10-29staging: ft1000: duplicate code replaced with call to request_code_segmentKelley Nielsen1-45/+19
2013-10-29staging: ft1000: function request_code_segment extractedKelley Nielsen1-35/+32
2013-10-28staging: ft1000: function scram_start_dwnld extracted from scram_dnldr in ft1000_download.cKelley Nielsen1-23/+23
2013-10-28Staging: ft1000: Fix assignment of bool to 0/1 in ft1000_dnld.cRashika Kheria1-1/+1
2013-10-28Staging: ft1000: Fix comparsion of bool to 0/1 in ft1000_hw.cRashika Kheria1-1/+1
2013-10-28Staging: ft1000: Fix assignment of bool to 0/1 in ft1000_hw.cRashika Kheria1-10/+10
2013-10-28Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_download.cRashika Kheria1-3/+3