summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device_main.c
Commit message (Expand)AuthorAgeFilesLines
* staging: use pci_zalloc_consistentJoe Perches2014-08-081-28/+12
* Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-041-385/+387
|\
| * staging: vt6655: clean up the tail of function device_init_registersMalcolm Priestley2014-07-301-18/+19
| * staging: vt6655: remove typedef enum __device_init_typeMalcolm Priestley2014-07-301-187/+225
| * staging: vt6655: dead code remove undefined macro IO_MAPMalcolm Priestley2014-07-301-9/+1
| * staging: vt6655: dead code remove undefined macro FOR_LED_ON_NOTEBOOK code.Malcolm Priestley2014-07-301-15/+0
| * staging: vt6655: deadcode remove undefined macro THREAD code.Malcolm Priestley2014-07-301-55/+0
| * staging: vt6655: remove undefined TASK_LET codeMalcolm Priestley2014-07-301-6/+0
| * staging: vt6655: Remove NULL pointer sparse warningGuillaume Clement2014-07-271-1/+1
| * staging: vt6655: add missing whitespaceGuillaume Clement2014-07-271-5/+5
| * staging: vt6655: break single line if statementsGuillaume Clement2014-07-271-2/+4
| * staging: vt6655: Use pr_* functions instead of printkGuillaume Clement2014-07-271-35/+36
| * staging: vt6655: fix function braces not on the proper lineGuillaume Clement2014-07-271-30/+60
| * staging: vt6655: Remove spaces before quoted newlinesGuillaume Clement2014-07-271-26/+27
| * staging: vt6655: Add missing blank lines after declarationsGuillaume Clement2014-07-271-0/+11
| * staging: vt6655: remove useless return statementsGuillaume Clement2014-07-271-2/+0
| * staging: vt6655: Fix unused function warningGuillaume Clement2014-07-221-1/+5
| * staging: vt6655: statify some variablesGuillaume Clement2014-07-221-2/+2
| * staging: vt6655: change type of PortOffset to void __iomem *Guillaume Clement2014-07-221-3/+3
| * staging: vt6655: fix sparse warning "cast removes address space of expression"James A Shackleford2014-06-191-3/+3
* | staging: vt6655: Fix Warning on boot handle_irq_event_percpu.Malcolm Priestley2014-07-241-2/+5
|/
* staging: vt6655: fix checkpatch bracing issuesGuido Martínez2014-05-151-72/+62
* staging: vt6655: remove dead codeGuido Martínez2014-05-151-151/+13
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-021-1/+1
* staging: vt6655: delete explicit comparison to boolTeodora Baluta2013-11-101-30/+30
* 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
OpenPOWER on IntegriCloud