aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02staging: dgnc: delete the driverGreg Kroah-Hartman1-2590/+0
2018-07-24staging: dgnc: dgnc_tty.c: Avoid '(' at the end of lineNishad Kamdar1-4/+3
2018-01-17staging: dgnc: drop unused neo_uart_structGreg Kroah-Hartman1-4/+1
2018-01-17staging: dgnc: delete dgnc_neo.* filesGreg Kroah-Hartman1-1/+0
2018-01-15staging: dgnc: delete dgnc_utils.cGreg Kroah-Hartman1-2/+1
2018-01-15staging: dgnc: remove redundant license textGreg Kroah-Hartman1-10/+0
2018-01-15staging: dgnc: add SPDX identifier.Greg Kroah-Hartman1-0/+1
2017-05-16drivers/staging: refactor dgnc tty registration.Haim Daniel1-91/+59
2017-03-29staging: dgnc: remove struct member magic numbersTobin C. Harding1-77/+73
2017-03-29staging: dgnc: remove unnecessary commentsTobin C. Harding1-182/+39
2017-03-23staging: dgnc: remove tracing prints in dgnc_tty.cAbhishek Bhardwaj1-4/+0
2017-03-16staging: dgnc: preserve return codeTobin C. Harding1-3/+3
2017-03-14staging: dgnc: remove useless switch-case statementsDaeseok Youn1-9/+1
2017-03-14staging: dgnc: ch->ch_bd is already assigned to bd variableDaeseok Youn1-4/+4
2017-03-14staging: dgnc: remove explicit castTobin C. Harding1-1/+1
2017-03-14staging: dgnc: fix whitespace before returnTobin C. Harding1-2/+7
2017-03-14staging: dgnc: return error code directlyTobin C. Harding1-36/+32
2017-03-12staging: dgnc: audit goto's in dgnc_ttyTobin C. Harding1-107/+112
2017-03-07staging: dgnc: Constify ktermios structureGargi Sharma1-1/+1
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