summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap
AgeCommit message (Expand)AuthorLines
2014-09-23staging: dgap: use dgap_release_remap() in dgap_cleanup_board()Daeseok Youn-15/+10
2014-09-23staging: dgap: adds missing iounmap for re_map_port in dgap_release_remap()Daeseok Youn-0/+1
2014-09-23staging: dgap: remove unused 'runwait' variableDaeseok Youn-2/+0
2014-09-19staging: dgap: use schedule_timeout_interruptible() instead of dgap_ms_sleep()Daeseok Youn-33/+7
2014-09-06drivers: staging: dgap: fix the checkpatch.pl issue "Warning: line over 80 ch...Piotr Witoslawski-6/+10
2014-08-30staging: dgap: remove useless a variable within board_tDaeseok Youn-4/+1
2014-08-30staging: dgap: remove redundant setting a variableDaeseok Youn-6/+1
2014-08-16staging: dgap: cleanup print messages for dgap driverDaeseok Youn-159/+126
2014-08-16staging: dgap: Simplify to set a module typeDaeseok Youn-20/+7
2014-08-16staging: dgap: Simplify to set a concentrator typeDaeseok Youn-20/+7
2014-08-16staging: dgap: Simplify set a board type from configration fileDaeseok Youn-94/+16
2014-08-16staging: dgap: cleanup duplicated warning message on dgap_tty_init()Daeseok Youn-11/+6
2014-08-16staging: dgap: remove redundant declarations.Daeseok Youn-6/+0
2014-08-16staging: dgap: remove useless variableDaeseok Youn-33/+22
2014-08-16staging: dgap: introduce dgap_cleanup_nodes()Daeseok Youn-0/+52
2014-07-15staging: dgap: remove dgap_newnode()Daeseok Youn-30/+74
2014-07-15staging: dgap: remove unused a parameter in dgap_gettok()Daeseok Youn-4/+4
2014-07-15staging: dgap: fix a typo in dgap_gettok()Daeseok Youn-1/+1
2014-07-15staging: dgap: remove unused case value in dgap_parsefile()Daeseok Youn-4/+0
2014-07-15staging: dgap: remove redundant error value checkDaeseok Youn-4/+1
2014-07-11staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn-24/+5
2014-07-11staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn-18/+5
2014-07-11staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn-21/+5
2014-07-11staging: dgap: removes redundant null check and change paramter for dgap_set_...Daeseok Youn-28/+8
2014-07-11staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn-18/+5
2014-07-11staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn-23/+5
2014-07-11staging: dgap: removes redundant null check and change the paramter for dgap_...Daeseok Youn-36/+13
2014-07-11staging: dgap: remove unused variable in dgap_param()Daeseok Youn-3/+0
2014-07-11staging: dgap: redundant NULL and magic check in dgap_get_modem_info()Daeseok Youn-3/+0
2014-07-09staging: dgap: removes redundant null check and change paramter for dgap_maxc...Daeseok Youn-17/+4
2014-07-09staging: dgap: remove redundant NULL check in dgap_tty_init()Daeseok Youn-3/+0
2014-07-09staging: dgap: use kzalloc instead of kmalloc/memsetDaeseok Youn-4/+2
2014-07-09staging: dgap: remove unused waitqueuesDaeseok Youn-9/+0
2014-07-09staging: dgap: remove unneccessary dgap_init_pci() functionDaeseok Youn-10/+1
2014-07-09staging: dgap: Adds a blank line after declarationDaeseok Youn-0/+3
2014-07-09staging: dgap: remove "return" statement in void functionDaeseok Youn-2/+0
2014-07-09staging: dgap: fixed "foo* bar should be foo * bar" in dgap.cDaeseok Youn-3/+3
2014-06-20staging: dgap: make dgap_found_board() return a brd pointerDaeseok Youn-13/+13
2014-06-19staging: dgap: unwind on error in dgap_init_one()Daeseok Youn-9/+44
2014-06-19staging: dgap: move unrelated functions in dgap_firmware_load()Daeseok Youn-31/+39
2014-06-19staging: dgap: rename dgap_after_config_loaded() to dgap_alloc_flipbuf()Daeseok Youn-3/+3
2014-06-19staging: dgap: introduce dgap_free_irq()Daeseok Youn-2/+8
2014-06-19staging: dgap: introduce dgap_tty_free() for freeing channels.Daeseok Youn-1/+16
2014-06-19staging: dgap: get rid of brd->firstminor because it is 0Daeseok Youn-6/+4
2014-06-19staging: dgap: remove unused paramter in dgap_parsefile()Daeseok Youn-3/+3
2014-06-19staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()Daeseok Youn-4/+4
2014-06-19staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()Daeseok Youn-3/+3
2014-06-19staging: dgap: pass "brd" as a paramter to dgap_after_config_loaded()Daeseok Youn-9/+9
2014-06-19staging: dgap: pass "dgap_numboards" as a paramter to dgap_found_board()Daeseok Youn-7/+7
2014-06-19staging: dgap: make dgap_config_buf a local bufferDaeseok Youn-2/+2