summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c
Commit message (Expand)AuthorAgeFilesLines
* staging: dgnc: dgnc_tty: Remove useless initialisationAmitoj Kaur Chawla2015-10-171-1/+1
* staging: dgnc: simplify a trivial if-return sequenceParshuram Thombare2015-10-131-4/+1Star
* staging: dgnc: remove parenthesisSudip Mukherjee2015-10-131-7/+7
* staging: dgnc: alignment styleSudip Mukherjee2015-10-131-13/+13
* staging: dgnc: remove space after castSudip Mukherjee2015-10-131-12/+12
* staging: dgnc: remove blankline after braceSudip Mukherjee2015-10-131-11/+0Star
* staging: dgnc: remove blankline before braceSudip Mukherjee2015-10-131-4/+0Star
* staging: dgnc: remove multiple blank linesSudip Mukherjee2015-10-131-51/+0Star
* staging: dgnc: change style of NULL comparisonSudip Mukherjee2015-10-041-3/+3
* staging: dgnc: remove unused variablesSudip Mukherjee2015-10-041-9/+2Star
* staging: dgnc: Fix line over 80 characters warningCristina Moraru2015-10-041-58/+128
* staging: dgnc: free memory allocatedHari Prasath Gujulan Elango2015-06-191-0/+4
* staging: dgnc: remove redundant checkGiedrius Statkevičius2015-05-081-6/+0Star
* staging: dgnc: remove dead code in dgnc_tty_write()Giedrius Statkevičius2015-05-081-44/+1Star
* staging: dgnc: don't forget to check if ->channels[i] is NULL in dgnc_tty_uni...Giedrius Statkevičius2015-05-081-2/+6
* staging: dgnc: clean up allocation of ->channels[i]Giedrius Statkevičius2015-05-081-16/+15Star
* staging: dgnc: remove some dead code from dgnc_tty.cGiedrius Statkevičius2015-05-081-16/+0Star
* dgnc: use linux/types.h instead of dgnc_types.hGiedrius Statkevičius2015-03-241-5/+5
* dgnc: get rid of dpacompat.h, move remaining stuff to digi.hGiedrius Statkevičius2015-03-241-1/+0Star
* staging: dgnc: some off by one bugsDan Carpenter2015-03-241-1/+1
* Staging: dgnc: release the lock before testing for nullityQuentin Lambert2015-03-181-1/+1
* Staging: dgnc: Use goto for spinlock release before returnQuentin Lambert2015-03-121-25/+23Star
* dgnc: clean up comments at start of filesGiedrius Statkevičius2015-03-121-15/+0Star
* staging: dgnc: fix braces {} are not necessary for single statement blocksSalah Triki2015-03-071-4/+0Star
* staging: dgnc: delete successive assignments to the same locationJiayi Ye2014-10-281-2/+0Star
* Staging: dgnc: Remove unused sniff codeSomya Anand2014-10-231-127/+0Star
* staging: dgnc: Remove space before tabsDilek Uzulmez2014-10-201-1/+1
* staging: dgnc: Remove non-standard APR/RAPR printing macrosRoberta Dobrescu2014-10-201-4/+11
* staging: dgnc: Fix do not add new typedefsEbru Akagunduz2014-10-021-4/+4
* 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: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-291-146/+147
* 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-021-3/+6
* staging: dgnc: Fix sleeping under spinlock bugKonrad Zapalowicz2014-09-021-1/+1
* staging: dgnc: Fix checkpatch include warningKieron Browne2014-08-301-1/+1
* staging: dgnc: remove DPR Macros and related codes.Seunghun Lee2014-08-301-230/+19Star
* staging: dgnc: Move utility functions out of dgnc_driver.cKonrad Zapalowicz2014-08-161-0/+1
* staging: dgnc: Fix frame size is larger than 1024BKonrad Zapalowicz2014-08-161-4/+12
* staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.hSeunghun Lee2014-08-011-1/+0Star
* staging: dgnc: remove commented codeSeunghun Lee2014-07-271-18/+0Star
* staging: dgnc: remove redundant memset callDaeseok Youn2014-07-091-3/+0Star
* staging: dgnc: removes unreachable codeDaeseok Youn2014-07-091-7/+0Star
* staging: dgnc: Fix unsigned value for less than zeroDaeseok Youn2014-07-091-3/+3
* staging: dgnc: remove redundant null check for kfree()Daeseok Youn2014-07-091-12/+6Star