summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device_main.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Remove redundant pci_set_drvdataSachin Kamat2013-09-251-4/+0
* vt6655/trivial: replace numeric with standard PM state macrosYijing Wang2013-07-261-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-53/+21
|\
| * vt6655: slightly clean reading config fileAl Viro2013-04-091-75/+40
* | staging: vt6655: Remove unnecessary blank linesJoe Perches2013-03-251-163/+0
* | staging: vt6655: Remove commented out if()sJoe Perches2013-03-251-9/+0
* | staging: vt6655: Convert to kernel brace styleJoe Perches2013-03-251-85/+41
* | staging: vt6655: Remove commented out printksJoe Perches2013-03-251-36/+3
* | staging:vt6655:device_main: Whitespace cleanupsJoe Perches2013-03-181-2408/+2408
|/
* staging: vt6655: remove use of __devexitBill Pemberton2012-11-211-1/+1
* staging: vt6655: remove use of __devinitBill Pemberton2012-11-211-2/+2
* staging: vt6655: vt6655_init_info function must be void typeDevendra Naga2012-09-071-7/+3
* staging: vt6655: return ENOMEM rather than ENODEV when alloc_etherdev failDevendra Naga2012-09-071-1/+1
* staging: vt6655: fix coding style problem at assigning netdev_opsDevendra Naga2012-09-071-9/+6
* staging: vt6655: fix coding style issues in device_get_optionsDevendra Naga2012-09-071-25/+23
* staging: vt6655: fix coding style warningsDevendra Naga2012-09-071-10/+11
* staging: "vt6655" Typo change *Embeded to *Embedded.Justin P. Mattock2012-09-041-1/+1
* staging: "vt6655" Fix typos in comments.Justin P. Mattock2012-09-041-3/+3
* staging: vt6655: Remove all commented macrosMarcos Paulo de Souza2012-07-091-4/+0
* staging: vt6655: Remove all "if 0" blocks from driverMarcos Paulo de Souza2012-07-091-33/+0
* staging:vt6656: iwctl.c: Removed unneeded functionMarcos Paulo de Souza2011-11-301-5/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-261-8/+2
|\
| * staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko2011-08-231-8/+2
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-251-7/+7
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* staging: vt6655: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* 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
* staging: vt6655: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-311-1/+2
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-021-21/+21
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-021-66/+66
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-021-62/+62
* Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy2010-07-081-1/+1
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-34/+34
* Staging: vt6655: remove WORD typedefCharles Clément2010-06-241-9/+9
* Staging: vt6655: remove DWORD typedefCharles Clément2010-06-241-9/+9
* Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément2010-06-221-5/+6
* Staging: vt6655: struct pci_driver cleanupCharles Clément2010-06-181-19/+19
* Staging: vt6655: remove PWORD typedefCharles Clément2010-06-181-1/+1
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-181-11/+11
* Staging: vt6655: remove custom ULONG typedefCharles Clément2010-06-181-6/+7
* Staging: vt6655: remove custom UINT typedefCharles Clément2010-06-181-20/+20
* Staging: vt6655: remove custom UCHAR typedefCharles Clément2010-06-181-6/+8
* Staging: vt6655: remove custom LONG typedefCharles Clément2010-06-181-1/+1
* Staging: vt6655: remove custom INT typedefCharles Clément2010-06-181-19/+19
* Staging: vt6655: remove U32 custom macroCharles Clément2010-06-181-2/+2
* Staging: vt6655: remove U16 custom macroCharles Clément2010-06-181-2/+2
* Staging: vt6655: remove U8 custom macroCharles Clément2010-06-181-1/+1
* Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément2010-06-181-1/+1
OpenPOWER on IntegriCloud