summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-201-161/+116
|\
| * staging: dgnc: clean up the dgnc_get_modem_info()Daeseok Youn2016-05-091-11/+1
| * staging: dgnc: Fix a NULL pointer dereferenceDaeseok Youn2016-05-031-5/+5
| * staging: dgnc: use tty_alloc_driver instead of kcallocDaeseok Youn2016-04-291-84/+60
| * staging: dgnc: remove redundant NULL check inDaeseok Youn2016-04-291-13/+2
| * staging: dgnc: return -ENOMEM when kzalloc failedDaeseok Youn2016-04-291-0/+8
| * drivers/staging/dgnc: Added spaces around a bitwise OR.Juanma de Hoyos2016-04-291-1/+1
| * staging: dgnc: fix CamelCase in dgnc_tty.cDaeseok Youn2016-04-041-1/+1
| * staging: dgnc: remove too many traverse pointerDaeseok Youn2016-04-041-17/+20
| * staging: dgnc: clean up dgnc_input functionDaeseok Youn2016-03-311-21/+14
| * staging: dgnc: remove useless variables for saving tty'sDaeseok Youn2016-03-311-4/+0
| * staging: dgnc: fix CamelCase in dgnc_drvier.h andDaeseok Youn2016-03-281-16/+16
| * staging: dgnc: fix camelcase of SerialDriver and PrintDriverDaeseok Youn2016-03-281-59/+59
* | tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-1/+1
|/
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-171-19/+15
|\
| * staging: dgnc: Break line after boolean operatorRehas Sachdeva2016-03-111-2/+2
| * staging: dgnc: Fix block comment styleRehas Sachdeva2016-03-111-8/+4
| * staging: dgnc: Add spaces around '|' and '<<'Rehas Sachdeva2016-03-111-6/+6
| * staging: dgnc: delete parentheses around right hand side of assignmentEva Rachel Retuya2016-03-111-3/+3
* | tty: Use termios c_*flag macrosPeter Hurley2016-01-281-1/+1
* | staging: digi: Replace open-coded tty_wakeup()Peter Hurley2016-01-271-16/+2
|/
* Staging: dgnc: dgnc_tty: Typo error dgnc_wmove commentNizam Haider2015-12-211-1/+1
* staging: dgnc: dgnc_tty: Remove useless initialisationAmitoj Kaur Chawla2015-10-161-1/+1
* staging: dgnc: simplify a trivial if-return sequenceParshuram Thombare2015-10-121-4/+1
* staging: dgnc: remove parenthesisSudip Mukherjee2015-10-121-7/+7
* staging: dgnc: alignment styleSudip Mukherjee2015-10-121-13/+13
* staging: dgnc: remove space after castSudip Mukherjee2015-10-121-12/+12
* staging: dgnc: remove blankline after braceSudip Mukherjee2015-10-121-11/+0
* staging: dgnc: remove blankline before braceSudip Mukherjee2015-10-121-4/+0
* staging: dgnc: remove multiple blank linesSudip Mukherjee2015-10-121-51/+0
* staging: dgnc: change style of NULL comparisonSudip Mukherjee2015-10-041-3/+3
* staging: dgnc: remove unused variablesSudip Mukherjee2015-10-041-9/+2
* staging: dgnc: Fix line over 80 characters warningCristina Moraru2015-10-041-58/+128
* staging: dgnc: free memory allocatedHari Prasath Gujulan Elango2015-06-181-0/+4
* staging: dgnc: remove redundant checkGiedrius Statkevičius2015-05-081-6/+0
* staging: dgnc: remove dead code in dgnc_tty_write()Giedrius Statkevičius2015-05-081-44/+1
* staging: dgnc: don't forget to check if ->channels[i] is NULL in dgnc_tty_uni...Giedrius Statkevičius2015-05-081-2/+6
* staging: dgnc: clean up allocation of ->channels[i]Giedrius Statkevičius2015-05-081-16/+15
* staging: dgnc: remove some dead code from dgnc_tty.cGiedrius Statkevičius2015-05-081-16/+0
* dgnc: use linux/types.h instead of dgnc_types.hGiedrius Statkevičius2015-03-241-5/+5
* dgnc: get rid of dpacompat.h, move remaining stuff to digi.hGiedrius Statkevičius2015-03-241-1/+0
* staging: dgnc: some off by one bugsDan Carpenter2015-03-241-1/+1
* Staging: dgnc: release the lock before testing for nullityQuentin Lambert2015-03-181-1/+1
* Staging: dgnc: Use goto for spinlock release before returnQuentin Lambert2015-03-121-25/+23
* dgnc: clean up comments at start of filesGiedrius Statkevičius2015-03-121-15/+0
* staging: dgnc: fix braces {} are not necessary for single statement blocksSalah Triki2015-03-061-4/+0
* staging: dgnc: delete successive assignments to the same locationJiayi Ye2014-10-281-2/+0
* Staging: dgnc: Remove unused sniff codeSomya Anand2014-10-231-127/+0
* staging: dgnc: Remove space before tabsDilek Uzulmez2014-10-201-1/+1
* staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu2014-10-201-4/+11
OpenPOWER on IntegriCloud