aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-09staging: dgap: Adds a blank line after declarationDaeseok Youn1-0/+3
2014-07-09staging: dgap: remove "return" statement in void functionDaeseok Youn1-2/+0
2014-07-09staging: dgap: fixed "foo* bar should be foo * bar" in dgap.cDaeseok Youn1-3/+3
2014-06-20staging: dgap: make dgap_found_board() return a brd pointerDaeseok Youn1-13/+13
2014-06-19staging: dgap: unwind on error in dgap_init_one()Daeseok Youn1-9/+44
2014-06-19staging: dgap: move unrelated functions in dgap_firmware_load()Daeseok Youn1-31/+39
2014-06-19staging: dgap: rename dgap_after_config_loaded() to dgap_alloc_flipbuf()Daeseok Youn1-3/+3
2014-06-19staging: dgap: introduce dgap_free_irq()Daeseok Youn1-2/+8
2014-06-19staging: dgap: introduce dgap_tty_free() for freeing channels.Daeseok Youn1-1/+16
2014-06-19staging: dgap: get rid of brd->firstminor because it is 0Daeseok Youn2-6/+4
2014-06-19staging: dgap: remove unused paramter in dgap_parsefile()Daeseok Youn1-3/+3
2014-06-19staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()Daeseok Youn1-4/+4
2014-06-19staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()Daeseok Youn1-3/+3
2014-06-19staging: dgap: pass "brd" as a paramter to dgap_after_config_loaded()Daeseok Youn1-9/+9
2014-06-19staging: dgap: pass "dgap_numboards" as a paramter to dgap_found_board()Daeseok Youn1-7/+7
2014-06-19staging: dgap: make dgap_config_buf a local bufferDaeseok Youn1-2/+2
2014-06-19staging: dgap: unwind on error in dgap_tty_register_ports()Daeseok Youn1-2/+42
2014-06-19staging: dgap: unwind on error in dgap_tty_init()Daeseok Youn1-5/+13
2014-06-19staging: dgap: remove bogus null test in dgap_tty_init()Daeseok Youn1-9/+4
2014-06-19staging: dgap: unwind on error in dgap_found_board()Daeseok Youn1-5/+14
2014-06-19staging: dgap: remove useless dgap_probe1() functionDaeseok Youn1-7/+1
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