aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17staging: dgnc: drop unused neo_uart_structGreg Kroah-Hartman2-6/+1
2018-01-17staging: dgnc: remove "vpd" board variableGreg Kroah-Hartman3-31/+0
2018-01-17staging: dgnc: delete serial_num board variableGreg Kroah-Hartman1-2/+0
2018-01-17staging: dgnc: delete a bunch of PCI board variablesGreg Kroah-Hartman2-22/+0
2018-01-17staging: dgnc: delete is_pci_express board type variable.Greg Kroah-Hartman2-9/+0
2018-01-17staging: dgnc: delete dpastatus board type variable.Greg Kroah-Hartman3-10/+0
2018-01-17staging: dgnc: delete dpatype board type variable.Greg Kroah-Hartman3-10/+0
2018-01-17staging: dgnc: delete dgnc_pci.hGreg Kroah-Hartman2-32/+11
2018-01-17staging: dgnc: delete dgnc_neo.* filesGreg Kroah-Hartman5-1850/+0
2018-01-17staging: dgnc: remove PCI_DEVICE_NEO stuffGreg Kroah-Hartman2-91/+0
2018-01-15staging: dgnc: remove duplicated tty definesGreg Kroah-Hartman1-24/+0
2018-01-15staging: dgnc: make dgnc_poll_tick staticGreg Kroah-Hartman2-2/+1
2018-01-15staging: dgnc: remove some global variablesGreg Kroah-Hartman2-3/+0
2018-01-15staging: dgnc: make dgnc_poll_lock staticGreg Kroah-Hartman2-2/+1
2018-01-15staging: dgnc: make dgnc_num_boards staticGreg Kroah-Hartman2-2/+1
2018-01-15staging: dgnc: remove crazy "management" device nodeGreg Kroah-Hartman5-348/+1
2018-01-15staging: dgnc: delete dgnc_utils.cGreg Kroah-Hartman4-27/+2
2018-01-15staging: dgnc: remove redundant license textGreg Kroah-Hartman12-120/+0
2018-01-15staging: dgnc: add SPDX identifier.Greg Kroah-Hartman12-0/+12
2017-12-06staging: dgnc: add identifiers to function parametersAshish Kalra1-2/+2
2017-11-27staging: dgnc: Fix usleep_range is preferred over udelayJoshua Abraham1-1/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-28/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-18staging: dgnc: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-09-18Staging: dgnc: Remove unused fields in struct channel_tSrishti Sharma1-6/+0
2017-09-18Staging: dgnc: Remove unused fields in struct dgnc_boardSrishti Sharma1-9/+0
2017-09-18staging: dgnc: remove variable rcAastha Gupta1-7/+4
2017-09-18staging: dgnc: remove unused variableAastha Gupta1-1/+0
2017-05-25dgnc: fix multiple blank lines coding style problemAliza Minkov1-2/+0
2017-05-16drivers/staging: refactor dgnc tty registration.Haim Daniel2-104/+59
2017-03-29staging: dgnc: remove error message taskTobin C. Harding1-2/+0
2017-03-29staging: dgnc: remove dead codeTobin C. Harding1-9/+0
2017-03-29staging: dgnc: remove struct member magic numbersTobin C. Harding6-139/+119
2017-03-29staging: dgnc: remove unnecessary commentsTobin C. Harding6-522/+97
2017-03-29staging: dgnc: remove double underscoreTobin C. Harding8-24/+26
2017-03-29staging: dgnc: clean up header commentsTobin C. Harding5-235/+349
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. Harding3-4/+14
2017-03-14staging: dgnc: return error code directlyTobin C. Harding1-36/+32
2017-03-12staging: dgnc: remove item from TODO listTobin C. Harding1-1/+0
2017-03-12staging: dgnc: audit goto's in dgnc_ttyTobin C. Harding1-107/+112
2017-03-12staging: dgnc: audit goto's in dgnc_mgmtTobin C. Harding1-17/+20
2017-03-12staging: dgnc: audit goto's in dgnc_driverTobin C. Harding1-18/+5
2017-03-07staging: dgnc: replace usleep_range with udelayAishwarya Pant1-1/+3
2017-03-07staging: dgnc: Constify ktermios structureGargi Sharma1-1/+1
2017-03-06staging: dgnc: replace udelay with usleep_rangeAishwarya Pant1-1/+1