aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-21Staging: dgnc: dgnc_tty: Typo error dgnc_wmove commentNizam Haider1-1/+1
2015-10-16staging: dgnc: dgnc_tty: Remove useless initialisationAmitoj Kaur Chawla1-1/+1
2015-10-12staging: dgnc: simplify a trivial if-return sequenceParshuram Thombare1-4/+1
2015-10-12staging: dgnc: remove parenthesisSudip Mukherjee1-7/+7
2015-10-12staging: dgnc: alignment styleSudip Mukherjee1-13/+13
2015-10-12staging: dgnc: remove space after castSudip Mukherjee1-12/+12
2015-10-12staging: dgnc: remove blankline after braceSudip Mukherjee1-11/+0
2015-10-12staging: dgnc: remove blankline before braceSudip Mukherjee1-4/+0
2015-10-12staging: dgnc: remove multiple blank linesSudip Mukherjee1-51/+0
2015-10-04staging: dgnc: change style of NULL comparisonSudip Mukherjee1-3/+3
2015-10-04staging: dgnc: remove unused variablesSudip Mukherjee1-9/+2
2015-10-04staging: dgnc: Fix line over 80 characters warningCristina Moraru1-58/+128
2015-06-18staging: dgnc: free memory allocatedHari Prasath Gujulan Elango1-0/+4
2015-05-08staging: dgnc: remove redundant checkGiedrius Statkevičius1-6/+0
2015-05-08staging: dgnc: remove dead code in dgnc_tty_write()Giedrius Statkevičius1-44/+1
2015-05-08staging: dgnc: don't forget to check if ->channels[i] is NULL in dgnc_tty_uninit()Giedrius Statkevičius1-2/+6
2015-05-08staging: dgnc: clean up allocation of ->channels[i]Giedrius Statkevičius1-16/+15
2015-05-08staging: dgnc: remove some dead code from dgnc_tty.cGiedrius Statkevičius1-16/+0
2015-03-24dgnc: use linux/types.h instead of dgnc_types.hGiedrius Statkevičius1-5/+5
2015-03-24dgnc: get rid of dpacompat.h, move remaining stuff to digi.hGiedrius Statkevičius1-1/+0
2015-03-24staging: dgnc: some off by one bugsDan Carpenter1-1/+1
2015-03-18Staging: dgnc: release the lock before testing for nullityQuentin Lambert1-1/+1
2015-03-12Staging: dgnc: Use goto for spinlock release before returnQuentin Lambert1-25/+23
2015-03-12dgnc: clean up comments at start of filesGiedrius Statkevičius1-15/+0
2015-03-06staging: dgnc: fix braces {} are not necessary for single statement blocksSalah Triki1-4/+0
2014-10-28staging: dgnc: delete successive assignments to the same locationJiayi Ye1-2/+0
2014-10-23Staging: dgnc: Remove unused sniff codeSomya Anand1-127/+0
2014-10-20staging: dgnc: Remove space before tabsDilek Uzulmez1-1/+1
2014-10-20staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu1-4/+11
2014-10-02staging: dgnc: Fix do not add new typedefsEbru Akagunduz1-4/+4
2014-10-02Staging: dgnc: Add missing blank lineMahati Chamarthy1-0/+2
2014-10-02Staging: dgnc: Remove unnecessary bracesMahati Chamarthy1-8/+4
2014-10-02Staging: dgnc: Remove return in void functionMahati Chamarthy1-3/+0
2014-09-28staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-146/+147
2014-09-19Staging: dgnc: Merge lines and remove unused variable for immediate returnVaishali Thakkar1-4/+1
2014-09-19staging: dgnc: Move open brace on previous lineRoberta Dobrescu1-8/+4
2014-09-19staging: dgnc: Do not initialise statics to 0 or NULLRoberta Dobrescu1-1/+1
2014-09-19staging: dgnc: Replace kzalloc with kcallocRoberta Dobrescu1-4/+4
2014-09-19staging: dgnc: Fix warnings relating to printk()Roberta Dobrescu1-2/+2
2014-09-02staging: dgnc: split two assignments into the two assignments on two lines.Seunghun Lee1-3/+6
2014-09-02staging: dgnc: Fix sleeping under spinlock bugKonrad Zapalowicz1-1/+1
2014-08-30staging: dgnc: Fix checkpatch include warningKieron Browne1-1/+1
2014-08-30staging: dgnc: remove DPR Macros and related codes.Seunghun Lee1-230/+19
2014-08-16staging: dgnc: Move utility functions out of dgnc_driver.cKonrad Zapalowicz1-0/+1
2014-08-16staging: dgnc: Fix frame size is larger than 1024BKonrad Zapalowicz1-4/+12
2014-08-01staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee1-1/+0
2014-07-27staging: dgnc: remove commented codeSeunghun Lee1-18/+0
2014-07-09staging: dgnc: remove redundant memset callDaeseok Youn1-3/+0
2014-07-09staging: dgnc: removes unreachable codeDaeseok Youn1-7/+0
2014-07-09staging: dgnc: Fix unsigned value for less than zeroDaeseok Youn1-3/+3