aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep/sep_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Staging: sep: remove duplicated #includeHuang Weiyi1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Staging: Fix continuation line formatsJoe Perches1-2/+3
2010-03-03Staging: Fix continuation line formatsJoe Perches1-2/+1
2010-03-03Staging: sep: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2010-03-03Staging: sep: include driver name in firmware filenamesBen Hutchings1-2/+2
2010-03-03staging: make PCI device id constantNémeth Márton1-1/+1
2010-03-03Staging: sep: Fix use of legacy ioctl fopAlan Cox1-2/+2
2010-03-03Staging: sep: Fix build problems from header changesAlan Cox1-3/+4
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-11Staging: sep: fix 2 warningsRandy Dunlap1-1/+3
2009-10-14staging: Complete sched.h removal from interrupt.hJeff Mahoney1-0/+1
2009-09-15Staging: sep: use ioremap helpersAlan Cox1-33/+9
2009-09-15Staging: sep: untangle the register_fs codeAlan Cox1-17/+8
2009-09-15Staging: sep: clean up timeAlan Cox1-29/+43
2009-09-15Staging: sep: clean up command sendingAlan Cox1-23/+45
2009-09-15Staging: sep: flow ioctl cleanupAlan Cox1-25/+18
2009-09-15Staging: sep: kick out various fields we can prove are not neededAlan Cox1-79/+69
2009-09-15Staging: sep: Implement some proper open/close methodsAlan Cox1-39/+50
2009-09-15Staging: sep: tidy firmware loadAlan Cox1-86/+42
2009-09-15Staging: sep: various minor tidyupsAlan Cox1-59/+51
2009-09-15Staging: sep: fix a conversion thinkoAlan Cox1-1/+1
2009-09-15Staging: sep: Use the proper allocators for the shared areaAlan Cox1-61/+59
2009-09-15Staging: sep: Try and get kernel address and user address types rightAlan Cox1-57/+65
2009-09-15Staging: sep: remove module int macroAlan Cox1-1/+2
2009-09-15Staging: sep: load_rom is remarkably verbose and repetetiveAlan Cox1-19/+6
2009-09-15Staging: sep: fix flow APIAlan Cox1-38/+28
2009-09-15Staging: sep: clean up after switching to passing sepAlan Cox1-13/+13
2009-09-15Staging: sep: Use filp->private_data to create proper device instancesAlan Cox1-324/+395
2009-09-15Staging: sep: Fix PCI irq usageAlan Cox1-7/+1
2009-09-15Staging: sep: rename some fieldsAlan Cox1-119/+119
2009-09-15Staging: sep: use O_NDELAY instead of magic APIsAlan Cox1-41/+5
2009-09-15Staging: sep: fix time handlerAlan Cox1-1/+3
2009-09-15Staging: sep: forward declaration removal timeAlan Cox1-1185/+998
2009-09-15Staging: sep: squish some of the wrapper functionsAlan Cox1-40/+8
2009-09-15Staging: sep: kill off unused codeAlan Cox1-81/+32
2009-09-15Staging: sep: make everything staticAlan Cox1-29/+29
2009-09-15Staging: sep: merge the two filesAlan Cox1-0/+3015