aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000/ft1000-usb/ft1000_usb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-10staging: ft1000: STATUS defines completely removedKelley Nielsen1-5/+0
2013-10-29staging: ft1000: status variables changed to int in ft1000_download.cKelley Nielsen1-1/+1
2013-01-07staging: ft1000: rename struct ft1000_device to ft1000_usbOndrej Zary1-15/+15
2013-01-07staging: ft1000: unify struct ft1000_info between USB and PCMCIA driversOndrej Zary1-46/+8
2012-08-13staging: ft1000: Replace timeout values with USB_CTRL_G(S)ET_TIMEOUT.Marek Belisko1-2/+0
2012-07-16staging: ft1000-usb: Fix various checkpach warnings in ft1000_usb.hMarek Belisko1-8/+7
2012-07-16staging: ft1000-usb: Replace all C99 comments with regular in ft1000_usb.h.Marek Belisko1-17/+18
2012-07-16staging: ft1000-usb: Fix lines over 80 chars.Marek Belisko1-11/+22
2012-07-16staging: ft1000-usb: Remove name comments from ft1000_usb.h.Marek Belisko1-5/+3
2012-07-16staging: ft1000-usb: Remove spaces from struct dpram_blk.Marek Belisko1-2/+2
2012-07-16staging: ft1000-usb: Remove leading spaces from struct ft1000_info.Marek Belisko1-47/+47
2012-07-16staging: ft1000-usb: Remove commented lines from ft1000_device.Marek Belisko1-4/+0
2011-07-05staging: ft1000: Merge common definitions from USB and PCMCIA driversOndrej Zary1-403/+10
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-1/+0
2011-05-03staging: ft1000: Remove unused variable ASICResetNum.Marek Belisko1-1/+0
2011-05-03staging: ft1000: Remove unused variables in ft1000_info.Marek Belisko1-13/+0
2011-05-03staging: ft1000: Remove unused declaration in ft1000_usb.h.Marek Belisko1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14staging: ft1000: Change return value for init_ft1000_netdev function.Marek Belisko1-1/+1
2011-03-14staging: ft1000: Replace camelcase CardSendCommand function name.Marek Belisko1-1/+1
2011-02-09staging: ft1000: Fix return values type.Marek Belisko1-8/+8
2010-12-16staging: ft1000: Fix camelcase function names.Marek Belisko1-2/+2
2010-12-09staging: ft1000: Fix proc initialization handling.Marek Belisko1-1/+1
2010-12-09staging: ft1000: Fix camelcase functions and variables.Marek Belisko1-2/+2
2010-12-09staging: ft1000: Remove unused variable.Marek Belisko1-1/+0
2010-12-09staging: ft1000: Convert char device to debugfs.Marek Belisko1-0/+8
2010-11-09staging: ft1000: Get rid of UINT typedef usage.Marek Belisko1-2/+0
2010-11-09staging: ft1000: Get rid of PCHAR typedef usage.Marek Belisko1-1/+0
2010-11-09staging: ft1000: Get rid of BOOLEAN typedef usage.Marek Belisko1-4/+3
2010-11-09staging: ft1000: Get rid of ULONG typedef usage.Marek Belisko1-2/+1
2010-11-09staging: ft1000: Get rid of PULONG typedef usage.Marek Belisko1-1/+0
2010-11-09staging: ft1000: Get rid of USHORT typedef usage.Marek Belisko1-8/+7
2010-11-09staging: ft1000: GEt rid of PUSHORT typedef usage.Marek Belisko1-1/+0
2010-11-09staging: ft1000: Get rid of UCHAR typedef.Marek Belisko1-6/+5
2010-11-09staging: ft1000: Get rid of PUCHAR typedef.Marek Belisko1-6/+5
2010-11-09staging: ft1000: Remove dead code.Marek Belisko1-3/+0
2010-10-19staging: ft1000: Remove FT1000_INFO typedef usage.Marek Belisko1-3/+3
2010-10-19staging: ft1000: Get rid of using typedef.Marek Belisko1-4/+4
2010-10-15staging: ft1000: Use specific error return code for reg_ft1000_netdev().Marek Belisko1-1/+1
2010-10-15staging: ft1000: Remove DRVMGS typedef usage.Marek Belisko1-5/+5
2010-10-15staging: ft1000: Remove PSEUDO_HDR typedef usage.Marek Belisko1-38/+3
2010-10-15staging: ft1000: Remove PROV_RECORD typedef usage.Marek Belisko1-4/+4
2010-10-15staging: ft1000: Remove APP_INFO_BLOCK typedef usage.Marek Belisko1-14/+13
2010-10-15staging: ft1000: Remove DSPINITMSG typedef usage.Marek Belisko1-12/+12
2010-10-15staging: ft1000: Remove MEDIAMSG typedef usage.Marek Belisko1-3/+2
2010-10-12staging: ft1000-usb: Remove global flag DSP_loading.Marek Belisko1-2/+1
2010-10-05staging/ft1000-usb: fix problems found by sparseArnd Bergmann1-2/+39
2010-10-05staging/ft1000-usb: fix build warningsArnd Bergmann1-1/+1