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