summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap
Commit message (Expand)AuthorAgeFilesLines
* staging: dgap: remove dgap_newnode()Daeseok Youn2014-07-151-30/+74
* staging: dgap: remove unused a parameter in dgap_gettok()Daeseok Youn2014-07-151-4/+4
* staging: dgap: fix a typo in dgap_gettok()Daeseok Youn2014-07-151-1/+1
* staging: dgap: remove unused case value in dgap_parsefile()Daeseok Youn2014-07-151-4/+0Star
* staging: dgap: remove redundant error value checkDaeseok Youn2014-07-151-4/+1Star
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-121-24/+5Star
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-121-18/+5Star
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-121-21/+5Star
* staging: dgap: removes redundant null check and change paramter for dgap_set_...Daeseok Youn2014-07-121-28/+8Star
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-121-18/+5Star
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-121-23/+5Star
* staging: dgap: removes redundant null check and change the paramter for dgap_...Daeseok Youn2014-07-121-36/+13Star
* staging: dgap: remove unused variable in dgap_param()Daeseok Youn2014-07-121-3/+0Star
* staging: dgap: redundant NULL and magic check in dgap_get_modem_info()Daeseok Youn2014-07-121-3/+0Star
* staging: dgap: removes redundant null check and change paramter for dgap_maxc...Daeseok Youn2014-07-101-17/+4Star
* staging: dgap: remove redundant NULL check in dgap_tty_init()Daeseok Youn2014-07-091-3/+0Star
* staging: dgap: use kzalloc instead of kmalloc/memsetDaeseok Youn2014-07-091-4/+2Star
* staging: dgap: remove unused waitqueuesDaeseok Youn2014-07-092-9/+0Star
* staging: dgap: remove unneccessary dgap_init_pci() functionDaeseok Youn2014-07-091-10/+1Star
* staging: dgap: Adds a blank line after declarationDaeseok Youn2014-07-091-0/+3
* staging: dgap: remove "return" statement in void functionDaeseok Youn2014-07-091-2/+0Star
* staging: dgap: fixed "foo* bar should be foo * bar" in dgap.cDaeseok Youn2014-07-091-3/+3
* staging: dgap: make dgap_found_board() return a brd pointerDaeseok Youn2014-06-201-13/+13
* staging: dgap: unwind on error in dgap_init_one()Daeseok Youn2014-06-201-9/+44
* staging: dgap: move unrelated functions in dgap_firmware_load()Daeseok Youn2014-06-201-31/+39
* staging: dgap: rename dgap_after_config_loaded() to dgap_alloc_flipbuf()Daeseok Youn2014-06-201-3/+3
* staging: dgap: introduce dgap_free_irq()Daeseok Youn2014-06-201-2/+8
* staging: dgap: introduce dgap_tty_free() for freeing channels.Daeseok Youn2014-06-201-1/+16
* staging: dgap: get rid of brd->firstminor because it is 0Daeseok Youn2014-06-202-6/+4Star
* staging: dgap: remove unused paramter in dgap_parsefile()Daeseok Youn2014-06-201-3/+3
* staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()Daeseok Youn2014-06-201-4/+4
* staging: dgap: rename dgap_finalize_board_init() to dgap_request_irq()Daeseok Youn2014-06-201-3/+3
* staging: dgap: pass "brd" as a paramter to dgap_after_config_loaded()Daeseok Youn2014-06-201-9/+9
* staging: dgap: pass "dgap_numboards" as a paramter to dgap_found_board()Daeseok Youn2014-06-201-7/+7
* staging: dgap: make dgap_config_buf a local bufferDaeseok Youn2014-06-201-2/+2
* staging: dgap: unwind on error in dgap_tty_register_ports()Daeseok Youn2014-06-201-2/+42
* staging: dgap: unwind on error in dgap_tty_init()Daeseok Youn2014-06-201-5/+13
* staging: dgap: remove bogus null test in dgap_tty_init()Daeseok Youn2014-06-201-9/+4Star
* staging: dgap: unwind on error in dgap_found_board()Daeseok Youn2014-06-201-5/+14
* staging: dgap: remove useless dgap_probe1() functionDaeseok Youn2014-06-201-7/+1Star
* 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/+2Star
* staging: dgap: remove unneeded kfree() for ttys in tty_driverDaeseok Youn2014-05-261-4/+0Star
* Staging: dgap: Fixed iomem accesses in dgap.cPascal COMBES2014-05-251-8/+8
* staging: dgap: Change GFP_ATOMICs to GFP_KERNELMark Hounschell2014-05-231-4/+4
* staging: dgap: Simplify get_altpin and get_useintr functionsMark Hounschell2014-05-231-8/+2Star