summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus 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-29Staging: dgnc: Remove space before parenthesisMahati Chamarthy1-4/+4
2014-09-29staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macrosRoberta Dobrescu1-8/+0
2014-09-29staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-17/+17
2014-09-29staging: dgnc: dgnc_neo.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-54/+66
2014-09-29staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-146/+147
2014-09-29staging: dgnc: dgnc_mgmt.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-15/+15
2014-09-29staging: dgnc: Fixed white space warning.Gulsah Kose1-6/+6
2014-09-24staging: dgnc: Replace non-standard spinlock's macrosRoberta Dobrescu1-33/+33
2014-09-24staging: dgnc: Fix unnecessary braces warning.Gulsah Kose1-4/+2
2014-09-20staging: dgnc: Check sscanf return valueRoberta Dobrescu1-3/+15
2014-09-20staging: dgnc: Fix unnecessary space warning.Gulsah Kose1-18/+18
2014-09-20staging: dgnc: Fix missing blank line warning.Gulsah Kose1-0/+1
2014-09-20Staging: dgnc: Merge lines and remove unused variable for immediate returnVaishali Thakkar1-4/+1
2014-09-20staging: dgnc: Move open brace on previous lineRoberta Dobrescu1-8/+4
2014-09-20staging: dgnc: Do not initialise statics to 0 or NULLRoberta Dobrescu1-1/+1
2014-09-20staging: dgnc: Replace kzalloc with kcallocRoberta Dobrescu1-4/+4
2014-09-20staging: dgnc: Fix warnings relating to printk()Roberta Dobrescu1-2/+2
2014-09-09staging: 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-09-01staging: dgnc: remove some unused macrosSeunghun Lee1-5/+2
2014-08-31staging: dgnc: Fix checkpatch include warningKieron Browne1-1/+1
2014-08-31staging: 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
2014-08-16staging: dgnc: Remove 'volatile' modifier where it is not neededKonrad Zapalowicz1-1/+1
2014-08-16staging: dgnc: Fix braces {} are not necessary for single statement blocksKonrad Zapalowicz1-2/+1
2014-08-16staging: dgnc: Fix that open brace { should be on the previous lineKonrad Zapalowicz1-3/+3
2014-08-16staging: dgnc: Fix missing blank line after declarationsKonrad Zapalowicz1-0/+6
2014-08-16staging: dgnc: Fix included header from 'asm'Konrad Zapalowicz1-1/+1
2014-08-16staging: dgnc: Update the TODO fileKonrad Zapalowicz1-5/+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 Zapalowicz6-85/+80
2014-08-16staging: dgnc: Remove unnecessary functions from dgnc_driver.cKonrad Zapalowicz1-28/+2
2014-08-16staging: dgnc: Fix frame size is larger than 1024BKonrad Zapalowicz1-4/+12
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-02staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee7-93/+1
2014-08-02staging: dgnc: rephrase commentSeunghun Lee1-4/+4
2014-07-31staging: dgnc: removes unused if defined codeSeunghun Lee3-65/+0