summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap
AgeCommit message (Expand)AuthorLines
2014-03-17staging: dgap: remove unneeded dgap_driver_statesMark Hounschell-27/+1
2014-03-17staging: dgap: Replace/remove DGAP_SPINLOCK_INIT macroMark Hounschell-3/+2
2014-03-17staging: dgap: Remove unused DGAP_TRYLOCK macroMark Hounschell-1/+0
2014-03-17staging: dgap: Remove unneeded code from dgap.cMark Hounschell-149/+0
2014-03-17staging: dgap: remove some unused defines in dgap.hMark Hounschell-51/+2
2014-03-17staging: dgap: fix a few more 80+ char lines (02/02)Mark Hounschell-9/+17
2014-03-17staging: dgap: fix a few more 80+ char lines (01/02)Mark Hounschell-49/+113
2014-03-17staging: dgap: fix a few 80+ char linesMark Hounschell-25/+30
2014-03-16staging: dgap: Fix mismatch in function argument typesHimangi Saraogi-1/+1
2014-03-08staging: dgap: implement proper error handling in dgap_start()Alexey Khoroshilov-1/+17
2014-03-08staging: dgap: remove unneeded status variablesAlexey Khoroshilov-48/+33
2014-03-08Staging:dgap: Fix Macros with complex values should be enclosed in dgap.hEbru Akagunduz-28/+28
2014-03-07Staging:dgap: Fix "foo * bar" should be "foo *bar" in dgap.hEbru Akagunduz-1/+1
2014-03-07Staging:dgap: Fix open brace '{' following struct go on the same line in dgap.hEbru Akagunduz-4/+2
2014-03-06staging: dgap: Simplify and cleanup dgap_init_module functionMark Hounschell-25/+13
2014-03-06staging: dgap: Remove printks associated with sysfile creationMark Hounschell-20/+19
2014-03-06staging: dgap: Remove some dead codeMark Hounschell-84/+3
2014-03-06staging: dgap: fix a few more 80+ lines as reported by checkpatchMark Hounschell-7/+16
2014-03-06staging: dgap: fix a few more 80+ lines as reported by checkpatchMark Hounschell-33/+67
2014-03-06staging: dgap: fix a few more 80+ lines as reported by checkpatchMark Hounschell-18/+34
2014-03-06staging: dgap: fix a few 80+ char lines as reported by checkpatchMark Hounschell-145/+179
2014-03-06staging: dgap: fix suspect code indent for conditional statements checkpatch ...Mark Hounschell-7/+9
2014-03-06staging: dgap: fix checkpatch warning on sscanf usageMark Hounschell-1/+2
2014-03-06staging: dgap: Remove module param and sysfs var rawreadokMark Hounschell-26/+0
2014-03-06staging: dgap: remove unnecessary dgap_global_lockMark Hounschell-9/+1
2014-03-06staging: dgap: Don't remove sysfs group we failed to createMark Hounschell-3/+1
2014-03-06staging: dgap: fix some pr_warns with new lines in the stringMark Hounschell-5/+9
2014-03-06staging: dgap: Add curly braces back in for Multi-line indent blockMark Hounschell-1/+2
2014-03-06staging: dgap: get rid of nasty DGAP_VERIFY_BOARD macroMark Hounschell-19/+43
2014-03-06staging: dgap: Remove more degug/tracing codeMark Hounschell-32/+0
2014-03-06staging: dgap: Fix various previously missed checkpatch errorsMark Hounschell-11/+8
2014-03-06staging: dgap: Fix printk related errors as reported by checkpatchMark Hounschell-4/+2
2014-03-06staging:dgap: Fix externs should be avoided in .c files as reported by checkp...Mark Hounschell-6/+5
2014-02-28staging: dgap: fix do not use assignment in if condition as reported by check...Mark Hounschell-25/+50
2014-02-28staging: dgap: Fix white space errors as reported by checkpatchMark Hounschell-228/+86
2014-02-28staging: dgap: Fix bracing errors reported by checkpatchMark Hounschell-217/+121
2014-02-28staging: dgap: Fix include errs reported by checkpatchMark Hounschell-2/+2
2014-02-28staging: dgap: Fix foo* bar should be foo *bar as reported by checkpatchMark Hounschell-2/+2
2014-02-28staging: dgap: Fix indent errs as reported by checkpatchMark Hounschell-71/+77
2014-02-28staging: dgap: Fix all return statments in err as reported by checkpatchMark Hounschell-336/+336
2014-02-28staging:dgap: remove digi debug and tracing codeMark Hounschell-603/+58
2014-02-27staging: dgap: fix kernel oops on port openMark Hounschell-12/+43
2014-02-25staging: dgap: fix compile warnings by remove dead codeMark Hounschell-145/+0
2014-02-24staging: dgap: Add in-kernel firmware loading supportMark Hounschell-202/+323
2014-02-24staging: dgap: Rename driverMark Hounschell-5/+1
2014-02-24staging: dgap: Make merged and local functions and variables staticMark Hounschell-119/+90
2014-02-24staging: dgap: Merge digi.h into dgap_driver.hMark Hounschell-378/+350
2014-02-24staging: dgap: Merge dgap_types.h into dgap_driver.hMark Hounschell-38/+11
2014-02-24staging: dgap: Merge dgap_kcompat.h into dgap_driver.hMark Hounschell-65/+32
2014-02-24staging: dgap: Merge dgap_parse.h into dgap_driver.hMark Hounschell-36/+11