aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28drivers/staging: use current->state helpersDavidlohr Bueso1-1/+1
2015-01-25Staging: dgnc: fixed some coding style errorsAndrew Milkovich2-36/+36
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-30staging: dgnc: Remove useless cast on void pointerTapasweni Pathak2-2/+2
2014-10-28staging: dgnc: dgnc_kcompat.h: remove unused macroAya Mahfouz1-5/+0
2014-10-28staging: dgnc: remove debug symbolsAya Mahfouz3-58/+1
2014-10-28staging: dgnc: remove unused variable named rawreadokAya Mahfouz3-22/+0
2014-10-28staging: dgnc: dgnc_driver: remove all occurences of trcbuf_sizeAya Mahfouz2-3/+0
2014-10-28staging: dgnc: dgnc_kcompat.h: remove unused macrosAya Mahfouz1-13/+0
2014-10-28staging: dgnc: delete successive assignments to the same locationJiayi Ye1-2/+0
2014-10-23Staging: dgnc: Remove unused sniff codeSomya Anand5-150/+0
2014-10-20staging: dgnc: Remove space before tabsDilek Uzulmez1-1/+1
2014-10-20staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu5-58/+35
2014-10-20Staging: dgnc: Compress two lines of code into one.Heena Sirwani1-4/+2
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 Akagunduz8-103/+100
2014-10-02staging: dgnc: Fix no spaces at the start of a line in dpacompat.hYeliz Taneroglu1-1/+1
2014-10-02Staging: dgnc: Add missing blank lineMahati Chamarthy1-0/+2
2014-10-02Staging: dgnc: Remove unnecessary bracesMahati Chamarthy1-8/+4
2014-10-02Staging: dgnc: Remove return in void functionMahati Chamarthy1-3/+0
2014-09-28Staging: dgnc: Remove space before parenthesisMahati Chamarthy1-4/+4
2014-09-28staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macrosRoberta Dobrescu1-8/+0
2014-09-28staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-17/+17
2014-09-28staging: dgnc: dgnc_neo.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-54/+66
2014-09-28staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-146/+147
2014-09-28staging: dgnc: dgnc_mgmt.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-15/+15
2014-09-28staging: dgnc: Fixed white space warning.Gulsah Kose1-6/+6
2014-09-23staging: dgnc: Replace non-standard spinlock's macrosRoberta Dobrescu1-33/+33
2014-09-23staging: dgnc: Fix unnecessary braces warning.Gulsah Kose1-4/+2
2014-09-19staging: dgnc: Check sscanf return valueRoberta Dobrescu1-3/+15
2014-09-19staging: dgnc: Fix unnecessary space warning.Gulsah Kose1-18/+18
2014-09-19staging: dgnc: Fix missing blank line warning.Gulsah Kose1-0/+1
2014-09-19Staging: dgnc: Merge lines and remove unused variable for immediate returnVaishali Thakkar1-4/+1
2014-09-19staging: dgnc: Move open brace on previous lineRoberta Dobrescu1-8/+4
2014-09-19staging: dgnc: Do not initialise statics to 0 or NULLRoberta Dobrescu1-1/+1
2014-09-19staging: dgnc: Replace kzalloc with kcallocRoberta Dobrescu1-4/+4
2014-09-19staging: dgnc: Fix warnings relating to printk()Roberta Dobrescu1-2/+2
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 Lee5-19/+33
2014-09-02staging: dgnc: Fix sleeping under spinlock bugKonrad Zapalowicz1-1/+1
2014-08-31staging: dgnc: remove some unused macrosSeunghun Lee1-5/+2
2014-08-30staging: dgnc: Fix checkpatch include warningKieron Browne1-1/+1
2014-08-30staging: dgnc: remove DPR Macros and related codes.Seunghun Lee6-438/+29
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 Zapalowicz3-14/+0
2014-08-17staging: dgnc: Remove driver-wide state variableKonrad Zapalowicz3-30/+0
2014-08-16staging: dgnc: Remove unnecessary 'return' statementKonrad Zapalowicz1-2/+0
2014-08-16staging: dgnc: Fix missing blank line after declarationsKonrad Zapalowicz1-0/+7