aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sep
AgeCommit message (Expand)AuthorFilesLines
2010-06-04Staging: sep: return -EFAULT on copy_to_user errorsGravatar Dan Carpenter 1-12/+40
2010-05-11Staging: sep: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-03Staging: Fix continuation line formatsGravatar Joe Perches 1-2/+3
2010-03-03Staging: Fix continuation line formatsGravatar Joe Perches 1-2/+1
2010-03-03Staging: sep: declare MODULE_FIRMWAREGravatar Ben Hutchings 1-0/+3
2010-03-03Staging: sep: include driver name in firmware filenamesGravatar Ben Hutchings 1-2/+2
2010-03-03staging: make PCI device id constantGravatar Németh Márton 1-1/+1
2010-03-03Staging: sep: Fix use of legacy ioctl fopGravatar Alan Cox 1-2/+2
2010-03-03Staging: sep: Fix build problems from header changesGravatar Alan Cox 1-3/+4
2009-12-11Staging: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-12-11Staging: sep: fix 2 warningsGravatar Randy Dunlap 1-1/+3
2009-10-14staging: Complete sched.h removal from interrupt.hGravatar Jeff Mahoney 1-0/+1
2009-09-15Staging: sep: SEP driver build breaks with CONFIG_PCI=nGravatar Kamalesh Babulal 1-1/+1
2009-09-15Staging: sep: use ioremap helpersGravatar Alan Cox 1-33/+9
2009-09-15Staging: sep: untangle the register_fs codeGravatar Alan Cox 1-17/+8
2009-09-15Staging: sep: clean up timeGravatar Alan Cox 1-29/+43
2009-09-15Staging: sep: clean up command sendingGravatar Alan Cox 1-23/+45
2009-09-15Staging: sep: flow ioctl cleanupGravatar Alan Cox 1-25/+18
2009-09-15Staging: sep: kick out various fields we can prove are not neededGravatar Alan Cox 2-101/+77
2009-09-15Staging: sep: Implement some proper open/close methodsGravatar Alan Cox 2-39/+52
2009-09-15Staging: sep: tidy firmware loadGravatar Alan Cox 3-109/+47
2009-09-15Staging: sep: various minor tidyupsGravatar Alan Cox 2-61/+53
2009-09-15Staging: sep: fix a conversion thinkoGravatar Alan Cox 1-1/+1
2009-09-15Staging: sep: Use the proper allocators for the shared areaGravatar Alan Cox 1-61/+59
2009-09-15Staging: sep: remove extra CFLAGS we don't useGravatar Alan Cox 1-1/+0
2009-09-15Staging: sep: Try and get kernel address and user address types rightGravatar Alan Cox 2-64/+72
2009-09-15Staging: sep: remove module int macroGravatar Alan Cox 1-1/+2
2009-09-15Staging: sep: load_rom is remarkably verbose and repetetiveGravatar Alan Cox 1-19/+6
2009-09-15Staging: sep: fix flow APIGravatar Alan Cox 1-38/+28
2009-09-15Staging: sep: clean up after switching to passing sepGravatar Alan Cox 1-13/+13
2009-09-15Staging: sep: Use filp->private_data to create proper device instancesGravatar Alan Cox 1-324/+395
2009-09-15Staging: sep: Fix PCI irq usageGravatar Alan Cox 2-10/+1
2009-09-15Staging: sep: rename some fieldsGravatar Alan Cox 2-140/+140
2009-09-15Staging: sep: use O_NDELAY instead of magic APIsGravatar Alan Cox 3-55/+5
2009-09-15Staging: sep: fix time handlerGravatar Alan Cox 1-1/+3
2009-09-15Staging: sep: forward declaration removal timeGravatar Alan Cox 3-1311/+998
2009-09-15Staging: sep: squish some of the wrapper functionsGravatar Alan Cox 2-51/+8
2009-09-15Staging: sep: kill off unused codeGravatar Alan Cox 2-101/+32
2009-09-15Staging: sep: make everything staticGravatar Alan Cox 4-58/+48
2009-09-15Staging: sep: merge the two filesGravatar Alan Cox 3-469/+404
2009-09-15Staging: sep: kill lock wrapperGravatar Alan Cox 1-18/+0
2009-09-15Staging: sep: statically initialize the fops like other driversGravatar Alan Cox 1-23/+24
2009-09-15Staging: sep: function shuffleGravatar Alan Cox 2-193/+189
2009-09-15Staging: sep: Put all the ARM bits togetherGravatar Alan Cox 1-97/+83
2009-09-15Staging: sep: priceless ...Gravatar Alan Cox 1-12/+1
2009-09-15Staging: sep: first pass after indentGravatar Alan Cox 2-704/+66
2009-09-15Staging: sep: indent passGravatar Alan Cox 6-2673/+2048
2009-09-15Staging: sep: do something about all the printk macrosGravatar Alan Cox 3-368/+249
2009-09-15Staging: sep: We have two different repeats of the same logicGravatar Alan Cox 1-6/+11