aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-29staging: dgnc: return -ENOMEM when kzalloc failedDaeseok Youn1-0/+8
2016-04-29drivers/staging/dgnc: Added spaces around a bitwise OR.Juanma de Hoyos1-1/+1
2016-04-04staging: dgnc: fix CamelCase in dgnc_tty.cDaeseok Youn1-1/+1
2016-04-04staging: dgnc: remove too many traverse pointerDaeseok Youn1-17/+20
2016-03-31staging: dgnc: clean up dgnc_input functionDaeseok Youn1-21/+14
2016-03-31staging: dgnc: remove useless variables for saving tty'sDaeseok Youn1-4/+0
2016-03-28staging: dgnc: fix CamelCase in dgnc_drvier.h andDaeseok Youn1-16/+16
2016-03-28staging: dgnc: fix camelcase of SerialDriver and PrintDriverDaeseok Youn1-59/+59
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-19/+15
2016-03-11staging: dgnc: Break line after boolean operatorRehas Sachdeva1-2/+2
2016-03-11staging: dgnc: Fix block comment styleRehas Sachdeva1-8/+4
2016-03-11staging: dgnc: Add spaces around '|' and '<<'Rehas Sachdeva1-6/+6
2016-03-11staging: dgnc: delete parentheses around right hand side of assignmentEva Rachel Retuya1-3/+3
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-1/+1
2016-01-27staging: digi: Replace open-coded tty_wakeup()Peter Hurley1-16/+2
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