summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/sep_main.c
Commit message (Expand)AuthorAgeFilesLines
* staging: sep: remove driverKristina Martšenko2014-07-271-4411/+0
* staging: sep: Fix blank lines issue reported by checkpatchLABBE Corentin2014-07-211-43/+4
* staging: sep: Fix misceanellous problems reported by checkpatchLABBE Corentin2014-07-211-3/+2
* staging: sep: No else is necessary after a break (reported by checkpatch)LABBE Corentin2014-07-211-3/+2
* drivers/staging: Remove useless return variablesPeter Senna Tschudin2014-05-261-2/+1
* staging: sep: Add fallthrough commentAndreea-Cristina Bernat2014-03-161-0/+1
* Staging: sep: Fix line length over 80 characters in sep_main.cMonam Agarwal2014-02-271-1/+2
* Staging: sep: Fix quoted string split across lines in sep_main.cMonam Agarwal2014-02-271-54/+36
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-021-1/+1
* staging: sep: do not use comparisons on bool testsValentina Manea2013-10-281-12/+10
* staging: sep: add missing misc_deregister() on error in sep_register_driver_w...Wei Yongjun2013-10-271-0/+1
* sep: Convert sep_lock_user_pages() to get_user_pages_fast()Jan Kara2013-10-051-7/+2
* staging: sep: fix possible memory leak in sep_prepare_input_dma_table()Wei Yongjun2013-03-151-1/+1
* staging/sep: Check pointers before dereferencing (fix smatch warning)Peter Huewe2013-03-111-2/+3
* staging/sep: Fix smatch false positive about potential NULL dereference in se...Peter Huewe2013-03-111-1/+1
* staging: Remove unnecessary OOM messagesJoe Perches2013-02-111-32/+12
* staging: sep: remove use of __devinitBill Pemberton2012-11-211-1/+1
* staging: sep: return -EFAULT on copy_from_user failureDevendra Naga2012-10-291-2/+2
* Staging: sep: Correct misspelled "remap_page_range" -> "remap_pfn_range"Robert P. J. Day2012-09-041-1/+1
* staging: sep_main.c: remove duplicated includeDuan Jiong2012-07-191-1/+0
* staging/sep: use module_pci_driver macroDevendra Naga2012-07-111-26/+1
* staging "sep" Fix typos found while reading.Justin P. Mattock2012-06-121-18/+18
* Staging: sep: fix coding style issuesAdnan Ali2012-06-121-17/+20
* Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman2012-05-021-6/+6
|\
| * staging, sep: Fix typo in sepMasanari Iida2012-04-241-6/+6
* | staging: sep: Fix sign of errorAlan Cox2012-04-101-3/+3
|/
* staging: Fix SEP buildAlan Cox2012-02-131-2/+3
* staging: sep: NULL out pointers, mark debug code DEBUG to fix warningsMark A. Allyn2012-02-101-4/+11
* staging: sep: update initialisationMark A. Allyn2012-02-101-13/+13
* staging: sep: Add interfaces for the new functionsMark A. Allyn2012-02-101-11/+49
* staging: sep: Basic infrastructure for SEP DMA access to non CPU regionsMark A. Allyn2012-02-101-24/+209
* staging: sep: Add new PCI identifierMark A. Allyn2012-02-101-2/+3
* staging: sep: Fix warnings caused by sizeof() typesAlan Cox2012-01-311-6/+6
* staging: sep: SEP updateMark Allyn2012-01-301-0/+4286