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