summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
AgeCommit message (Expand)AuthorLines
2018-07-24staging: dgnc: dgnc_tty.c: Avoid '(' at the end of lineNishad Kamdar-4/+3
2018-01-17staging: dgnc: drop unused neo_uart_structGreg Kroah-Hartman-6/+1
2018-01-17staging: dgnc: remove "vpd" board variableGreg Kroah-Hartman-31/+0
2018-01-17staging: dgnc: delete serial_num board variableGreg Kroah-Hartman-2/+0
2018-01-17staging: dgnc: delete a bunch of PCI board variablesGreg Kroah-Hartman-22/+0
2018-01-17staging: dgnc: delete is_pci_express board type variable.Greg Kroah-Hartman-9/+0
2018-01-17staging: dgnc: delete dpastatus board type variable.Greg Kroah-Hartman-10/+0
2018-01-17staging: dgnc: delete dpatype board type variable.Greg Kroah-Hartman-10/+0
2018-01-17staging: dgnc: delete dgnc_pci.hGreg Kroah-Hartman-32/+11
2018-01-17staging: dgnc: delete dgnc_neo.* filesGreg Kroah-Hartman-1850/+0
2018-01-17staging: dgnc: remove PCI_DEVICE_NEO stuffGreg Kroah-Hartman-91/+0
2018-01-15staging: dgnc: remove duplicated tty definesGreg Kroah-Hartman-24/+0
2018-01-15staging: dgnc: make dgnc_poll_tick staticGreg Kroah-Hartman-2/+1
2018-01-15staging: dgnc: remove some global variablesGreg Kroah-Hartman-3/+0
2018-01-15staging: dgnc: make dgnc_poll_lock staticGreg Kroah-Hartman-2/+1
2018-01-15staging: dgnc: make dgnc_num_boards staticGreg Kroah-Hartman-2/+1
2018-01-15staging: dgnc: remove crazy "management" device nodeGreg Kroah-Hartman-348/+1
2018-01-15staging: dgnc: delete dgnc_utils.cGreg Kroah-Hartman-27/+2
2018-01-15staging: dgnc: remove redundant license textGreg Kroah-Hartman-120/+0
2018-01-15staging: dgnc: add SPDX identifier.Greg Kroah-Hartman-0/+12
2017-12-06staging: dgnc: add identifiers to function parametersAshish Kalra-2/+2
2017-11-27staging: dgnc: Fix usleep_range is preferred over udelayJoshua Abraham-1/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-28/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-18staging: dgnc: Convert timers to use timer_setup()Kees Cook-5/+3
2017-09-18Staging: dgnc: Remove unused fields in struct channel_tSrishti Sharma-6/+0
2017-09-18Staging: dgnc: Remove unused fields in struct dgnc_boardSrishti Sharma-9/+0
2017-09-18staging: dgnc: remove variable rcAastha Gupta-7/+4
2017-09-18staging: dgnc: remove unused variableAastha Gupta-1/+0
2017-05-25dgnc: fix multiple blank lines coding style problemAliza Minkov-2/+0
2017-05-16drivers/staging: refactor dgnc tty registration.Haim Daniel-104/+59
2017-03-29staging: dgnc: remove error message taskTobin C. Harding-2/+0
2017-03-29staging: dgnc: remove dead codeTobin C. Harding-9/+0
2017-03-29staging: dgnc: remove struct member magic numbersTobin C. Harding-139/+119
2017-03-29staging: dgnc: remove unnecessary commentsTobin C. Harding-522/+97
2017-03-29staging: dgnc: remove double underscoreTobin C. Harding-24/+26
2017-03-29staging: dgnc: clean up header commentsTobin C. Harding-235/+349
2017-03-23staging: dgnc: remove tracing prints in dgnc_tty.cAbhishek Bhardwaj-4/+0
2017-03-16staging: dgnc: preserve return codeTobin C. Harding-3/+3
2017-03-14staging: dgnc: remove useless switch-case statementsDaeseok Youn-9/+1
2017-03-14staging: dgnc: ch->ch_bd is already assigned to bd variableDaeseok Youn-4/+4
2017-03-14staging: dgnc: remove explicit castTobin C. Harding-1/+1
2017-03-14staging: dgnc: fix whitespace before returnTobin C. Harding-4/+14
2017-03-14staging: dgnc: return error code directlyTobin C. Harding-36/+32
2017-03-12staging: dgnc: remove item from TODO listTobin C. Harding-1/+0
2017-03-12staging: dgnc: audit goto's in dgnc_ttyTobin C. Harding-107/+112
2017-03-12staging: dgnc: audit goto's in dgnc_mgmtTobin C. Harding-17/+20
2017-03-12staging: dgnc: audit goto's in dgnc_driverTobin C. Harding-18/+5
2017-03-07staging: dgnc: replace usleep_range with udelayAishwarya Pant-1/+3
2017-03-07staging: dgnc: Constify ktermios structureGargi Sharma-1/+1