aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-31Staging:dgap :Compression of lines for immediate returnShraddha Barke1-2/+1
2015-07-16staging: dgap: remove duplicate codeSudip Mukherjee1-14/+1
2015-07-16staging: dgap: new arguments to dgap_stopSudip Mukherjee1-2/+4
2015-07-16staging: dgap: rearrange functionSudip Mukherjee1-15/+15
2015-07-16staging: dgap: fix error pathSudip Mukherjee1-5/+4
2015-05-31Staging: dgap: dgap: Fixed spelling errorsColin Cronin2-2/+2
2015-05-10staging: dgap: remove unused codeSudip Mukherjee1-17/+4
2015-05-10staging: dgap: use remove functionSudip Mukherjee1-25/+24
2015-05-10staging: dgap: move function before removeSudip Mukherjee1-31/+30
2015-03-16Staging: dgap: Use setup_timer to combine initializationSomya Anand1-2/+1
2015-03-09Staging: dgap: Remove unused variableHaneen Mohammed1-3/+1
2015-03-06staging: dgap: Avoid name collisionFabio Estevam2-2/+2
2015-03-01staging: dgap: remove unused variableAya Mahfouz1-4/+1
2015-01-25staging: dgap: fix "if" statement that always evaluates to trueDaeseok Youn1-4/+4
2015-01-17staging: dgap: use gotos for handling error in dgap_remap()Daeseok Youn1-15/+15
2014-11-26Drivers:staging:dgap: Added a blank line after declarationAnjana Sasindran1-0/+1
2014-11-07staging: dgap: introducing find_board_by_major()Daeseok Youn1-11/+17
2014-11-07staging: dgap: remove useless variables for saving tty's majorDaeseok Youn2-10/+2
2014-11-07staging: dgap: fix memory leak caused by double allocation of tty_structsDaeseok Youn1-16/+0
2014-11-07staging: dgap: set tty's flags by tty_alloc_driver()Daeseok Youn1-8/+8
2014-11-05staging: dgap: remove unnecessary functionDaeseok Youn1-23/+0
2014-11-03staging: dgap: re-arrange functions for removing forward declarationsDaeseok Youn1-3794/+3669
2014-10-30staging: dgap: Remove useless cast on NULLTapasweni Pathak1-2/+2
2014-10-30staging: dgap: Remove useless cast on void pointerTapasweni Pathak1-1/+1
2014-10-28staging: dgap: Use unsigned for loop indexTapasweni Pathak1-18/+18
2014-10-20staging: dgap: introduce dgap_stop()Daeseok Youn1-5/+22
2014-10-20staging: dgap: change function names properlyDaeseok Youn1-7/+7
2014-10-20staging: dgap: remove unnecessary if statement for checking NULLDaeseok Youn1-9/+4
2014-10-20staging: dgap: remove unused variable 'orig_count'Rahul Bedarkar1-8/+0
2014-09-23staging: dgap: use dgap_release_remap() in dgap_cleanup_board()Daeseok Youn1-15/+10
2014-09-23staging: dgap: adds missing iounmap for re_map_port in dgap_release_remap()Daeseok Youn1-0/+1
2014-09-23staging: dgap: remove unused 'runwait' variableDaeseok Youn2-2/+0
2014-09-19staging: dgap: use schedule_timeout_interruptible() instead of dgap_ms_sleep()Daeseok Youn2-33/+7
2014-09-06drivers: staging: dgap: fix the checkpatch.pl issue "Warning: line over 80 characters"Piotr Witoslawski1-6/+10
2014-08-30staging: dgap: remove useless a variable within board_tDaeseok Youn2-4/+1
2014-08-30staging: dgap: remove redundant setting a variableDaeseok Youn1-6/+1
2014-08-16staging: dgap: cleanup print messages for dgap driverDaeseok Youn1-159/+126
2014-08-16staging: dgap: Simplify to set a module typeDaeseok Youn2-20/+7
2014-08-16staging: dgap: Simplify to set a concentrator typeDaeseok Youn2-20/+7
2014-08-16staging: dgap: Simplify set a board type from configration fileDaeseok Youn2-94/+16
2014-08-16staging: dgap: cleanup duplicated warning message on dgap_tty_init()Daeseok Youn1-11/+6
2014-08-16staging: dgap: remove redundant declarations.Daeseok Youn1-6/+0
2014-08-16staging: dgap: remove useless variableDaeseok Youn2-33/+22
2014-08-16staging: dgap: introduce dgap_cleanup_nodes()Daeseok Youn1-0/+52
2014-07-15staging: dgap: remove dgap_newnode()Daeseok Youn1-30/+74
2014-07-15staging: dgap: remove unused a parameter in dgap_gettok()Daeseok Youn1-4/+4
2014-07-15staging: dgap: fix a typo in dgap_gettok()Daeseok Youn1-1/+1
2014-07-15staging: dgap: remove unused case value in dgap_parsefile()Daeseok Youn1-4/+0
2014-07-15staging: dgap: remove redundant error value checkDaeseok Youn1-4/+1
2014-07-11staging: dgap: removes redundant null check and change paramter for dgap_tty_digisetcustombaud()Daeseok Youn1-24/+5