summaryrefslogtreecommitdiff
path: root/drivers/staging/dgap
Commit message (Expand)AuthorAgeFilesLines
* staging: dgap: fix the rest of the checkpatch warnings in dgap.cMark Hounschell2014-03-192-63/+42
* staging: dgap: re-factor some more code for 80+ linesMark Hounschell2014-03-191-15/+25
* staging: dgap: get rid of DGAP_LOCK and DGAP_UNLOCK macrosMark Hounschell2014-03-192-227/+222
* staging: dgap: re-factor some code for 80+ lines as reported by checkpatchMark Hounschell2014-03-191-72/+35
* staging: dgap: Fixed sparse error: same symbol redeclared with different typeMasood Mehmood2014-03-181-7/+6
* staging: dgap: Add a pr_info per board infoMark Hounschell2014-03-171-0/+4
* staging: dgap: remove more unneeded brd-state statesMark Hounschell2014-03-172-20/+17
* staging: dgap: remove unused brd->state statesMark Hounschell2014-03-172-22/+0
* staging: dgap: remove unneeded dgap_driver_statesMark Hounschell2014-03-172-27/+1
* staging: dgap: Replace/remove DGAP_SPINLOCK_INIT macroMark Hounschell2014-03-172-3/+2
* staging: dgap: Remove unused DGAP_TRYLOCK macroMark Hounschell2014-03-171-1/+0
* staging: dgap: Remove unneeded code from dgap.cMark Hounschell2014-03-171-149/+0
* staging: dgap: remove some unused defines in dgap.hMark Hounschell2014-03-171-51/+2
* staging: dgap: fix a few more 80+ char lines (02/02)Mark Hounschell2014-03-171-9/+17
* staging: dgap: fix a few more 80+ char lines (01/02)Mark Hounschell2014-03-171-49/+113
* staging: dgap: fix a few 80+ char linesMark Hounschell2014-03-171-25/+30
* staging: dgap: Fix mismatch in function argument typesHimangi Saraogi2014-03-161-1/+1
* staging: dgap: implement proper error handling in dgap_start()Alexey Khoroshilov2014-03-081-1/+17
* staging: dgap: remove unneeded status variablesAlexey Khoroshilov2014-03-081-48/+33
* Staging:dgap: Fix Macros with complex values should be enclosed in dgap.hEbru Akagunduz2014-03-081-28/+28
* Staging:dgap: Fix "foo * bar" should be "foo *bar" in dgap.hEbru Akagunduz2014-03-071-1/+1
* Staging:dgap: Fix open brace '{' following struct go on the same line in dgap.hEbru Akagunduz2014-03-071-4/+2
* staging: dgap: Simplify and cleanup dgap_init_module functionMark Hounschell2014-03-061-25/+13
* staging: dgap: Remove printks associated with sysfile creationMark Hounschell2014-03-061-20/+19
* staging: dgap: Remove some dead codeMark Hounschell2014-03-061-84/+3
* staging: dgap: fix a few more 80+ lines as reported by checkpatchMark Hounschell2014-03-061-7/+16
* staging: dgap: fix a few more 80+ lines as reported by checkpatchMark Hounschell2014-03-061-33/+67
* staging: dgap: fix a few more 80+ lines as reported by checkpatchMark Hounschell2014-03-061-18/+34
* staging: dgap: fix a few 80+ char lines as reported by checkpatchMark Hounschell2014-03-062-145/+179
* staging: dgap: fix suspect code indent for conditional statements checkpatch ...Mark Hounschell2014-03-061-7/+9
* staging: dgap: fix checkpatch warning on sscanf usageMark Hounschell2014-03-061-1/+2
* staging: dgap: Remove module param and sysfs var rawreadokMark Hounschell2014-03-061-26/+0
* staging: dgap: remove unnecessary dgap_global_lockMark Hounschell2014-03-061-9/+1
* staging: dgap: Don't remove sysfs group we failed to createMark Hounschell2014-03-061-3/+1
* staging: dgap: fix some pr_warns with new lines in the stringMark Hounschell2014-03-061-5/+9
* staging: dgap: Add curly braces back in for Multi-line indent blockMark Hounschell2014-03-061-1/+2
* staging: dgap: get rid of nasty DGAP_VERIFY_BOARD macroMark Hounschell2014-03-061-19/+43
* staging: dgap: Remove more degug/tracing codeMark Hounschell2014-03-062-32/+0
* staging: dgap: Fix various previously missed checkpatch errorsMark Hounschell2014-03-061-11/+8
* staging: dgap: Fix printk related errors as reported by checkpatchMark Hounschell2014-03-061-4/+2
* staging:dgap: Fix externs should be avoided in .c files as reported by checkp...Mark Hounschell2014-03-061-6/+5
* staging: dgap: fix do not use assignment in if condition as reported by check...Mark Hounschell2014-02-281-25/+50
* staging: dgap: Fix white space errors as reported by checkpatchMark Hounschell2014-02-281-228/+86
* staging: dgap: Fix bracing errors reported by checkpatchMark Hounschell2014-02-281-217/+121
* staging: dgap: Fix include errs reported by checkpatchMark Hounschell2014-02-281-2/+2
* staging: dgap: Fix foo* bar should be foo *bar as reported by checkpatchMark Hounschell2014-02-281-2/+2
* staging: dgap: Fix indent errs as reported by checkpatchMark Hounschell2014-02-281-71/+77
* staging: dgap: Fix all return statments in err as reported by checkpatchMark Hounschell2014-02-281-336/+336
* staging:dgap: remove digi debug and tracing codeMark Hounschell2014-02-282-603/+58
* staging: dgap: fix kernel oops on port openMark Hounschell2014-02-272-12/+43