aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-14staging: Complete sched.h removal from interrupt.hJeff Mahoney1-0/+1
2009-09-15Staging: sep: SEP driver build breaks with CONFIG_PCI=nKamalesh Babulal1-1/+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 Cox2-101/+77
2009-09-15Staging: sep: Implement some proper open/close methodsAlan Cox2-39/+52
2009-09-15Staging: sep: tidy firmware loadAlan Cox3-109/+47
2009-09-15Staging: sep: various minor tidyupsAlan Cox2-61/+53
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: remove extra CFLAGS we don't useAlan Cox1-1/+0
2009-09-15Staging: sep: Try and get kernel address and user address types rightAlan Cox2-64/+72
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 Cox2-10/+1
2009-09-15Staging: sep: rename some fieldsAlan Cox2-140/+140
2009-09-15Staging: sep: use O_NDELAY instead of magic APIsAlan Cox3-55/+5
2009-09-15Staging: sep: fix time handlerAlan Cox1-1/+3
2009-09-15Staging: sep: forward declaration removal timeAlan Cox3-1311/+998
2009-09-15Staging: sep: squish some of the wrapper functionsAlan Cox2-51/+8
2009-09-15Staging: sep: kill off unused codeAlan Cox2-101/+32
2009-09-15Staging: sep: make everything staticAlan Cox4-58/+48
2009-09-15Staging: sep: merge the two filesAlan Cox3-469/+404
2009-09-15Staging: sep: kill lock wrapperAlan Cox1-18/+0
2009-09-15Staging: sep: statically initialize the fops like other driversAlan Cox1-23/+24
2009-09-15Staging: sep: function shuffleAlan Cox2-193/+189
2009-09-15Staging: sep: Put all the ARM bits togetherAlan Cox1-97/+83
2009-09-15Staging: sep: priceless ...Alan Cox1-12/+1
2009-09-15Staging: sep: first pass after indentAlan Cox2-704/+66
2009-09-15Staging: sep: indent passAlan Cox6-2673/+2048
2009-09-15Staging: sep: do something about all the printk macrosAlan Cox3-368/+249
2009-09-15Staging: sep: We have two different repeats of the same logicAlan Cox1-6/+11
2009-09-15Staging: sep: rework write_register/read_registerAlan Cox4-139/+58
2009-09-15Staging: sep: Create a structure to hold all the current crap spewed about as globalsAlan Cox5-284/+338
2009-09-15Staging: rar/sep: Remove C++isms from the headersAlan Cox1-8/+0
2009-09-15Staging: sep: Fix rar buildAlan Cox1-1/+2
2009-09-15Staging: rar/sep: Don't use random VENDOR_ID macros but the proper namesAlan Cox1-3/+1
2009-09-15Staging: rar: fix some initial type problemsAlan Cox1-2/+2
2009-09-15Staging: sep: Upstream revision 3 of the security processor kernel driverMark Allyn9-0/+5766