aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/device_main.c
AgeCommit message (Expand)Author
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09vt6655: slightly clean reading config fileAl Viro
2013-03-25staging: vt6655: Remove unnecessary blank linesJoe Perches
2013-03-25staging: vt6655: Remove commented out if()sJoe Perches
2013-03-25staging: vt6655: Convert to kernel brace styleJoe Perches
2013-03-25staging: vt6655: Remove commented out printksJoe Perches
2013-03-18staging:vt6655:device_main: Whitespace cleanupsJoe Perches
2012-11-21staging: vt6655: remove use of __devexitBill Pemberton
2012-11-21staging: vt6655: remove use of __devinitBill Pemberton
2012-09-07staging: vt6655: vt6655_init_info function must be void typeDevendra Naga
2012-09-07staging: vt6655: return ENOMEM rather than ENODEV when alloc_etherdev failDevendra Naga
2012-09-07staging: vt6655: fix coding style problem at assigning netdev_opsDevendra Naga
2012-09-07staging: vt6655: fix coding style issues in device_get_optionsDevendra Naga
2012-09-07staging: vt6655: fix coding style warningsDevendra Naga
2012-09-04staging: "vt6655" Typo change *Embeded to *Embedded.Justin P. Mattock
2012-09-04staging: "vt6655" Fix typos in comments.Justin P. Mattock
2012-07-09staging: vt6655: Remove all commented macrosMarcos Paulo de Souza
2012-07-09staging: vt6655: Remove all "if 0" blocks from driverMarcos Paulo de Souza
2011-11-30staging:vt6656: iwctl.c: Removed unneeded functionMarcos Paulo de Souza
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-08-23staging: vt6655: simplify MAC printing by using %pMAndy Shevchenko
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-14staging: vt6655: Remove NULL check before kfreeIlia Mirkin
2011-02-28staging: vt6655: device_main.c remove one to many l's in the word.Justin P. Mattock
2011-01-21staging/vt6655: fix sparse warning "obsolete struct initializer"Peter Huewe
2010-08-31staging: vt6655: do not use PCI resources before pci_enable_device()Kulikov Vasiliy
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément
2010-07-08Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément
2010-06-24Staging: vt6655: remove DWORD typedefCharles Clément
2010-06-22Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément
2010-06-18Staging: vt6655: struct pci_driver cleanupCharles Clément
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément
2010-06-18Staging: vt6655: remove custom ULONG typedefCharles Clément
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément
2010-06-18Staging: vt6655: remove custom UCHAR typedefCharles Clément
2010-06-18Staging: vt6655: remove custom LONG typedefCharles Clément
2010-06-18Staging: vt6655: remove custom INT typedefCharles Clément
2010-06-18Staging: vt6655: remove U32 custom macroCharles Clément
2010-06-18Staging: vt6655: remove U16 custom macroCharles Clément
2010-06-18Staging: vt6655: remove U8 custom macroCharles Clément
2010-06-18Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman
2010-05-18Staging: vt6655: use ETH_DATA_LEN macro instead of custom oneCharles Clément