aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-25staging: ft1000: fix use of potentially uninitialized variableMichal Nazarewicz1-2/+1
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
2013-10-28Staging: ft1000: Fix assignment of bool to non-0/1 constant in ft1000_usb.cRashika Kheria1-3/+3
2013-10-27Staging: ft1000: remove unnecessary static function declarations in ft1000_hw.cEbru Akagunduz1-221/+212
2013-10-27Staging: ft1000: Fix Sparse Warning for Static Declarations in boot.hEbru Akagunduz1-1/+1
2013-10-27Staging: ft1000: Fix Sparse Warning for Static Declarations in ft1000_hw.cEbru Akagunduz1-1/+1
2013-10-19Staging: ft1000: fixed two coding style issuesAldo Iljazi1-2/+2
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-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-2/+2
2013-06-11staging: ft1000: fix memory leak on error path in ft1000_probe()Alexey Khoroshilov1-2/+8
2013-06-06Staging: ft1000-pcmcia: ft1000_dnld.c: fixed four checkpatchAldo Iljazi1-4/+4
2013-05-28net: pass info struct via netdevice notifierJiri Pirko2-2/+2
2013-05-17staging: fixed else format in ft1000_debug.cKatja Collier1-12/+6
2013-05-17staging: fixed spaces around parens in ft1000Katja Collier2-27/+27
2013-05-17staging: open braces in ft1000_debug.c and ioctl.hKatja Collier2-16/+8
2013-05-17staging: improved comment style in ft1000_ioctl.hKatja Collier1-64/+66
2013-05-17staging: improved comment style in ft1000_debug.cKatja Collier1-177/+194
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 Viro2-2/+2
2013-04-29ft1000: Don't use create_proc_read_entry()David Howells2-136/+123
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-1/+1
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds10-344/+313
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-4/+1