summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c
Commit message (Expand)AuthorAgeFilesLines
* staging: dgnc: dgnc_tty.c: Avoid '(' at the end of lineNishad Kamdar2018-07-241-4/+3Star
* staging: dgnc: drop unused neo_uart_structGreg Kroah-Hartman2018-01-171-4/+1Star
* staging: dgnc: delete dgnc_neo.* filesGreg Kroah-Hartman2018-01-171-1/+0Star
* staging: dgnc: delete dgnc_utils.cGreg Kroah-Hartman2018-01-151-2/+1Star
* staging: dgnc: remove redundant license textGreg Kroah-Hartman2018-01-151-10/+0Star
* staging: dgnc: add SPDX identifier.Greg Kroah-Hartman2018-01-151-0/+1
* drivers/staging: refactor dgnc tty registration.Haim Daniel2017-05-161-91/+59Star
* staging: dgnc: remove struct member magic numbersTobin C. Harding2017-03-291-77/+73Star
* staging: dgnc: remove unnecessary commentsTobin C. Harding2017-03-291-182/+39Star
* staging: dgnc: remove tracing prints in dgnc_tty.cAbhishek Bhardwaj2017-03-231-4/+0Star
* staging: dgnc: preserve return codeTobin C. Harding2017-03-161-3/+3
* staging: dgnc: remove useless switch-case statementsDaeseok Youn2017-03-141-9/+1Star
* staging: dgnc: ch->ch_bd is already assigned to bd variableDaeseok Youn2017-03-141-4/+4
* staging: dgnc: remove explicit castTobin C. Harding2017-03-131-1/+1
* staging: dgnc: fix whitespace before returnTobin C. Harding2017-03-131-2/+7
* staging: dgnc: return error code directlyTobin C. Harding2017-03-131-36/+32Star
* staging: dgnc: audit goto's in dgnc_ttyTobin C. Harding2017-03-121-107/+112
* staging: dgnc: Constify ktermios structureGargi Sharma2017-03-071-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* staging: dgnc: dgnc_tty.c: fix argument list alignment issue.Nathan Howard2017-02-121-4/+6
* staging: dgnc: Fix lines longer than 80 charactersFernando Apesteguia2016-12-071-25/+39
* staging: dgnc: fix blank line after '{' warnings.Fernando Apesteguia2016-12-071-6/+0Star
* staging: dgnc: remove sysfs filesGreg Kroah-Hartman2016-12-011-13/+4Star
* staging: dgnc: dgnc_tty: Remove blank linesVijai Kumar K2016-11-211-2/+0Star
* staging: dgnc: dgnc_tty.c Spelling correctionsWalt Feasel2016-11-211-5/+5
* staging: dgnc: dgnc_tty.c comment style modificationsWalt Feasel2016-11-211-143/+86Star
* staging: dgnc: dgnc_tty.c Align on parenthesisWalt Feasel2016-11-211-7/+6Star
* staging: dgnc: dgnc_tty.c Space preferred aroundWalt Feasel2016-11-211-1/+1
* Staging:dgnc:dgnc_tty: fix Block comments should align the * on each lineNadim Almas2016-10-271-1/+1
* staging: dgnc: Replace CamelCase namings with underscoresPankaj Bharadiya2016-10-251-3/+3
* staging: dgnc: Remove some redundant functionsPankaj Bharadiya2016-10-251-43/+2Star
* staging: dgnc: Add const qualifier to struct declaration.Elise Lennion2016-10-171-1/+1
* staging: dgnc: make find_board_by_major staticBenoit Hiller2016-10-161-1/+1
* staging: dgnc: introduce find_board_by_major()Daeseok Youn2016-09-271-6/+19
* staging: dgnc: remove useless variablesDaeseok Youn2016-09-271-39/+25Star
* staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Daeseok Youn2016-09-271-2/+2
* staging: dgnc: introduce the dgnc_tty_unregister()Daeseok Youn2016-09-271-0/+8
* staging: dgnc: Merge assignment with returnRehas Sachdeva2016-09-201-7/+5Star
* Staging: dgnc: dgnc_tty: fixed a line too long style issueCathal Mullaney2016-09-171-1/+2
* staging: dgnc: check the type of print before callingDaeseok Youn2016-09-011-13/+5Star
* staging: dgnc: removes redundant null check and changeDaeseok Youn2016-08-151-21/+3Star
* staging: dgnc: remove redundant variable null checkDaeseok Youn2016-08-151-6/+0Star
* staging: dgnc: remove redundant local variable forDaeseok Youn2016-08-151-7/+0Star
* staging: dgnc: remove useless error value assignmentDaeseok Youn2016-08-151-3/+1Star
* staging: dgnc: remove redundant NULL checks inDaeseok Youn2016-08-151-7/+2Star
* Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-211-161/+116Star
|\
| * staging: dgnc: clean up the dgnc_get_modem_info()Daeseok Youn2016-05-091-11/+1Star
| * staging: dgnc: Fix a NULL pointer dereferenceDaeseok Youn2016-05-041-5/+5
| * staging: dgnc: use tty_alloc_driver instead of kcallocDaeseok Youn2016-04-301-84/+60Star
| * staging: dgnc: remove redundant NULL check inDaeseok Youn2016-04-301-13/+2Star