summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc/dgnc_tty.c
AgeCommit message (Expand)Author
2018-01-17staging: dgnc: drop unused neo_uart_structGreg Kroah-Hartman
2018-01-17staging: dgnc: delete dgnc_neo.* filesGreg Kroah-Hartman
2018-01-15staging: dgnc: delete dgnc_utils.cGreg Kroah-Hartman
2018-01-15staging: dgnc: remove redundant license textGreg Kroah-Hartman
2018-01-15staging: dgnc: add SPDX identifier.Greg Kroah-Hartman
2017-05-16drivers/staging: refactor dgnc tty registration.Haim Daniel
2017-03-29staging: dgnc: remove struct member magic numbersTobin C. Harding
2017-03-29staging: dgnc: remove unnecessary commentsTobin C. Harding
2017-03-23staging: dgnc: remove tracing prints in dgnc_tty.cAbhishek Bhardwaj
2017-03-16staging: dgnc: preserve return codeTobin C. Harding
2017-03-14staging: dgnc: remove useless switch-case statementsDaeseok Youn
2017-03-14staging: dgnc: ch->ch_bd is already assigned to bd variableDaeseok Youn
2017-03-14staging: dgnc: remove explicit castTobin C. Harding
2017-03-14staging: dgnc: fix whitespace before returnTobin C. Harding
2017-03-14staging: dgnc: return error code directlyTobin C. Harding
2017-03-12staging: dgnc: audit goto's in dgnc_ttyTobin C. Harding
2017-03-07staging: dgnc: Constify ktermios structureGargi Sharma
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-12staging: dgnc: dgnc_tty.c: fix argument list alignment issue.Nathan Howard
2016-12-07staging: dgnc: Fix lines longer than 80 charactersFernando Apesteguia
2016-12-07staging: dgnc: fix blank line after '{' warnings.Fernando Apesteguia
2016-12-01staging: dgnc: remove sysfs filesGreg Kroah-Hartman
2016-11-21staging: dgnc: dgnc_tty: Remove blank linesVijai Kumar K
2016-11-21staging: dgnc: dgnc_tty.c Spelling correctionsWalt Feasel
2016-11-21staging: dgnc: dgnc_tty.c comment style modificationsWalt Feasel
2016-11-21staging: dgnc: dgnc_tty.c Align on parenthesisWalt Feasel
2016-11-21staging: dgnc: dgnc_tty.c Space preferred aroundWalt Feasel
2016-10-27Staging:dgnc:dgnc_tty: fix Block comments should align the * on each lineNadim Almas
2016-10-25staging: dgnc: Replace CamelCase namings with underscoresPankaj Bharadiya
2016-10-25staging: dgnc: Remove some redundant functionsPankaj Bharadiya
2016-10-17staging: dgnc: Add const qualifier to struct declaration.Elise Lennion
2016-10-16staging: dgnc: make find_board_by_major staticBenoit Hiller
2016-09-27staging: dgnc: introduce find_board_by_major()Daeseok Youn
2016-09-27staging: dgnc: remove useless variablesDaeseok Youn
2016-09-27staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Daeseok Youn
2016-09-27staging: dgnc: introduce the dgnc_tty_unregister()Daeseok Youn
2016-09-20staging: dgnc: Merge assignment with returnRehas Sachdeva
2016-09-17Staging: dgnc: dgnc_tty: fixed a line too long style issueCathal Mullaney
2016-09-01staging: dgnc: check the type of print before callingDaeseok Youn
2016-08-15staging: dgnc: removes redundant null check and changeDaeseok Youn
2016-08-15staging: dgnc: remove redundant variable null checkDaeseok Youn
2016-08-15staging: dgnc: remove redundant local variable forDaeseok Youn
2016-08-15staging: dgnc: remove useless error value assignmentDaeseok Youn
2016-08-15staging: dgnc: remove redundant NULL checks inDaeseok Youn
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-09staging: dgnc: clean up the dgnc_get_modem_info()Daeseok Youn
2016-05-03staging: dgnc: Fix a NULL pointer dereferenceDaeseok Youn
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley
2016-04-29staging: dgnc: use tty_alloc_driver instead of kcallocDaeseok Youn
2016-04-29staging: dgnc: remove redundant NULL check inDaeseok Youn