aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-14staging: ft1000: Fix coding style in ft1000_open function.Marek Belisko1-13/+12
2011-03-14staging: ft1000: Fix coding style in ft1000_copy_up_pkt function.Marek Belisko1-88/+79
2011-03-14staging: ft1000: Fix coding style in ft1000_submit_rx_urb function.Marek Belisko1-24/+22
2011-03-14staging: ft1000: Fix coding style in ft1000_start_xmit function.Marek Belisko1-43/+38
2011-03-14staging: ft1000: Fix coding style in ft1000_copy_down_pkt function.Marek Belisko1-41/+34
2011-03-14staging: ft1000: Fix coding style in ft1000_usb_transmit_complete function.Marek Belisko1-4/+4
2011-03-14staging: ft1000: Fix coding style in ft1000_reset function.Marek Belisko1-2/+2
2011-03-14staging: ft1000: Fix coding style in reg_ft1000_netdev function.Marek Belisko1-22/+18
2011-03-14staging: ft1000: Change return value for init_ft1000_netdev function.Marek Belisko1-1/+1
2011-03-14staging: ft1000: Fix coding style in init_ft1000_netdev function.Marek Belisko1-68/+56
2011-03-14staging: ft1000: Fix identation in ftnet_ops struct.Marek Belisko1-4/+4
2011-03-14staging: ft1000: Fix coding style in ft1000_reset_card function.Marek Belisko1-33/+32
2011-03-14staging: ft1000: Fix coding style in ft1000_reset_asic function.Marek Belisko1-18/+19
2011-03-14staging: ft1000: Fix coding style in dsp_reload function.Marek Belisko1-27/+30