aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-12staging: dgnc: dgnc_tty.c: fix argument list alignment issue.Nathan Howard1-4/+6
2016-12-07staging: dgnc: Fix lines longer than 80 charactersFernando Apesteguia1-25/+39
2016-12-07staging: dgnc: fix blank line after '{' warnings.Fernando Apesteguia1-6/+0
2016-12-01staging: dgnc: remove sysfs filesGreg Kroah-Hartman1-13/+4
2016-11-21staging: dgnc: dgnc_tty: Remove blank linesVijai Kumar K1-2/+0
2016-11-21staging: dgnc: dgnc_tty.c Spelling correctionsWalt Feasel1-5/+5
2016-11-21staging: dgnc: dgnc_tty.c comment style modificationsWalt Feasel1-143/+86
2016-11-21staging: dgnc: dgnc_tty.c Align on parenthesisWalt Feasel1-7/+6
2016-11-21staging: dgnc: dgnc_tty.c Space preferred aroundWalt Feasel1-1/+1
2016-10-27Staging:dgnc:dgnc_tty: fix Block comments should align the * on each lineNadim Almas1-1/+1
2016-10-25staging: dgnc: Replace CamelCase namings with underscoresPankaj Bharadiya1-3/+3
2016-10-25staging: dgnc: Remove some redundant functionsPankaj Bharadiya1-43/+2
2016-10-17staging: dgnc: Add const qualifier to struct declaration.Elise Lennion1-1/+1
2016-10-16staging: dgnc: make find_board_by_major staticBenoit Hiller1-1/+1
2016-09-27staging: dgnc: introduce find_board_by_major()Daeseok Youn1-6/+19
2016-09-27staging: dgnc: remove useless variablesDaeseok Youn1-39/+25
2016-09-27staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Daeseok Youn1-2/+2
2016-09-27staging: dgnc: introduce the dgnc_tty_unregister()Daeseok Youn1-0/+8
2016-09-20staging: dgnc: Merge assignment with returnRehas Sachdeva1-7/+5
2016-09-17Staging: dgnc: dgnc_tty: fixed a line too long style issueCathal Mullaney1-1/+2
2016-09-01staging: dgnc: check the type of print before callingDaeseok Youn1-13/+5
2016-08-15staging: dgnc: removes redundant null check and changeDaeseok Youn1-21/+3
2016-08-15staging: dgnc: remove redundant variable null checkDaeseok Youn1-6/+0
2016-08-15staging: dgnc: remove redundant local variable forDaeseok Youn1-7/+0
2016-08-15staging: dgnc: remove useless error value assignmentDaeseok Youn1-3/+1
2016-08-15staging: dgnc: remove redundant NULL checks inDaeseok Youn1-7/+2
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