aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/firmware.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: vt6656: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-28staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman1-0/+1
2017-07-16staging: vt6656: Add spaces between operatorsSimon Sandström1-1/+1
2017-02-16staging: vt6656: Alignment should match open parenthesisArushi Singhal1-17/+17
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka1-4/+0
2015-03-06staging: vt6656: Fix possible leak in vnt_download_firmware()Christian Engelmayer1-1/+1
2014-09-28staging: vt6656: Merge three lines into oneTapasweni Pathak1-3/+1
2014-09-23staging: vt6656: remove unnecessary else after returnTapasweni Pathak1-2/+1
2014-07-21staging: vt6656: struct vnt_private rename wFirmwareVersion to firmware_versionMalcolm Priestley1-5/+5
2014-06-19staging: vt6656: rename FIRMWAREbCheckVersion to vnt_check_firmware_versionMalcolm Priestley1-1/+1
2014-06-19staging: vt6656: rename FIRMWAREbBrach2Sram to vnt_firmware_branch_to_sramMalcolm Priestley1-2/+2
2014-06-19staging: vt6656: rename FIRMWAREbDownload to vnt_download_firmwareMalcolm Priestley1-1/+1
2014-06-19staging: vt6656: firmware.c replace DBG_PRT debug messagesMalcolm Priestley1-11/+11
2014-06-19staging: vt6656: FIRMWAREbCheckVersion remove camel caseMalcolm Priestley1-10/+10
2014-06-19staging: vt6656: FIRMWAREbBrach2Sram remove camel caseMalcolm Priestley1-4/+4
2014-06-19staging: vt6656: FIRMWAREbDownload remove camel caseMalcolm Priestley1-14/+14
2014-05-26staging: vt6656: dead code remove control.c/hMalcolm Priestley1-1/+1
2014-05-26staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_inMalcolm Priestley1-1/+1
2014-05-26staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_outMalcolm Priestley1-2/+2
2014-05-18staging: vt6656: rndis.h move all to device.hMalcolm Priestley1-1/+0
2014-05-15staging: vt6656: Remove PIPEnsControlOutAsyn/CONTROLnsRequestOutAsynMalcolm Priestley1-1/+1
2014-05-15staging: vt6656: lock changes: Remove spin locks.Malcolm Priestley1-1/+1
2014-05-15staging: vt6656: make spin_lock_irq() human readableMartin Kepplinger1-2/+0
2014-04-18staging: vt6655,vt6656: fix sparse error "unexpected unlock"Cédric Cabessa1-1/+2
2013-10-17staging: vt6656: removed line over 80 chars warningNandini Hanumanthagowda1-2/+4
2013-10-17staging: vt6656: removed C99-style commentsNandini Hanumanthagowda1-2/+2
2013-10-17staging: vt6656: removed unnecessary parentheses in return statementNandini Hanumanthagowda1-2/+2
2013-10-17staging: vt6656: removal of braces under if-control statementNandini Hanumanthagowda1-3/+2
2013-10-17staging: vt6656: indentation and removal of unnecessary spacesNandini Hanumanthagowda1-47/+44
2013-03-28staging: vt6656: remove consecutive newlinesAndres More1-9/+0
2013-03-25staging: vt6656: remove code placeholdersAndres More1-6/+0
2013-03-11staging: vt6656: replaced custom BYTE definition with u8Andres More1-1/+1
2013-02-15staging: vt6656: replaced custom TRUE definition with trueAndres More1-3/+3
2013-02-15staging: vt6656: replaced custom FALSE definition with falseAndres More1-5/+5
2013-02-15staging: vt6656: replace custom BOOL definition with boolAndres More1-1/+1
2013-01-07staging: vt6656: channel/control/firmware/int/usbpipe to new structuresMalcolm Priestley1-13/+4
2012-10-22staging: vt6656: Keep firmware loading local and release firware.Malcolm Priestley1-12/+10
2011-03-14staging: vt6656: Remove NULL check before kfreeIlia Mirkin1-2/+1
2011-01-21vt6656: Use request_firmware() to load firmwareBen Hutchings1-753/+52
2010-09-16staging: vt6656: removed not required parentheses.Diego H. Iglesias1-1/+1
2010-08-31staging: vt6656: removed NDIS_STATUS int redefinitionAndres More1-2/+2
2010-08-02staging: vt6656: removed NTSTATUS definitionAndres More1-1/+1
2010-05-11Staging: vt6656: Removed IN definitionAndres More1-3/+3
2009-12-11Staging: vt665*: fix printk formatsRandy Dunlap1-1/+1
2009-09-15Staging: vt665x: Remove umem.h Part 2Jim Lieb1-1/+0
2009-09-15Staging: vt665x: Clean up include files, Part 1Jim Lieb1-10/+0
2009-09-15Staging: vt665x: Typedef and macro cleanup Part 1Jim Lieb1-3/+3
2009-09-15Staging: vt665x: 64bit compile fixes Part 2Jim Lieb1-1/+1
2009-09-15Staging: Add pristine upstream vt6656 driver sources to drivers/staging/vt6656.Forest Bond1-0/+887