aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-161/+116
2016-05-09staging: dgnc: clean up the dgnc_get_modem_info()Daeseok Youn1-11/+1
2016-05-03staging: dgnc: Fix a NULL pointer dereferenceDaeseok Youn1-5/+5
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-1/+1
2016-04-29staging: dgnc: use tty_alloc_driver instead of kcallocDaeseok Youn1-84/+60
2016-04-29staging: dgnc: remove redundant NULL check inDaeseok Youn1-13/+2
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