summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
AgeCommit message (Expand)AuthorLines
2015-01-28drivers/staging: use current->state helpersDavidlohr Bueso-1/+1
2015-01-25Staging: dgnc: fixed some coding style errorsAndrew Milkovich-36/+36
2015-01-25staging: dgnc: fix long lines in PCI device tableKrzysztof Adamski-6/+6
2015-01-17staging: dgnc: implement proper error handling in dgnc_start()Alexey Khoroshilov-4/+24
2014-10-30staging: dgnc: Remove useless cast on void pointerTapasweni Pathak-2/+2
2014-10-28staging: dgnc: dgnc_kcompat.h: remove unused macroAya Mahfouz-5/+0
2014-10-28staging: dgnc: remove debug symbolsAya Mahfouz-58/+1
2014-10-28staging: dgnc: remove unused variable named rawreadokAya Mahfouz-22/+0
2014-10-28staging: dgnc: dgnc_driver: remove all occurences of trcbuf_sizeAya Mahfouz-3/+0
2014-10-28staging: dgnc: dgnc_kcompat.h: remove unused macrosAya Mahfouz-13/+0
2014-10-28staging: dgnc: delete successive assignments to the same locationJiayi Ye-2/+0
2014-10-23Staging: dgnc: Remove unused sniff codeSomya Anand-150/+0
2014-10-20staging: dgnc: Remove space before tabsDilek Uzulmez-1/+1
2014-10-20staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu-58/+35
2014-10-20Staging: dgnc: Compress two lines of code into one.Heena Sirwani-4/+2
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+0
2014-10-02staging: dgnc: Fix do not add new typedefsEbru Akagunduz-103/+100
2014-10-02staging: dgnc: Fix no spaces at the start of a line in dpacompat.hYeliz Taneroglu-1/+1
2014-10-02Staging: dgnc: Add missing blank lineMahati Chamarthy-0/+2
2014-10-02Staging: dgnc: Remove unnecessary bracesMahati Chamarthy-8/+4
2014-10-02Staging: dgnc: Remove return in void functionMahati Chamarthy-3/+0
2014-09-28Staging: dgnc: Remove space before parenthesisMahati Chamarthy-4/+4
2014-09-28staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macrosRoberta Dobrescu-8/+0
2014-09-28staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macrosRoberta Dobrescu-17/+17
2014-09-28staging: dgnc: dgnc_neo.c: Replace non-standard spinlock's macrosRoberta Dobrescu-54/+66
2014-09-28staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu-146/+147
2014-09-28staging: dgnc: dgnc_mgmt.c: Replace non-standard spinlock's macrosRoberta Dobrescu-15/+15
2014-09-28staging: dgnc: Fixed white space warning.Gulsah Kose-6/+6
2014-09-23staging: dgnc: Replace non-standard spinlock's macrosRoberta Dobrescu-33/+33
2014-09-23staging: dgnc: Fix unnecessary braces warning.Gulsah Kose-4/+2
2014-09-19staging: dgnc: Check sscanf return valueRoberta Dobrescu-3/+15
2014-09-19staging: dgnc: Fix unnecessary space warning.Gulsah Kose-18/+18
2014-09-19staging: dgnc: Fix missing blank line warning.Gulsah Kose-0/+1
2014-09-19Staging: dgnc: Merge lines and remove unused variable for immediate returnVaishali Thakkar-4/+1
2014-09-19staging: dgnc: Move open brace on previous lineRoberta Dobrescu-8/+4
2014-09-19staging: dgnc: Do not initialise statics to 0 or NULLRoberta Dobrescu-1/+1
2014-09-19staging: dgnc: Replace kzalloc with kcallocRoberta Dobrescu-4/+4
2014-09-19staging: dgnc: Fix warnings relating to printk()Roberta Dobrescu-2/+2
2014-09-08staging: dgnc: remove Neo card ids from device tableBill Pemberton-13/+0
2014-09-02staging: dgnc: split two assignments into the two assignments on two lines.Seunghun Lee-19/+33
2014-09-02staging: dgnc: Fix sleeping under spinlock bugKonrad Zapalowicz-1/+1
2014-08-31staging: dgnc: remove some unused macrosSeunghun Lee-5/+2
2014-08-30staging: dgnc: Fix checkpatch include warningKieron Browne-1/+1
2014-08-30staging: dgnc: remove DPR Macros and related codes.Seunghun Lee-438/+29
2014-08-17staging: dgnc: Remove unnecessary dgnc_Major_Control_Registered variableKonrad Zapalowicz-23/+15
2014-08-17staging: dgnc: Remove not needed dgnc_driver_start variableKonrad Zapalowicz-5/+0
2014-08-17staging: dgnc: Remove driver-wide polling counter variableKonrad Zapalowicz-14/+0
2014-08-17staging: dgnc: Remove driver-wide state variableKonrad Zapalowicz-30/+0
2014-08-16staging: dgnc: Remove unnecessary 'return' statementKonrad Zapalowicz-2/+0
2014-08-16staging: dgnc: Fix missing blank line after declarationsKonrad Zapalowicz-0/+7