aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-53/+21
2013-04-09vt6655: slightly clean reading config fileAl Viro1-75/+40
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches1-163/+0
2013-03-25staging: vt6655: Remove commented out if()sJoe Perches1-9/+0
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches1-85/+41
2013-03-25staging: vt6655: Remove commented out printksJoe Perches1-36/+3
2013-03-18staging:vt6655:device_main: Whitespace cleanupsJoe Perches1-2408/+2408
2012-11-21staging: vt6655: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: vt6655: remove use of __devinitBill Pemberton1-2/+2
2012-09-07staging: vt6655: vt6655_init_info function must be void typeDevendra Naga1-7/+3
2012-09-07staging: vt6655: return ENOMEM rather than ENODEV when alloc_etherdev failDevendra Naga1-1/+1
2012-09-07staging: vt6655: fix coding style problem at assigning netdev_opsDevendra Naga1-9/+6
2012-09-07staging: vt6655: fix coding style issues in device_get_optionsDevendra Naga1-25/+23
2012-09-07staging: vt6655: fix coding style warningsDevendra Naga1-10/+11
2012-09-04staging: "vt6655" Typo change *Embeded to *Embedded.Justin P. Mattock1-1/+1
2012-09-04staging: "vt6655" Fix typos in comments.Justin P. Mattock1-3/+3
2012-07-09staging: vt6655: Remove all commented macrosMarcos Paulo de Souza1-4/+0
2012-07-09staging: vt6655: Remove all "if 0" blocks from driverMarcos Paulo de Souza1-33/+0
2011-11-30staging:vt6656: iwctl.c: Removed unneeded functionMarcos Paulo de Souza1-5/+1
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-8/+2
2011-08-23staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko1-8/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches1-7/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-14staging: vt6655: Remove NULL check before kfreeIlia Mirkin1-2/+1
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-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ément1-21/+21
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-66/+66
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-62/+62
2010-07-08Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy1-1/+1
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément1-34/+34
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément1-9/+9
2010-06-24Staging: vt6655: remove DWORD typedefCharles Clément1-9/+9
2010-06-22Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément1-5/+6
2010-06-18Staging: vt6655: struct pci_driver cleanupCharles Clément1-19/+19
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément1-1/+1
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément1-11/+11
2010-06-18Staging: vt6655: remove custom ULONG typedefCharles Clément1-6/+7
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément1-20/+20
2010-06-18Staging: vt6655: remove custom UCHAR typedefCharles Clément1-6/+8
2010-06-18Staging: vt6655: remove custom LONG typedefCharles Clément1-1/+1
2010-06-18Staging: vt6655: remove custom INT typedefCharles Clément1-19/+19
2010-06-18Staging: vt6655: remove U32 custom macroCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove U16 custom macroCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove U8 custom macroCharles Clément1-1/+1
2010-06-18Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément1-1/+1
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-45/+48
2010-05-18Staging: vt6655: use ETH_DATA_LEN macro instead of custom oneCharles Clément1-2/+2