aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-07Staging: dgnc: Fix struct file_operations should normally be constMonam Agarwal1-1/+1
2013-10-19staging: dgnc: braces {} are not necessary for single statement in dgnc_driver.cArchana kumari1-2/+1
2013-10-19staging: dgnc:Removed unecessary error messages in dgnc_driver.cArchana kumari1-2/+0
2013-10-05staging: dgnc: changes arguments in sizeofLidza Louina1-2/+2
2013-09-26staging: dgnc: Remove casting the return value which is a void pointerJingoo Han1-2/+2
2013-09-25staging: dgnc: removes LINUX_VERSION_CODE conditionalsLidza Louina1-12/+0
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-2/+2
2013-09-17staging: dgnc: removes parentheses around return statementsLidza Louina1-53/+53
2013-09-17staging: dgnc: renames board_t to dgnc_boardLidza Louina1-10/+10
2013-09-17staging: dgnc: fix potential format string flawKees Cook1-2/+2
2013-08-27staging: dgnc: driver.c and .h: removes dgnc_driver_kzmalloc funcLidza Louina1-15/+0
2013-08-27staging: dgnc: driver.c and tty.c: replaces dgnc_driver_kzmalloc with kzallocLidza Louina1-3/+3
2013-08-22staging: dgnc: driver.c: removes dgnc_mbuf functionLidza Louina1-40/+0
2013-08-22staging: dgnc: driver.c: Need to include slab.hTushar Behera1-0/+1
2013-08-21staging: dgnc: driver.c: fixes code indent errorLidza Louina1-35/+35
2013-08-21staging: dgnc: removes CVS code from filesLidza Louina1-2/+0
2013-08-21staging: dgnc: driver.c: removes trailing whitespaceLidza Louina1-13/+13
2013-08-20staging: dgnc: removes ifdef HAVE_UNLOCKED_IOCTL conditionalsLidza Louina1-4/+0
2013-08-20staging: dgnc: driver.c: fixes warning about assigning pointerLidza Louina1-1/+1
2013-08-15staging: dgnc: removes proc codeLidza Louina1-10/+0
2013-08-02staging: dgnc: add dgnc digi driverLidza Louina1-0/+1028