summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap
Commit message (Expand)AuthorAgeFilesLines
* Revert "staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()"Greg Kroah-Hartman2014-05-291-1/+3
* staging: dgap: Use EIO instead of ENXIOMark Hounschell2014-05-281-22/+22
* staging: dgap: Simplify dgap_find_configMark Hounschell2014-05-281-41/+43
* staging: dgap: misc cleanup of NULL conditionalsMark Hounschell2014-05-281-32/+32
* staging: dgap: move tty_port_init() for serial_ports.Daeseok Youn2014-05-261-3/+3
* staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()Daeseok Youn2014-05-261-3/+2
* staging: dgap: remove unneeded kfree() for ttys in tty_driverDaeseok Youn2014-05-261-4/+0
* Staging: dgap: Fixed iomem accesses in dgap.cPascal COMBES2014-05-251-8/+8
* staging: dgap: Change GFP_ATOMICs to GFP_KERNELMark Hounschell2014-05-241-4/+4
* staging: dgap: Simplify get_altpin and get_useintr functionsMark Hounschell2014-05-241-8/+2
* staging: dgap: Replace double negative conditionalsMark Hounschell2014-05-241-8/+6
* staging: dgap: Remove more extra white space and tabsMark Hounschell2014-05-241-92/+86
* staging: dgap: Remove unnecessary initialization of variables in declarationsMark Hounschell2014-05-241-91/+84
* staging: dgap: replace dgap_savestring function with kstrdupMark Hounschell2014-05-241-29/+15
* staging: dgap: Remove unnecessary test on countMark Hounschell2014-05-241-10/+0
* staging: dgap: Remove erroneous commentMark Hounschell2014-05-241-1/+0
* staging: dgap: Remove dead sniff buffer codeMark Hounschell2014-05-242-130/+0
* staging: dgap: fix smatch warn: unsigned var is never less than zeroMark Hounschell2014-05-241-1/+1
* staging: dgap: implement error handling in dgap_tty_register()Daeseok Youn2014-05-241-12/+33
* staging: dgap: Get rid of CamelCaseMark Hounschell2014-05-162-125/+127
* staging: dgap: refactor ugly dgap_init_one functionMark Hounschell2014-05-161-11/+8
* staging: dgap: Add check for MAXBOARDS in .probe (dgap_init_one)Mark Hounschell2014-05-161-0/+3
* staging: dgap: remove two unnecessary conditionalsMark Hounschell2014-05-161-18/+14
* staging: dgap: check unchecked return valuesMark Hounschell2014-05-161-2/+7
* staging: dgap: fix a few more sparse warningsMark Hounschell2014-05-161-18/+19
* staging: dgap: fix sparse warnings Using plain integer as NULL pointerMark Hounschell2014-05-161-16/+16
* staging: dgap: fix sparse warning about dgap_poll_lockMark Hounschell2014-05-161-1/+1
* staging: dgap: fix a few misc sparse warningsMark Hounschell2014-05-162-13/+13
* staging: dgap: fix sparse warnings for the entire cm_t structureMark Hounschell2014-05-162-5/+5
* staging: dgap: fix sparse warnings for the entire bs_t structureMark Hounschell2014-05-162-13/+13
* staging: dgap: fix sparse warnings for re_map_membase and re_map_portMark Hounschell2014-05-162-14/+14
* staging: dgap: Fix BUG in processing config fileMark Hounschell2014-05-161-1/+9
* staging: dgap: Fix how we insure config data is a stringMark Hounschell2014-05-161-2/+1
* staging: dgap: remove uchar typedef and replace use with u8Mark Hounschell2014-04-142-84/+81
* staging: dgap: rename and fixup dgap_wait_for_xxx functionsMark Hounschell2014-04-141-16/+16
* staging: dgap: fix/change a pr_infoMark Hounschell2014-04-141-3/+2
* staging: dgap: remove volatiles from dgap.hMark Hounschell2014-04-141-76/+76
* staging: dgap: Macros with complex values should be enclosed in parenthesisMark Hounschell2014-04-141-1/+1
* staging: dgap: Only read config file dgap.conf onceMark Hounschell2014-04-141-9/+9
* staging: dgap: Removes excessive empty lines from dgap.hMark Hounschell2014-04-141-26/+0
* staging: dgap: remove some unused code in dgap.hMark Hounschell2014-04-141-53/+0
* staging: dgap: Fix several 80+ line warnings in dgap.hMark Hounschell2014-04-141-115/+129
* staging: dgap: fix some whitespace warnings in dgap.hMark Hounschell2014-04-141-23/+24
* staging: dgap: Remove some unneeded commentsMark Hounschell2014-04-141-29/+0
* staging: dgap: Remove some unused code in dgap.cMark Hounschell2014-04-141-7/+0
* 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
OpenPOWER on IntegriCloud