summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Fix warnings if CONFIG_PM is not definedLarry Finger2011-05-061-1/+1
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-1/+1
* staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches2011-04-253-6/+6
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-259-69/+69
* Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-04-071-1/+1
|\
| * Staging: vt665?: prevent modules from being built into the kernel.Greg Kroah-Hartman2011-04-041-1/+1
* | Fix common misspellingsLucas De Marchi2011-03-314-5/+5
|/
* staging: vt6655: Remove NULL check before kfreeIlia Mirkin2011-03-143-6/+3
* staging: vt6655: device_main.c remove one to many l's in the word.Justin P. Mattock2011-02-281-1/+1
* staging/vt6655: fix sparse warning "obsolete struct initializer"Peter Huewe2011-01-211-9/+9
* drivers/staging: Remove unnecessary semicolonsJoe Perches2010-11-163-4/+4
* Merge 'staging-next' to Linus's treeGreg Kroah-Hartman2010-10-286-22/+8
|\
| * Staging: vt6655: Makefile: cleaned up Makefile cflag linesTracey Dent2010-10-051-2/+2
| * Staging: vt6655: remove unused update_BssList definitionCharles Clément2010-09-201-7/+0
| * staging: vt6655: '&pointer[0]' to 'pointer' fixAndy Shevchenko2010-09-202-3/+2
| * Staging: vt665x: remove unused DEF definitionCharles Clément2010-09-161-4/+0
| * staging: vt6655: use '%pM' format to print MAC addressAndy Shevchenko2010-09-162-7/+4
| * staging: Use available error codesJulia Lawall2010-08-311-1/+1
| * staging: vt6655: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-311-1/+2
* | Staging: vt6655: fix buffer overflowDan Carpenter2010-09-201-3/+8
|/
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-0250-472/+470
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-0230-589/+581
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-0231-768/+761
* Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy2010-07-081-1/+1
* Staging: vt6655: simplify broadcast and multicast ethernet address testCharles Clément2010-07-082-19/+9
* Staging: vt6655: Add TODO entries on x86-64 pointers and .data sizeCharles Clément2010-06-251-0/+2
* Staging: vt6655: remove PUINT typedefCharles Clément2010-06-258-147/+50
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-2455-965/+963
* Staging: vt6655: remove WORD typedefCharles Clément2010-06-2444-590/+589
* Staging: vt6655: remove DWORD typedefCharles Clément2010-06-2432-309/+308
* Staging: vt6655: remove DWORD_PTR pointer typedefCharles Clément2010-06-2213-196/+194
* Staging: vt6655: remove ULONG_PTR typedefCharles Clément2010-06-222-5/+4
* Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément2010-06-2212-982/+931
* Staging: vt6655: struct pci_driver cleanupCharles Clément2010-06-181-19/+19
* Staging: vt665*: fix typos concerning "management"Uwe Kleine-König2010-06-181-1/+1
* Staging: vt6655: fix up U32 conversionGreg Kroah-Hartman2010-06-182-2/+2
* Staging: vt6655: include linux/ headers instead of asm/Charles Clément2010-06-181-2/+2
* Staging: vt6655: remove PDWORD typedefCharles Clément2010-06-1814-84/+82
* Staging: vt6655: remove PWORD typedefCharles Clément2010-06-1821-133/+131
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-1857-503/+503
* Staging: vt6655: remove custom ULONGLONG typedefCharles Clément2010-06-186-91/+87
* Staging: vt6655: remove custom ULONG typedefCharles Clément2010-06-1819-67/+67
* Staging: vt6655: remove custom UINT typedefCharles Clément2010-06-1847-538/+545
* Staging: vt6655: remove custom USHORT typedefCharles Clément2010-06-182-8/+7
* Staging: vt6655: remove custom UCHAR typedefCharles Clément2010-06-184-9/+10
* Staging: vt6655: remove custom LONG typedefCharles Clément2010-06-189-22/+20
* Staging: vt6655: remove custom INT typedefCharles Clément2010-06-186-43/+42
* Staging: vt6655: removed custom SHORT typedefCharles Clément2010-06-182-5/+4
* Staging: vt6655: removed custom CHAR typedefCharles Clément2010-06-183-4/+3
* Staging: vt6655: remove U32 custom macroCharles Clément2010-06-186-127/+124
OpenPOWER on IntegriCloud