aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-26staging: dgnc: replace init_timer by setup_timerAya Mahfouz1-6/+2
2015-02-24Staging: dgnc: Fix warning of code styleVatika Harlalka1-1/+3
2015-01-25staging: dgnc: fix long lines in PCI device tableKrzysztof Adamski1-6/+6
2015-01-17staging: dgnc: implement proper error handling in dgnc_start()Alexey Khoroshilov1-4/+24
2014-10-28staging: dgnc: remove debug symbolsAya Mahfouz1-9/+0
2014-10-28staging: dgnc: remove unused variable named rawreadokAya Mahfouz1-2/+0
2014-10-28staging: dgnc: dgnc_driver: remove all occurences of trcbuf_sizeAya Mahfouz1-2/+0
2014-10-20staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu1-11/+9
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-13/+0
2014-10-02staging: dgnc: Fix do not add new typedefsEbru Akagunduz1-1/+1
2014-09-28staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-17/+17
2014-09-08staging: dgnc: remove Neo card ids from device tableBill Pemberton1-13/+0
2014-09-02staging: dgnc: split two assignments into the two assignments on two lines.Seunghun Lee1-4/+6
2014-08-30staging: dgnc: remove DPR Macros and related codes.Seunghun Lee1-18/+1
2014-08-17staging: dgnc: Remove unnecessary dgnc_Major_Control_Registered variableKonrad Zapalowicz1-23/+15
2014-08-17staging: dgnc: Remove not needed dgnc_driver_start variableKonrad Zapalowicz1-5/+0
2014-08-17staging: dgnc: Remove driver-wide polling counter variableKonrad Zapalowicz1-3/+0
2014-08-17staging: dgnc: Remove driver-wide state variableKonrad Zapalowicz1-19/+0
2014-08-16staging: dgnc: Siplify the dgnc_start functionKonrad Zapalowicz1-47/+44
2014-08-16staging: dgnc: Move utility functions out of dgnc_driver.cKonrad Zapalowicz1-74/+0
2014-08-16staging: dgnc: Remove unnecessary functions from dgnc_driver.cKonrad Zapalowicz1-28/+2
2014-08-16staging: dgnc: Fix no spaces before tabs checkpath warningKonrad Zapalowicz1-3/+3
2014-08-16staging: dgnc: Fix externs should be avoided in the .c filesKonrad Zapalowicz1-45/+39
2014-08-01staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee1-1/+0
2014-07-30staging: dgnc: removes unused if defined codeSeunghun Lee1-4/+0
2014-06-29staging: dgnc_driver.c: code style fixesGuillaume Morin1-6/+5
2014-06-19Staging: dgnc: fixed brace coding style issue in dgnc_driver.cVincent Heuken1-1/+2
2014-05-15staging: dgnc: redundant NULL checks before kfree()Vitaly Osipov1-9/+4
2014-05-15Staging: dgnc: dgnc_driver: fixed incorrect bracesSon P. Nguyen1-14/+7
2014-05-15staging: dgnc: cleanup dgnc_finalize_board_init()Antoine Sirinelli1-3/+6
2014-03-08staging:dgnc: Replace printk by pr_warnHimangi Saraogi1-1/+1