aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-17staging: dgnc: remove "vpd" board variableGreg Kroah-Hartman1-3/+0
2018-01-17staging: dgnc: delete a bunch of PCI board variablesGreg Kroah-Hartman1-8/+0
2018-01-17staging: dgnc: delete is_pci_express board type variable.Greg Kroah-Hartman1-3/+0
2018-01-17staging: dgnc: delete dpastatus board type variable.Greg Kroah-Hartman1-3/+0
2018-01-17staging: dgnc: delete dpatype board type variable.Greg Kroah-Hartman1-3/+0
2018-01-17staging: dgnc: delete dgnc_pci.hGreg Kroah-Hartman1-1/+11
2018-01-17staging: dgnc: delete dgnc_neo.* filesGreg Kroah-Hartman1-1/+0
2018-01-17staging: dgnc: remove PCI_DEVICE_NEO stuffGreg Kroah-Hartman1-62/+0
2018-01-15staging: dgnc: make dgnc_poll_tick staticGreg Kroah-Hartman1-1/+1
2018-01-15staging: dgnc: remove some global variablesGreg Kroah-Hartman1-1/+0
2018-01-15staging: dgnc: make dgnc_poll_lock staticGreg Kroah-Hartman1-1/+1
2018-01-15staging: dgnc: make dgnc_num_boards staticGreg Kroah-Hartman1-1/+1
2018-01-15staging: dgnc: remove crazy "management" device nodeGreg Kroah-Hartman1-47/+0
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-10-18staging: dgnc: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-05-25dgnc: fix multiple blank lines coding style problemAliza Minkov1-2/+0
2017-03-29staging: dgnc: remove struct member magic numbersTobin C. Harding1-2/+1
2017-03-29staging: dgnc: remove unnecessary commentsTobin C. Harding1-77/+8
2017-03-14staging: dgnc: fix whitespace before returnTobin C. Harding1-1/+5
2017-03-12staging: dgnc: audit goto's in dgnc_driverTobin C. Harding1-18/+5
2016-12-01staging: dgnc: remove sysfs filesGreg Kroah-Hartman1-11/+3
2016-11-19staging: dgnc: dgnc_driver.c Blank line before }Walt Feasel1-1/+0
2016-11-19staging: dgnc: dgnc_driver.c Remove blank linesWalt Feasel1-4/+0
2016-11-19staging: dgnc: dgnc_driver.c Comment style modificationsWalt Feasel1-37/+20
2016-11-14staging: dgnc: re-arrange functions for removing forward declarationsDaeseok Youn1-272/+261
2016-10-25staging: dgnc: Remove some redundant functionsPankaj Bharadiya1-13/+0
2016-10-17staging: dgnc: Add const qualifier to struct declaration.Elise Lennion1-1/+1
2016-09-27staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Daeseok Youn1-1/+1
2016-09-27staging: dgnc: introduce the dgnc_free_irq()Daeseok Youn1-1/+10
2016-09-27staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()Daeseok Youn1-3/+3
2016-09-27staging: dgnc: introduce the dgnc_tty_unregister()Daeseok Youn1-2/+5
2016-09-27staging: dgnc: move functions unrelated with dgnc_found_board()Daeseok Youn1-38/+43
2016-09-27staging: dgnc: kfree for board structure in dgnc_found_board()Daeseok Youn1-8/+9
2016-09-27staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()Daeseok Youn1-10/+21
2016-09-27staging: dgnc: remove useless message bufferDaeseok Youn1-28/+0
2016-09-27staging: dgnc: remove redundant initialization for channel arrayDaeseok Youn1-3/+0
2016-09-12staging: dgnc: Fix multi line comment alignmentFernando Apesteguia1-25/+25
2016-08-15staging: dgnc: remove redundant null check inDaeseok Youn1-3/+0
2016-08-15staging: dgnc: remove redundant NULL check for brdDaeseok Youn1-3/+0
2016-08-15staging: dgnc: add __exit macro to dgnc_driver.cJoshua Houghton1-1/+1
2016-03-28staging: dgnc: fix CamelCase in dgnc_driver.cDaeseok Youn1-26/+26
2016-03-11staging: dgnc: cleanup properlySudip Mukherjee1-8/+13
2016-03-11staging: dgnc: unregister pci driverSudip Mukherjee1-2/+1
2016-03-11staging: dgnc: remove pci_unregister_driverSudip Mukherjee1-14/+5
2016-03-11staging: dgnc: remove unneeded elseSudip Mukherjee1-7/+7
2015-10-16staging: dgnc: dgnc_driver: Remove useless initialisationAmitoj Kaur Chawla1-1/+1
2015-10-12staging: dgnc: alignment styleSudip Mukherjee1-1/+1
2015-10-12staging: dgnc: remove space after castSudip Mukherjee1-3/+3
2015-10-12staging: dgnc: remove blankline after braceSudip Mukherjee1-3/+0