aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap
AgeCommit message (Expand)Author
2014-07-09staging: dgap: fixed "foo* bar should be foo * bar" in dgap.cDaeseok Youn
2014-06-20staging: dgap: make dgap_found_board() return a brd pointerDaeseok Youn
2014-06-19staging: dgap: unwind on error in dgap_init_one()Daeseok Youn
2014-06-19staging: dgap: move unrelated functions in dgap_firmware_load()Daeseok Youn
2014-06-19staging: dgap: rename dgap_after_config_loaded() to dgap_alloc_flipbuf()Daeseok Youn
2014-06-19staging: dgap: introduce dgap_free_irq()Daeseok Youn
2014-06-19staging: dgap: introduce dgap_tty_free() for freeing channels.Daeseok Youn
2014-06-19staging: dgap: get rid of brd->firstminor because it is 0Daeseok Youn
2014-06-19staging: dgap: remove unused paramter in dgap_parsefile()Daeseok Youn
2014-06-19staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()Daeseok Youn
2014-06-19staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()Daeseok Youn
2014-06-19staging: dgap: pass "brd" as a paramter to dgap_after_config_loaded()Daeseok Youn
2014-06-19staging: dgap: pass "dgap_numboards" as a paramter to dgap_found_board()Daeseok Youn
2014-06-19staging: dgap: make dgap_config_buf a local bufferDaeseok Youn
2014-06-19staging: dgap: unwind on error in dgap_tty_register_ports()Daeseok Youn
2014-06-19staging: dgap: unwind on error in dgap_tty_init()Daeseok Youn
2014-06-19staging: dgap: remove bogus null test in dgap_tty_init()Daeseok Youn
2014-06-19staging: dgap: unwind on error in dgap_found_board()Daeseok Youn
2014-06-19staging: dgap: remove useless dgap_probe1() functionDaeseok Youn
2014-05-29Revert "staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()"Greg Kroah-Hartman
2014-05-28staging: dgap: Use EIO instead of ENXIOMark Hounschell
2014-05-28staging: dgap: Simplify dgap_find_configMark Hounschell
2014-05-28staging: dgap: misc cleanup of NULL conditionalsMark Hounschell
2014-05-26staging: dgap: move tty_port_init() for serial_ports.Daeseok Youn
2014-05-26staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()Daeseok Youn
2014-05-26staging: dgap: remove unneeded kfree() for ttys in tty_driverDaeseok Youn
2014-05-25Staging: dgap: Fixed iomem accesses in dgap.cPascal COMBES
2014-05-24staging: dgap: Change GFP_ATOMICs to GFP_KERNELMark Hounschell
2014-05-24staging: dgap: Simplify get_altpin and get_useintr functionsMark Hounschell
2014-05-24staging: dgap: Replace double negative conditionalsMark Hounschell
2014-05-24staging: dgap: Remove more extra white space and tabsMark Hounschell
2014-05-24staging: dgap: Remove unnecessary initialization of variables in declarationsMark Hounschell
2014-05-24staging: dgap: replace dgap_savestring function with kstrdupMark Hounschell
2014-05-24staging: dgap: Remove unnecessary test on countMark Hounschell
2014-05-24staging: dgap: Remove erroneous commentMark Hounschell
2014-05-24staging: dgap: Remove dead sniff buffer codeMark Hounschell
2014-05-24staging: dgap: fix smatch warn: unsigned var is never less than zeroMark Hounschell
2014-05-24staging: dgap: implement error handling in dgap_tty_register()Daeseok Youn
2014-05-16staging: dgap: Get rid of CamelCaseMark Hounschell
2014-05-16staging: dgap: refactor ugly dgap_init_one functionMark Hounschell
2014-05-16staging: dgap: Add check for MAXBOARDS in .probe (dgap_init_one)Mark Hounschell
2014-05-16staging: dgap: remove two unnecessary conditionalsMark Hounschell
2014-05-16staging: dgap: check unchecked return valuesMark Hounschell
2014-05-16staging: dgap: fix a few more sparse warningsMark Hounschell
2014-05-16staging: dgap: fix sparse warnings Using plain integer as NULL pointerMark Hounschell
2014-05-16staging: dgap: fix sparse warning about dgap_poll_lockMark Hounschell
2014-05-16staging: dgap: fix a few misc sparse warningsMark Hounschell
2014-05-16staging: dgap: fix sparse warnings for the entire cm_t structureMark Hounschell
2014-05-16staging: dgap: fix sparse warnings for the entire bs_t structureMark Hounschell
2014-05-16staging: dgap: fix sparse warnings for re_map_membase and re_map_portMark Hounschell