aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-12staging: dgnc: remove blankline before braceSudip Mukherjee1-2/+0
2015-10-12staging: dgnc: remove multiple blank linesSudip Mukherjee1-10/+0
2015-10-04staging: dgnc: take a lock when storing value in dgnc_poll_tickSalah Triki1-1/+1
2015-10-04staging: dgnc: remove dgnc_init_globals functionSudip Mukherjee1-16/+2
2015-10-04staging: dgnc: remove initialization of globalSudip Mukherjee1-7/+0
2015-05-31staging: dgnc: delete all references to 'flipbuf'Gujulan Elango, Hari Prasath (H.)1-9/+0
2015-03-24dgnc: get rid of dpacompat.h, move remaining stuff to digi.hGiedrius Statkevičius1-1/+0
2015-03-12Staging: dgnc: Use goto for error handlingQuentin Lambert1-11/+3
2015-03-12Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninitQuentin Lambert1-0/+1
2015-03-12dgnc: clean up comments at start of filesGiedrius Statkevičius1-16/+0
2015-03-12dgnc: Remove unneeded dgnc_state array of stringsGiedrius Statkevičius1-8/+0
2015-03-12staging: dgnc: Use kcalloc instead of kzalloc.Navya Sri Nizamkari1-1/+1
2015-03-12dgnc: Make all lines under 80 characters in dgnc_driver.cGiedrius Statkevičius1-7/+8
2015-03-06Staging: dgnc: Fix checking return value of register_chrdevSalah Triki1-2/+2
2015-03-01Staging: dgnc: Replace printk() with dev_dbg()Cristina Opriceana1-2/+2