aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-24staging: ft1000: remove obsolete driverDeepa Dinamani1-1586/+0
2015-09-15staging: ft1000: code style cleanupLucas Georges1-1/+1
2015-07-16staging: ft1000: ft1000-usb: remove unnecessary out of memory warningCHANG FU CHIAO1-1/+0
2015-06-17staging: ft1000: ft1000-usb: ft1000_hw.c: fix long linesMichał Kępień1-29/+29
2015-03-16Staging: ft1000: Iterate list using list_for_each_entrySomya Anand1-3/+2
2015-03-15staging: ft1000: ft1000-usb: ft1000_hw.c: adjust function argumentsAya Mahfouz1-9/+9
2015-01-17staging: ft1000: ft1000-usb: ft1000_hw.c: Fix a potential memory leak.Rickard Strandqvist1-4/+4
2014-11-03staging: ft1000: Logging message neateningJoe Perches1-110/+84
2014-11-03staging: ft1000: Whitespace neateningJoe Perches1-122/+122
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-07-09staging: ft1000-usb: check for errors in card_send_commandAndrey Utkin1-7/+18
2014-03-16Staging: ft1000-usb: Fix Smatch Warning in ft1000_hw.cMonam Agarwal1-1/+1
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
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 Nielsen1-36/+37
2013-11-10staging: ft1000: remove formal function headers from ft1000_hw.cKelley Nielsen1-366/+56
2013-10-29staging: ft1000: change values of status return variable in write_dpram32_and_checkKelley Nielsen1-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-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 ft1000_hw.cEbru Akagunduz1-1/+1
2013-01-07Staging: ft1000-usb: Fix call to obsolete functionKurt Kanzenbach1-2/+2
2013-01-07staging: ft1000: rename struct ft1000_device to ft1000_usbOndrej Zary1-39/+39
2013-01-07staging: ft1000: unify struct ft1000_info between USB and PCMCIA driversOndrej Zary1-50/+50
2012-08-13staging: ft1000: Replace timeout values with USB_CTRL_G(S)ET_TIMEOUT.Marek Belisko1-6/+6
2012-08-13staging: ft1000: Fix ft1000_control function timeout argument usage.Marek Belisko1-1/+1
2012-07-06staging/ft1000: fix minor coding style problemDevendra Naga1-2/+2
2012-06-20staging/ft1000: remove usage of ret in ft1000_openDevendra Naga1-4/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-08-23staging: ft1000: dont cast void* from kmalloc()Thomas Meyer1-1/+1
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-9/+0
2011-05-03staging: ft1000: Removed unused variable InterruptsEnabled.Marek Belisko1-1/+0
2011-05-03staging: ft1000: Remove unused variable CurrentInterruptEnableMask.Marek Belisko1-1/+0
2011-05-03staging: ft1000: Remove unused variable DSPResetNum.Marek Belisko1-2/+0
2011-05-03staging: ft1000: Remove unused variable ASICResetNum.Marek Belisko1-3/+0
2011-04-20staging:ft1000: Remove dead code in ft1000_hw.cMarek Belisko1-121/+30
2011-03-31Fix common misspellingsLucas De Marchi1-8/+8
2011-03-14staging: ft1000: Fix coding style in ft1000_proc_drvmsg function.Marek Belisko1-263/+295
2011-03-14staging: ft1000: Fix coding style in ft1000_dsp_prov function.Marek Belisko1-68/+73
2011-03-14staging: ft1000: Fix coding style in ft1000_receive_cmd function.Marek Belisko1-47/+61
2011-03-14staging: ft1000: Fix coding style in ft1000_chkcard function.Marek Belisko1-30/+31
2011-03-14staging: ft1000: Fix coding style in ft1000_close function.Marek Belisko1-12/+11