aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-24dgnc: use linux/types.h instead of dgnc_types.hGiedrius Statkevičius1-5/+5
2015-03-24dgnc: get rid of dpacompat.h, move remaining stuff to digi.hGiedrius Statkevičius1-1/+0
2015-03-24staging: dgnc: some off by one bugsDan Carpenter1-1/+1
2015-03-18Staging: dgnc: release the lock before testing for nullityQuentin Lambert1-1/+1
2015-03-12Staging: dgnc: Use goto for spinlock release before returnQuentin Lambert1-25/+23
2015-03-12dgnc: clean up comments at start of filesGiedrius Statkevičius1-15/+0
2015-03-06staging: dgnc: fix braces {} are not necessary for single statement blocksSalah Triki1-4/+0
2014-10-28staging: dgnc: delete successive assignments to the same locationJiayi Ye1-2/+0
2014-10-23Staging: dgnc: Remove unused sniff codeSomya Anand1-127/+0
2014-10-20staging: dgnc: Remove space before tabsDilek Uzulmez1-1/+1
2014-10-20staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu1-4/+11
2014-10-02staging: dgnc: Fix do not add new typedefsEbru Akagunduz1-4/+4
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: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu1-146/+147
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-02staging: dgnc: split two assignments into the two assignments on two lines.Seunghun Lee1-3/+6
2014-09-02staging: dgnc: Fix sleeping under spinlock bugKonrad Zapalowicz1-1/+1
2014-08-30staging: dgnc: Fix checkpatch include warningKieron Browne1-1/+1
2014-08-30staging: dgnc: remove DPR Macros and related codes.Seunghun Lee1-230/+19
2014-08-16staging: dgnc: Move utility functions out of dgnc_driver.cKonrad Zapalowicz1-0/+1
2014-08-16staging: dgnc: Fix frame size is larger than 1024BKonrad Zapalowicz1-4/+12
2014-08-01staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee1-1/+0
2014-07-27staging: dgnc: remove commented codeSeunghun Lee1-18/+0
2014-07-09staging: dgnc: remove redundant memset callDaeseok Youn1-3/+0
2014-07-09staging: dgnc: removes unreachable codeDaeseok Youn1-7/+0
2014-07-09staging: dgnc: Fix unsigned value for less than zeroDaeseok Youn1-3/+3
2014-07-09staging: dgnc: remove redundant null check for kfree()Daeseok Youn1-12/+6
2014-05-24staging: dgnc: dgnc_tty: Remove a prohibited spaceMasaru Nomura1-3/+3
2014-05-24staging: dgnc: dgnc_tty: Add a required spaceMasaru Nomura1-3/+3
2014-05-18staging: dgnc: Remove extra curly bracesMasaru Nomura1-70/+40
2014-05-18staging: dgnc: Put else statements on the right lineMasaru Nomura1-24/+12
2014-03-17staging:dgnc: Removed assignments from if statements.Chi Pham1-4/+8
2014-03-17staging: dgnc: replace unnecessary while() with if()Daeseok Youn1-22/+19
2013-10-11staging: dgnc: dgnc_tty: Do not use 0 for NULL pointerSachin Kamat1-1/+1
2013-10-05staging: dgnc: changes arguments in sizeofLidza Louina1-12/+12
2013-09-25staging: dgnc: removes LINUX_VERSION_CODE conditionalsLidza Louina1-59/+2
2013-09-17staging: dgnc: Fix typo in staging/dgncMasanari Iida1-2/+2
2013-09-17staging: dgnc: removes parentheses around return statementsLidza Louina1-106/+106
2013-09-17staging: dgnc: renames board_t to dgnc_boardLidza Louina1-19/+19
2013-08-27staging: dgnc: driver.c and tty.c: replaces dgnc_driver_kzmalloc with kzallocLidza Louina1-10/+10
2013-08-27staging: dgnc: tty.c: updates uart_struct declaration for sparseLidza Louina1-3/+3
2013-08-26staging: dgnc: tty.c: edits var in init func for sparseLidza Louina1-1/+1
2013-08-21staging: dgnc: tty.c: fixes code indent errorLidza Louina1-78/+78
2013-08-21staging: dgnc: tty.c: fixes pointer syntaxLidza Louina1-2/+2