aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-06staging: vt6655: Fix warnings if CONFIG_PM is not definedLarry Finger1-1/+1
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-1/+1
2011-04-25staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches3-6/+6
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches9-69/+69
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-1/+1
2011-04-04Staging: vt665?: prevent modules from being built into the kernel.Greg Kroah-Hartman1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi4-5/+5
2011-03-14staging: vt6655: Remove NULL check before kfreeIlia Mirkin3-6/+3
2011-02-28staging: vt6655: device_main.c remove one to many l's in the word.Justin P. Mattock1-1/+1
2011-01-21staging/vt6655: fix sparse warning "obsolete struct initializer"Peter Huewe1-9/+9
2010-11-16drivers/staging: Remove unnecessary semicolonsJoe Perches3-4/+4
2010-10-28Merge 'staging-next' to Linus's treeGreg Kroah-Hartman6-22/+8
2010-10-05Staging: vt6655: Makefile: cleaned up Makefile cflag linesTracey Dent1-2/+2
2010-09-20Staging: vt6655: remove unused update_BssList definitionCharles Clément1-7/+0
2010-09-20Staging: vt6655: fix buffer overflowDan Carpenter1-3/+8
2010-09-20staging: vt6655: '&pointer[0]' to 'pointer' fixAndy Shevchenko2-3/+2
2010-09-16Staging: vt665x: remove unused DEF definitionCharles Clément1-4/+0
2010-09-16staging: vt6655: use '%pM' format to print MAC addressAndy Shevchenko2-7/+4
2010-08-31staging: Use available error codesJulia Lawall1-1/+1
2010-08-31staging: vt6655: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-1/+2
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément50-472/+470
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément30-589/+581
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément31-768/+761
2010-07-08Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy1-1/+1
2010-07-08Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément2-19/+9
2010-06-25Staging: vt6655: Add TODO entries on x86-64 pointers and .data sizeCharles Clément1-0/+2
2010-06-25Staging: vt6655: remove PUINT typedefCharles Clément8-147/+50
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément55-965/+963
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément44-590/+589
2010-06-24Staging: vt6655: remove DWORD typedefCharles Clément32-309/+308
2010-06-22Staging: vt6655: remove DWORD_PTR pointer typedefCharles Clément13-196/+194
2010-06-22Staging: vt6655: remove ULONG_PTR typedefCharles Clément2-5/+4
2010-06-22Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément12-982/+931
2010-06-18Staging: vt6655: struct pci_driver cleanupCharles Clément1-19/+19
2010-06-18Staging: vt665*: fix typos concerning "management"Uwe Kleine-König1-1/+1
2010-06-18Staging: vt6655: fix up U32 conversionGreg Kroah-Hartman2-2/+2
2010-06-18Staging: vt6655: include linux/ headers instead of asm/Charles Clément1-2/+2
2010-06-18Staging: vt6655: remove PDWORD typedefCharles Clément14-84/+82
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément21-133/+131
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément57-503/+503
2010-06-18Staging: vt6655: remove custom ULONGLONG typedefCharles Clément6-91/+87
2010-06-18Staging: vt6655: remove custom ULONG typedefCharles Clément19-67/+67
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément47-538/+545
2010-06-18Staging: vt6655: remove custom USHORT typedefCharles Clément2-8/+7
2010-06-18Staging: vt6655: remove custom UCHAR typedefCharles Clément4-9/+10
2010-06-18Staging: vt6655: remove custom LONG typedefCharles Clément9-22/+20
2010-06-18Staging: vt6655: remove custom INT typedefCharles Clément6-43/+42
2010-06-18Staging: vt6655: removed custom SHORT typedefCharles Clément2-5/+4
2010-06-18Staging: vt6655: removed custom CHAR typedefCharles Clément3-4/+3
2010-06-18Staging: vt6655: remove U32 custom macroCharles Clément6-127/+124