aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sep (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-09Staging: sep: remove virtual address being passed to user space applicationMark Allyn2-31/+6
2010-12-02staging/sep: Fix printk format warningPeter Huewe1-6/+6
2010-12-02staging/sep: Fix sparse warning 'Using plain integer as NULL pointer'Peter Huewe1-19/+19
2010-12-02staging/sep: Fix sparse warning 'do-while statement is not a compound statement'Peter Huewe2-8/+8
2010-11-29Staging: sep: do not select the driver by defaultGreg Kroah-Hartman1-1/+0
2010-11-29Staging: sep: Fix crash if a device is not foundAlan Cox1-196/+167
2010-11-29Staging: sep: clean up a couple of spots missed in pass oneAlan Cox1-11/+5
2010-11-29Staging: sep: cant is an angular inclinationAlan Cox1-3/+3
2010-11-29Staging: sep: Make SEP consistentAlan Cox1-318/+313
2010-11-29Staging: sep: Use kzalloc when neededAlan Cox1-7/+1
2010-11-29Staging: sep: clean up some of the obvious silliesAlan Cox1-692/+249
2010-11-29Staging: sep: Fix the kernel-doc in SEPAlan Cox1-134/+188
2010-11-29Staging: sep: clean up caller_id functionAlan Cox1-42/+0
2010-11-29Staging: sep: netlink - what netlinkAlan Cox1-23/+1
2010-11-29Staging: sep: handle the memrar stuff in the headersAlan Cox2-133/+2
2010-11-29Staging: sep: handle the rar definition stuff in the headerAlan Cox2-61/+1
2010-11-29Staging: sep: minimal fix for wrong includeAlan Cox1-1/+1
2010-11-19Staging: sep: Introduce sep driverMark Allyn8-0/+5304
2010-08-23Staging: sep: remove driverGreg Kroah-Hartman8-3754/+0
2010-07-22Staging: fix typos concerning "address"Uwe Kleine-König1-1/+1
2010-06-04Staging: sep: return -EFAULT on copy_to_user errorsDan Carpenter1-12/+40
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: 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