summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.c
Commit message (Expand)AuthorAgeFilesLines
* staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()Daeseok Youn2016-09-271-1/+1
* staging: dgnc: introduce the dgnc_free_irq()Daeseok Youn2016-09-271-1/+10
* staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()Daeseok Youn2016-09-271-3/+3
* staging: dgnc: introduce the dgnc_tty_unregister()Daeseok Youn2016-09-271-2/+5
* staging: dgnc: move functions unrelated with dgnc_found_board()Daeseok Youn2016-09-271-38/+43
* staging: dgnc: kfree for board structure in dgnc_found_board()Daeseok Youn2016-09-271-8/+9
* staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()Daeseok Youn2016-09-271-10/+21
* staging: dgnc: remove useless message bufferDaeseok Youn2016-09-271-28/+0
* staging: dgnc: remove redundant initialization for channel arrayDaeseok Youn2016-09-271-3/+0
* staging: dgnc: Fix multi line comment alignmentFernando Apesteguia2016-09-121-25/+25
* staging: dgnc: remove redundant null check inDaeseok Youn2016-08-151-3/+0
* staging: dgnc: remove redundant NULL check for brdDaeseok Youn2016-08-151-3/+0
* staging: dgnc: add __exit macro to dgnc_driver.cJoshua Houghton2016-08-151-1/+1
* staging: dgnc: fix CamelCase in dgnc_driver.cDaeseok Youn2016-03-281-26/+26
* staging: dgnc: cleanup properlySudip Mukherjee2016-03-111-8/+13
* staging: dgnc: unregister pci driverSudip Mukherjee2016-03-111-2/+1
* staging: dgnc: remove pci_unregister_driverSudip Mukherjee2016-03-111-14/+5
* staging: dgnc: remove unneeded elseSudip Mukherjee2016-03-111-7/+7
* staging: dgnc: dgnc_driver: Remove useless initialisationAmitoj Kaur Chawla2015-10-161-1/+1
* staging: dgnc: alignment styleSudip Mukherjee2015-10-121-1/+1
* staging: dgnc: remove space after castSudip Mukherjee2015-10-121-3/+3
* staging: dgnc: remove blankline after braceSudip Mukherjee2015-10-121-3/+0
* staging: dgnc: remove blankline before braceSudip Mukherjee2015-10-121-2/+0
* staging: dgnc: remove multiple blank linesSudip Mukherjee2015-10-121-10/+0
* staging: dgnc: take a lock when storing value in dgnc_poll_tickSalah Triki2015-10-041-1/+1
* staging: dgnc: remove dgnc_init_globals functionSudip Mukherjee2015-10-041-16/+2
* staging: dgnc: remove initialization of globalSudip Mukherjee2015-10-041-7/+0
* staging: dgnc: delete all references to 'flipbuf'Gujulan Elango, Hari Prasath (H.)2015-05-311-9/+0
* dgnc: get rid of dpacompat.h, move remaining stuff to digi.hGiedrius Statkevičius2015-03-241-1/+0
* Staging: dgnc: Use goto for error handlingQuentin Lambert2015-03-121-11/+3
* Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninitQuentin Lambert2015-03-121-0/+1
* dgnc: clean up comments at start of filesGiedrius Statkevičius2015-03-121-16/+0
* dgnc: Remove unneeded dgnc_state array of stringsGiedrius Statkevičius2015-03-121-8/+0
* staging: dgnc: Use kcalloc instead of kzalloc.Navya Sri Nizamkari2015-03-121-1/+1
* dgnc: Make all lines under 80 characters in dgnc_driver.cGiedrius Statkevičius2015-03-121-7/+8
* Staging: dgnc: Fix checking return value of register_chrdevSalah Triki2015-03-061-2/+2
* Staging: dgnc: Replace printk() with dev_dbg()Cristina Opriceana2015-03-011-2/+2
* staging: dgnc: replace init_timer by setup_timerAya Mahfouz2015-02-261-6/+2
* Staging: dgnc: Fix warning of code styleVatika Harlalka2015-02-241-1/+3
* staging: dgnc: fix long lines in PCI device tableKrzysztof Adamski2015-01-251-6/+6
* staging: dgnc: implement proper error handling in dgnc_start()Alexey Khoroshilov2015-01-171-4/+24
* staging: dgnc: remove debug symbolsAya Mahfouz2014-10-281-9/+0
* staging: dgnc: remove unused variable named rawreadokAya Mahfouz2014-10-281-2/+0
* staging: dgnc: dgnc_driver: remove all occurences of trcbuf_sizeAya Mahfouz2014-10-281-2/+0
* staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu2014-10-201-11/+9
* Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-13/+0
|\
| * staging: dgnc: remove Neo card ids from device tableBill Pemberton2014-09-081-13/+0
* | staging: dgnc: Fix do not add new typedefsEbru Akagunduz2014-10-021-1/+1
* | staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-281-17/+17
* | staging: dgnc: split two assignments into the two assignments on two lines.Seunghun Lee2014-09-021-4/+6
OpenPOWER on IntegriCloud