aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc/dgnc_tty.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-16drivers/staging: refactor dgnc tty registration.Gravatar Haim Daniel 1-91/+59
2017-03-29staging: dgnc: remove struct member magic numbersGravatar Tobin C. Harding 1-77/+73
2017-03-29staging: dgnc: remove unnecessary commentsGravatar Tobin C. Harding 1-182/+39
2017-03-23staging: dgnc: remove tracing prints in dgnc_tty.cGravatar Abhishek Bhardwaj 1-4/+0
2017-03-16staging: dgnc: preserve return codeGravatar Tobin C. Harding 1-3/+3
2017-03-14staging: dgnc: remove useless switch-case statementsGravatar Daeseok Youn 1-9/+1
2017-03-14staging: dgnc: ch->ch_bd is already assigned to bd variableGravatar Daeseok Youn 1-4/+4
2017-03-14staging: dgnc: remove explicit castGravatar Tobin C. Harding 1-1/+1
2017-03-14staging: dgnc: fix whitespace before returnGravatar Tobin C. Harding 1-2/+7
2017-03-14staging: dgnc: return error code directlyGravatar Tobin C. Harding 1-36/+32
2017-03-12staging: dgnc: audit goto's in dgnc_ttyGravatar Tobin C. Harding 1-107/+112
2017-03-07staging: dgnc: Constify ktermios structureGravatar Gargi Sharma 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-12staging: dgnc: dgnc_tty.c: fix argument list alignment issue.Gravatar Nathan Howard 1-4/+6
2016-12-07staging: dgnc: Fix lines longer than 80 charactersGravatar Fernando Apesteguia 1-25/+39
2016-12-07staging: dgnc: fix blank line after '{' warnings.Gravatar Fernando Apesteguia 1-6/+0
2016-12-01staging: dgnc: remove sysfs filesGravatar Greg Kroah-Hartman 1-13/+4
2016-11-21staging: dgnc: dgnc_tty: Remove blank linesGravatar Vijai Kumar K 1-2/+0
2016-11-21staging: dgnc: dgnc_tty.c Spelling correctionsGravatar Walt Feasel 1-5/+5
2016-11-21staging: dgnc: dgnc_tty.c comment style modificationsGravatar Walt Feasel 1-143/+86
2016-11-21staging: dgnc: dgnc_tty.c Align on parenthesisGravatar Walt Feasel 1-7/+6
2016-11-21staging: dgnc: dgnc_tty.c Space preferred aroundGravatar Walt Feasel 1-1/+1
2016-10-27Staging:dgnc:dgnc_tty: fix Block comments should align the * on each lineGravatar Nadim Almas 1-1/+1
2016-10-25staging: dgnc: Replace CamelCase namings with underscoresGravatar Pankaj Bharadiya 1-3/+3
2016-10-25staging: dgnc: Remove some redundant functionsGravatar Pankaj Bharadiya 1-43/+2
2016-10-17staging: dgnc: Add const qualifier to struct declaration.Gravatar Elise Lennion 1-1/+1
2016-10-16staging: dgnc: make find_board_by_major staticGravatar Benoit Hiller 1-1/+1
2016-09-27staging: dgnc: introduce find_board_by_major()Gravatar Daeseok Youn 1-6/+19
2016-09-27staging: dgnc: remove useless variablesGravatar Daeseok Youn 1-39/+25
2016-09-27staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Gravatar Daeseok Youn 1-2/+2
2016-09-27staging: dgnc: introduce the dgnc_tty_unregister()Gravatar Daeseok Youn 1-0/+8
2016-09-20staging: dgnc: Merge assignment with returnGravatar Rehas Sachdeva 1-7/+5
2016-09-17Staging: dgnc: dgnc_tty: fixed a line too long style issueGravatar Cathal Mullaney 1-1/+2
2016-09-01staging: dgnc: check the type of print before callingGravatar Daeseok Youn 1-13/+5
2016-08-15staging: dgnc: removes redundant null check and changeGravatar Daeseok Youn 1-21/+3
2016-08-15staging: dgnc: remove redundant variable null checkGravatar Daeseok Youn 1-6/+0
2016-08-15staging: dgnc: remove redundant local variable forGravatar Daeseok Youn 1-7/+0
2016-08-15staging: dgnc: remove useless error value assignmentGravatar Daeseok Youn 1-3/+1
2016-08-15staging: dgnc: remove redundant NULL checks inGravatar Daeseok Youn 1-7/+2
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-161/+116
2016-05-09staging: dgnc: clean up the dgnc_get_modem_info()Gravatar Daeseok Youn 1-11/+1
2016-05-03staging: dgnc: Fix a NULL pointer dereferenceGravatar Daeseok Youn 1-5/+5
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-1/+1
2016-04-29staging: dgnc: use tty_alloc_driver instead of kcallocGravatar Daeseok Youn 1-84/+60
2016-04-29staging: dgnc: remove redundant NULL check inGravatar Daeseok Youn 1-13/+2
2016-04-29staging: dgnc: return -ENOMEM when kzalloc failedGravatar Daeseok Youn 1-0/+8
2016-04-29drivers/staging/dgnc: Added spaces around a bitwise OR.Gravatar Juanma de Hoyos 1-1/+1
2016-04-04staging: dgnc: fix CamelCase in dgnc_tty.cGravatar Daeseok Youn 1-1/+1
2016-04-04staging: dgnc: remove too many traverse pointerGravatar Daeseok Youn 1-17/+20
2016-03-31staging: dgnc: clean up dgnc_input functionGravatar Daeseok Youn 1-21/+14