aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-usb/ft1000_download.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-08Drivers: Staging: ft1000: Fixed C99 // comments styling issueDaniel Dodge1-31/+31
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-11Staging: ft1000: ft1000_download: fixed coding style issuesAldo Iljazi1-28/+29
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 Nielsen1-6/+3
2013-10-29staging: ft1000: status variables changed to int in ft1000_download.cKelley Nielsen1-15/+15
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 non-0/1 constant in ft1000_download.cRashika Kheria1-3/+3
2013-10-16staging: ft1000: change scram_dnldr() header to one line comment in ft1000_download.cKelley Nielsen1-12/+1
2013-10-16staging: ft1000: change write_block_fifo() header to /* */ style in ft1000_download.cKelley Nielsen1-17/+6
2013-10-16staging: ft1000: change write_blk header to /* */ style in ft1000_download.cKelley Nielsen1-17/+6
2013-10-16staging: ft1000: change hdr_checksum() header to one line comment in ft1000_download.cKelley Nielsen1-12/+1
2013-10-16staging: ft1000: change put_request_value() header to single line comment in ft1000_download.cKelley Nielsen1-13/+1
2013-10-15staging: ft1000: remove formal get_request_value function header from ft1000-download.cKelley Nielsen1-12/+0
2013-10-15staging: ft1000: remove formal get_request_type function header from ft1000-download.cKelley Nielsen1-12/+0
2013-10-15staging: ft1000: convert formal put_handshake() header to single line commentKelley Nielsen1-14/+1
2013-10-15staging: ft1000: change ft1000-download.c header to /* */ comment styleKelley Nielsen1-9/+5
2013-10-14staging: ft1000: convert formal get_handshake() function header to single line commentKelley Nielsen1-14/+1
2013-10-14staging: ft1000: convert formal function header to single line commentKelley Nielsen1-12/+1
2013-10-14staging: ft1000: remove space before closing parenKelley Nielsen1-1/+1
2013-10-14staging: ft1000: remove space before address operatorKelley Nielsen1-1/+1
2013-10-14staging: ft1000: remove braces from one-line conditionalKelley Nielsen1-2/+1
2013-10-14staging: ft1000: change comment styleKelley Nielsen1-1/+1
2013-10-14staging: ft1000-usb: remove space between function name and open paren in ft1000_download.cKelley Nielsen1-1/+1
2013-01-07staging: ft1000: rename struct ft1000_device to ft1000_usbOndrej Zary1-20/+20
2013-01-07staging: ft1000: unify struct ft1000_info between USB and PCMCIA driversOndrej Zary1-38/+32
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-02-09staging: ft1000: Remove unnecessary check in write_blk_fifo().Marek Belisko1-7/+0
2011-02-04staging: ft1000: Remove unnecessary assignment.Marek Belisko1-10/+2
2011-02-04staging: ft1000: Create common function for buffers check.Marek Belisko1-30/+29
2011-02-04staging: ft1000: Remove unused variables.Marek Belisko1-4/+0
2011-02-04staging: ft1000: Fix indentation in scram_dnldr() function.Marek Belisko1-430/+518
2011-02-04staging: ft1000: Fix coding style in write_blk_fifo() function.Marek Belisko1-29/+27
2011-02-04staging: ft1000: Fix coding style in get_handshake() function.Marek Belisko1-45/+37
2011-02-04staging: ft1000: Fix coding style in hdr_checksum() function.Marek Belisko1-5/+5
2011-02-04staging: ft1000: Fix coding style in put_request_value() function.Marek Belisko1-9/+5
2011-02-04staging: ft1000: Fix coding style in get_request_value() function.Marek Belisko1-21/+17
2011-02-04staging: ft1000: Fix coding style in get_request_type_usb() function.Marek Belisko1-25/+23
2011-02-04staging: ft1000: Fix coding style in get_request_type() function.Marek Belisko1-21/+17
2011-02-04staging: ft1000: Fix coding style in put_handshake_usb() function.Marek Belisko1-1/+1
2011-02-04staging: ft1000: Fix coding style in get_handshake_usb() function.Marek Belisko1-33/+41
2011-02-04staging: ft1000: Fix coding style in put_handshake() function.Marek Belisko1-13/+14