summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap
Commit message (Expand)AuthorAgeFilesLines
* staging: dgap: fix "if" statement that always evaluates to trueDaeseok Youn2015-01-251-4/+4
* staging: dgap: use gotos for handling error in dgap_remap()Daeseok Youn2015-01-171-15/+15
* Drivers:staging:dgap: Added a blank line after declarationAnjana Sasindran2014-11-261-0/+1
* staging: dgap: introducing find_board_by_major()Daeseok Youn2014-11-071-11/+17
* staging: dgap: remove useless variables for saving tty's majorDaeseok Youn2014-11-072-10/+2
* staging: dgap: fix memory leak caused by double allocation of tty_structsDaeseok Youn2014-11-071-16/+0
* staging: dgap: set tty's flags by tty_alloc_driver()Daeseok Youn2014-11-071-8/+8
* staging: dgap: remove unnecessary functionDaeseok Youn2014-11-051-23/+0
* staging: dgap: re-arrange functions for removing forward declarationsDaeseok Youn2014-11-031-3794/+3669
* staging: dgap: Remove useless cast on NULLTapasweni Pathak2014-10-301-2/+2
* staging: dgap: Remove useless cast on void pointerTapasweni Pathak2014-10-301-1/+1
* staging: dgap: Use unsigned for loop indexTapasweni Pathak2014-10-281-18/+18
* staging: dgap: introduce dgap_stop()Daeseok Youn2014-10-201-5/+22
* staging: dgap: change function names properlyDaeseok Youn2014-10-201-7/+7
* staging: dgap: remove unnecessary if statement for checking NULLDaeseok Youn2014-10-201-9/+4
* staging: dgap: remove unused variable 'orig_count'Rahul Bedarkar2014-10-201-8/+0
* staging: dgap: use dgap_release_remap() in dgap_cleanup_board()Daeseok Youn2014-09-231-15/+10
* staging: dgap: adds missing iounmap for re_map_port in dgap_release_remap()Daeseok Youn2014-09-231-0/+1
* staging: dgap: remove unused 'runwait' variableDaeseok Youn2014-09-232-2/+0
* staging: dgap: use schedule_timeout_interruptible() instead of dgap_ms_sleep()Daeseok Youn2014-09-192-33/+7
* drivers: staging: dgap: fix the checkpatch.pl issue "Warning: line over 80 ch...Piotr Witoslawski2014-09-061-6/+10
* staging: dgap: remove useless a variable within board_tDaeseok Youn2014-08-302-4/+1
* staging: dgap: remove redundant setting a variableDaeseok Youn2014-08-301-6/+1
* staging: dgap: cleanup print messages for dgap driverDaeseok Youn2014-08-161-159/+126
* staging: dgap: Simplify to set a module typeDaeseok Youn2014-08-162-20/+7
* staging: dgap: Simplify to set a concentrator typeDaeseok Youn2014-08-162-20/+7
* staging: dgap: Simplify set a board type from configration fileDaeseok Youn2014-08-162-94/+16
* staging: dgap: cleanup duplicated warning message on dgap_tty_init()Daeseok Youn2014-08-161-11/+6
* staging: dgap: remove redundant declarations.Daeseok Youn2014-08-161-6/+0
* staging: dgap: remove useless variableDaeseok Youn2014-08-162-33/+22
* staging: dgap: introduce dgap_cleanup_nodes()Daeseok Youn2014-08-161-0/+52
* 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/+0
* staging: dgap: remove redundant error value checkDaeseok Youn2014-07-151-4/+1
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-111-24/+5
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-111-18/+5
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-111-21/+5
* staging: dgap: removes redundant null check and change paramter for dgap_set_...Daeseok Youn2014-07-111-28/+8
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-111-18/+5
* staging: dgap: removes redundant null check and change paramter for dgap_tty_...Daeseok Youn2014-07-111-23/+5
* staging: dgap: removes redundant null check and change the paramter for dgap_...Daeseok Youn2014-07-111-36/+13
* staging: dgap: remove unused variable in dgap_param()Daeseok Youn2014-07-111-3/+0
* staging: dgap: redundant NULL and magic check in dgap_get_modem_info()Daeseok Youn2014-07-111-3/+0
* staging: dgap: removes redundant null check and change paramter for dgap_maxc...Daeseok Youn2014-07-091-17/+4
* staging: dgap: remove redundant NULL check in dgap_tty_init()Daeseok Youn2014-07-091-3/+0
* staging: dgap: use kzalloc instead of kmalloc/memsetDaeseok Youn2014-07-091-4/+2
* staging: dgap: remove unused waitqueuesDaeseok Youn2014-07-092-9/+0
* staging: dgap: remove unneccessary dgap_init_pci() functionDaeseok Youn2014-07-091-10/+1
OpenPOWER on IntegriCloud