aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-29Revert "staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()"Greg Kroah-Hartman1-1/+3
2014-05-28staging: dgap: Use EIO instead of ENXIOMark Hounschell1-22/+22
2014-05-28staging: dgap: Simplify dgap_find_configMark Hounschell1-41/+43
2014-05-28staging: dgap: misc cleanup of NULL conditionalsMark Hounschell1-32/+32
2014-05-26staging: dgap: move tty_port_init() for serial_ports.Daeseok Youn1-3/+3
2014-05-26staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()Daeseok Youn1-3/+2
2014-05-26staging: dgap: remove unneeded kfree() for ttys in tty_driverDaeseok Youn1-4/+0
2014-05-25Staging: dgap: Fixed iomem accesses in dgap.cPascal COMBES1-8/+8
2014-05-24staging: dgap: Change GFP_ATOMICs to GFP_KERNELMark Hounschell1-4/+4
2014-05-24staging: dgap: Simplify get_altpin and get_useintr functionsMark Hounschell1-8/+2
2014-05-24staging: dgap: Replace double negative conditionalsMark Hounschell1-8/+6
2014-05-24staging: dgap: Remove more extra white space and tabsMark Hounschell1-92/+86
2014-05-24staging: dgap: Remove unnecessary initialization of variables in declarationsMark Hounschell1-91/+84
2014-05-24staging: dgap: replace dgap_savestring function with kstrdupMark Hounschell1-29/+15
2014-05-24staging: dgap: Remove unnecessary test on countMark Hounschell1-10/+0
2014-05-24staging: dgap: Remove erroneous commentMark Hounschell1-1/+0
2014-05-24staging: dgap: Remove dead sniff buffer codeMark Hounschell2-130/+0
2014-05-24staging: dgap: fix smatch warn: unsigned var is never less than zeroMark Hounschell1-1/+1
2014-05-24staging: dgap: implement error handling in dgap_tty_register()Daeseok Youn1-12/+33
2014-05-16staging: dgap: Get rid of CamelCaseMark Hounschell2-125/+127
2014-05-16staging: dgap: refactor ugly dgap_init_one functionMark Hounschell1-11/+8
2014-05-16staging: dgap: Add check for MAXBOARDS in .probe (dgap_init_one)Mark Hounschell1-0/+3
2014-05-16staging: dgap: remove two unnecessary conditionalsMark Hounschell1-18/+14
2014-05-16staging: dgap: check unchecked return valuesMark Hounschell1-2/+7
2014-05-16staging: dgap: fix a few more sparse warningsMark Hounschell1-18/+19
2014-05-16staging: dgap: fix sparse warnings Using plain integer as NULL pointerMark Hounschell1-16/+16
2014-05-16staging: dgap: fix sparse warning about dgap_poll_lockMark Hounschell1-1/+1
2014-05-16staging: dgap: fix a few misc sparse warningsMark Hounschell2-13/+13
2014-05-16staging: dgap: fix sparse warnings for the entire cm_t structureMark Hounschell2-5/+5
2014-05-16staging: dgap: fix sparse warnings for the entire bs_t structureMark Hounschell2-13/+13
2014-05-16staging: dgap: fix sparse warnings for re_map_membase and re_map_portMark Hounschell2-14/+14
2014-05-16staging: dgap: Fix BUG in processing config fileMark Hounschell1-1/+9
2014-05-16staging: dgap: Fix how we insure config data is a stringMark Hounschell1-2/+1
2014-04-14staging: dgap: remove uchar typedef and replace use with u8Mark Hounschell2-84/+81
2014-04-14staging: dgap: rename and fixup dgap_wait_for_xxx functionsMark Hounschell1-16/+16
2014-04-14staging: dgap: fix/change a pr_infoMark Hounschell1-3/+2
2014-04-14staging: dgap: remove volatiles from dgap.hMark Hounschell1-76/+76
2014-04-14staging: dgap: Macros with complex values should be enclosed in parenthesisMark Hounschell1-1/+1
2014-04-14staging: dgap: Only read config file dgap.conf onceMark Hounschell1-9/+9
2014-04-14staging: dgap: Removes excessive empty lines from dgap.hMark Hounschell1-26/+0
2014-04-14staging: dgap: remove some unused code in dgap.hMark Hounschell1-53/+0
2014-04-14staging: dgap: Fix several 80+ line warnings in dgap.hMark Hounschell1-115/+129
2014-04-14staging: dgap: fix some whitespace warnings in dgap.hMark Hounschell1-23/+24
2014-04-14staging: dgap: Remove some unneeded commentsMark Hounschell1-29/+0
2014-04-14staging: dgap: Remove some unused code in dgap.cMark Hounschell1-7/+0
2014-03-19staging: dgap: fix the rest of the checkpatch warnings in dgap.cMark Hounschell2-63/+42
2014-03-19staging: dgap: re-factor some more code for 80+ linesMark Hounschell1-15/+25
2014-03-19staging: dgap: get rid of DGAP_LOCK and DGAP_UNLOCK macrosMark Hounschell2-227/+222
2014-03-19staging: dgap: re-factor some code for 80+ lines as reported by checkpatchMark Hounschell1-72/+35
2014-03-18staging: dgap: Fixed sparse error: same symbol redeclared with different typeMasood Mehmood1-7/+6