summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep
Commit message (Expand)AuthorAgeFilesLines
...
* Staging: sep: clean up some of the obvious silliesAlan Cox2010-11-291-692/+249
* Staging: sep: Fix the kernel-doc in SEPAlan Cox2010-11-291-134/+188
* Staging: sep: clean up caller_id functionAlan Cox2010-11-291-42/+0
* Staging: sep: netlink - what netlinkAlan Cox2010-11-291-23/+1
* Staging: sep: handle the memrar stuff in the headersAlan Cox2010-11-292-133/+2
* Staging: sep: handle the rar definition stuff in the headerAlan Cox2010-11-292-61/+1
* Staging: sep: minimal fix for wrong includeAlan Cox2010-11-291-1/+1
* Staging: sep: Introduce sep driverMark Allyn2010-11-198-0/+5304
* Staging: sep: remove driverGreg Kroah-Hartman2010-08-238-3754/+0
* Staging: fix typos concerning "address"Uwe Kleine-König2010-07-221-1/+1
* Staging: sep: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-041-12/+40
* Staging: sep: remove duplicated #includeHuang Weiyi2010-05-111-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: Fix continuation line formatsJoe Perches2010-03-031-2/+3
* Staging: Fix continuation line formatsJoe Perches2010-03-031-2/+1
* Staging: sep: declare MODULE_FIRMWAREBen Hutchings2010-03-031-0/+3
* Staging: sep: include driver name in firmware filenamesBen Hutchings2010-03-031-2/+2
* staging: make PCI device id constantNémeth Márton2010-03-031-1/+1
* Staging: sep: Fix use of legacy ioctl fopAlan Cox2010-03-031-2/+2
* Staging: sep: Fix build problems from header changesAlan Cox2010-03-031-3/+4
* Staging: fix assorted typos all over the placeAndré Goddard Rosa2009-12-111-1/+1
* Staging: sep: fix 2 warningsRandy Dunlap2009-12-111-1/+3
* staging: Complete sched.h removal from interrupt.hJeff Mahoney2009-10-141-0/+1
* Staging: sep: SEP driver build breaks with CONFIG_PCI=nKamalesh Babulal2009-09-151-1/+1
* Staging: sep: use ioremap helpersAlan Cox2009-09-151-33/+9
* Staging: sep: untangle the register_fs codeAlan Cox2009-09-151-17/+8
* Staging: sep: clean up timeAlan Cox2009-09-151-29/+43
* Staging: sep: clean up command sendingAlan Cox2009-09-151-23/+45
* Staging: sep: flow ioctl cleanupAlan Cox2009-09-151-25/+18
* Staging: sep: kick out various fields we can prove are not neededAlan Cox2009-09-152-101/+77
* Staging: sep: Implement some proper open/close methodsAlan Cox2009-09-152-39/+52
* Staging: sep: tidy firmware loadAlan Cox2009-09-153-109/+47
* Staging: sep: various minor tidyupsAlan Cox2009-09-152-61/+53
* Staging: sep: fix a conversion thinkoAlan Cox2009-09-151-1/+1
* Staging: sep: Use the proper allocators for the shared areaAlan Cox2009-09-151-61/+59
* Staging: sep: remove extra CFLAGS we don't useAlan Cox2009-09-151-1/+0
* Staging: sep: Try and get kernel address and user address types rightAlan Cox2009-09-152-64/+72
* Staging: sep: remove module int macroAlan Cox2009-09-151-1/+2
* Staging: sep: load_rom is remarkably verbose and repetetiveAlan Cox2009-09-151-19/+6
* Staging: sep: fix flow APIAlan Cox2009-09-151-38/+28
* Staging: sep: clean up after switching to passing sepAlan Cox2009-09-151-13/+13
* Staging: sep: Use filp->private_data to create proper device instancesAlan Cox2009-09-151-324/+395
* Staging: sep: Fix PCI irq usageAlan Cox2009-09-152-10/+1
* Staging: sep: rename some fieldsAlan Cox2009-09-152-140/+140
* Staging: sep: use O_NDELAY instead of magic APIsAlan Cox2009-09-153-55/+5
* Staging: sep: fix time handlerAlan Cox2009-09-151-1/+3
* Staging: sep: forward declaration removal timeAlan Cox2009-09-153-1311/+998
* Staging: sep: squish some of the wrapper functionsAlan Cox2009-09-152-51/+8
* Staging: sep: kill off unused codeAlan Cox2009-09-152-101/+32
* Staging: sep: make everything staticAlan Cox2009-09-154-58/+48