summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-13/+0Star
|\
| * staging: dgnc: remove Neo card ids from device tableBill Pemberton2014-09-081-13/+0Star
* | staging: dgnc: Fix do not add new typedefsEbru Akagunduz2014-10-028-103/+100Star
* | staging: dgnc: Fix no spaces at the start of a line in dpacompat.hYeliz Taneroglu2014-10-021-1/+1
* | Staging: dgnc: Add missing blank lineMahati Chamarthy2014-10-021-0/+2
* | Staging: dgnc: Remove unnecessary bracesMahati Chamarthy2014-10-021-8/+4Star
* | Staging: dgnc: Remove return in void functionMahati Chamarthy2014-10-021-3/+0Star
* | Staging: dgnc: Remove space before parenthesisMahati Chamarthy2014-09-291-4/+4
* | staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macrosRoberta Dobrescu2014-09-291-8/+0Star
* | staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-17/+17
* | staging: dgnc: dgnc_neo.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-54/+66
* | staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-146/+147
* | staging: dgnc: dgnc_mgmt.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-15/+15
* | staging: dgnc: Fixed white space warning.Gulsah Kose2014-09-291-6/+6
* | staging: dgnc: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-241-33/+33
* | staging: dgnc: Fix unnecessary braces warning.Gulsah Kose2014-09-231-4/+2Star
* | staging: dgnc: Check sscanf return valueRoberta Dobrescu2014-09-201-3/+15
* | staging: dgnc: Fix unnecessary space warning.Gulsah Kose2014-09-201-18/+18
* | staging: dgnc: Fix missing blank line warning.Gulsah Kose2014-09-201-0/+1
* | Staging: dgnc: Merge lines and remove unused variable for immediate returnVaishali Thakkar2014-09-201-4/+1Star
* | staging: dgnc: Move open brace on previous lineRoberta Dobrescu2014-09-201-8/+4Star
* | staging: dgnc: Do not initialise statics to 0 or NULLRoberta Dobrescu2014-09-201-1/+1
* | staging: dgnc: Replace kzalloc with kcallocRoberta Dobrescu2014-09-201-4/+4
* | staging: dgnc: Fix warnings relating to printk()Roberta Dobrescu2014-09-201-2/+2
* | staging: dgnc: split two assignments into the two assignments on two lines.Seunghun Lee2014-09-025-19/+33
* | staging: dgnc: Fix sleeping under spinlock bugKonrad Zapalowicz2014-09-021-1/+1
* | staging: dgnc: remove some unused macrosSeunghun Lee2014-08-311-5/+2Star
* | staging: dgnc: Fix checkpatch include warningKieron Browne2014-08-301-1/+1
* | staging: dgnc: remove DPR Macros and related codes.Seunghun Lee2014-08-306-438/+29Star
* | staging: dgnc: Remove unnecessary dgnc_Major_Control_Registered variableKonrad Zapalowicz2014-08-171-23/+15Star
* | staging: dgnc: Remove not needed dgnc_driver_start variableKonrad Zapalowicz2014-08-171-5/+0Star
* | staging: dgnc: Remove driver-wide polling counter variableKonrad Zapalowicz2014-08-173-14/+0Star
* | staging: dgnc: Remove driver-wide state variableKonrad Zapalowicz2014-08-173-30/+0Star
* | staging: dgnc: Remove unnecessary 'return' statementKonrad Zapalowicz2014-08-161-2/+0Star
* | staging: dgnc: Fix missing blank line after declarationsKonrad Zapalowicz2014-08-161-0/+7
* | staging: dgnc: Remove 'volatile' modifier where it is not neededKonrad Zapalowicz2014-08-161-1/+1
* | staging: dgnc: Fix braces {} are not necessary for single statement blocksKonrad Zapalowicz2014-08-161-2/+1Star
* | staging: dgnc: Fix that open brace { should be on the previous lineKonrad Zapalowicz2014-08-161-3/+3
* | staging: dgnc: Fix missing blank line after declarationsKonrad Zapalowicz2014-08-161-0/+6
* | staging: dgnc: Fix included header from 'asm'Konrad Zapalowicz2014-08-161-1/+1
* | staging: dgnc: Update the TODO fileKonrad Zapalowicz2014-08-161-5/+0Star
* | staging: dgnc: Siplify the dgnc_start functionKonrad Zapalowicz2014-08-161-47/+44Star
* | staging: dgnc: Move utility functions out of dgnc_driver.cKonrad Zapalowicz2014-08-166-85/+80Star
* | staging: dgnc: Remove unnecessary functions from dgnc_driver.cKonrad Zapalowicz2014-08-161-28/+2Star
* | staging: dgnc: Fix frame size is larger than 1024BKonrad Zapalowicz2014-08-161-4/+12
* | staging: dgnc: Fix no spaces before tabs checkpath warningKonrad Zapalowicz2014-08-161-3/+3
* | staging: dgnc: Fix externs should be avoided in the .c filesKonrad Zapalowicz2014-08-161-45/+39Star
|/
* staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee2014-08-017-93/+1Star
* staging: dgnc: rephrase commentSeunghun Lee2014-08-011-4/+4
* staging: dgnc: removes unused if defined codeSeunghun Lee2014-07-313-65/+0Star