summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.c
Commit message (Expand)AuthorAgeFilesLines
* staging: dgnc: delete successive assignments to the same locationJiayi Ye2014-10-281-2/+0
* Staging: dgnc: Remove unused sniff codeSomya Anand2014-10-231-127/+0
* 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/+4
* Staging: dgnc: Remove return in void functionMahati Chamarthy2014-10-021-3/+0
* staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macrosRoberta Dobrescu2014-09-281-146/+147
* Staging: dgnc: Merge lines and remove unused variable for immediate returnVaishali Thakkar2014-09-191-4/+1
* staging: dgnc: Move open brace on previous lineRoberta Dobrescu2014-09-191-8/+4
* staging: dgnc: Do not initialise statics to 0 or NULLRoberta Dobrescu2014-09-191-1/+1
* staging: dgnc: Replace kzalloc with kcallocRoberta Dobrescu2014-09-191-4/+4
* staging: dgnc: Fix warnings relating to printk()Roberta Dobrescu2014-09-191-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/+19
* 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/+0
* staging: dgnc: remove commented codeSeunghun Lee2014-07-271-18/+0
* staging: dgnc: remove redundant memset callDaeseok Youn2014-07-091-3/+0
* staging: dgnc: removes unreachable codeDaeseok Youn2014-07-091-7/+0
* 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/+6
* staging: dgnc: dgnc_tty: Remove a prohibited spaceMasaru Nomura2014-05-241-3/+3
* staging: dgnc: dgnc_tty: Add a required spaceMasaru Nomura2014-05-241-3/+3
* staging: dgnc: Remove extra curly bracesMasaru Nomura2014-05-181-70/+40
* staging: dgnc: Put else statements on the right lineMasaru Nomura2014-05-181-24/+12
* staging:dgnc: Removed assignments from if statements.Chi Pham2014-03-171-4/+8
* staging: dgnc: replace unnecessary while() with if()Daeseok Youn2014-03-171-22/+19
* staging: dgnc: dgnc_tty: Do not use 0 for NULL pointerSachin Kamat2013-10-111-1/+1
* staging: dgnc: changes arguments in sizeofLidza Louina2013-10-051-12/+12
* staging: dgnc: removes LINUX_VERSION_CODE conditionalsLidza Louina2013-09-251-59/+2
* staging: dgnc: Fix typo in staging/dgncMasanari Iida2013-09-171-2/+2
* staging: dgnc: removes parentheses around return statementsLidza Louina2013-09-171-106/+106
* staging: dgnc: renames board_t to dgnc_boardLidza Louina2013-09-171-19/+19
* staging: dgnc: driver.c and tty.c: replaces dgnc_driver_kzmalloc with kzallocLidza Louina2013-08-271-10/+10
* staging: dgnc: tty.c: updates uart_struct declaration for sparseLidza Louina2013-08-271-3/+3
* staging: dgnc: tty.c: edits var in init func for sparseLidza Louina2013-08-261-1/+1
* staging: dgnc: tty.c: fixes code indent errorLidza Louina2013-08-211-78/+78
* staging: dgnc: tty.c: fixes pointer syntaxLidza Louina2013-08-211-2/+2
* staging: dgnc: removes CVS code from filesLidza Louina2013-08-211-1/+0
* staging: dgnc: tty.c: removes trailing whitespaceLidza Louina2013-08-211-89/+89
* staging: dgnc: removes read_cnt, real_raw, rawreadok and bufLidza Louina2013-08-141-112/+43
* staging: dgnc: fixes ioctl param listLidza Louina2013-08-141-2/+2
* staging: dgcn: removes unnecessary commands in ioctlLidza Louina2013-08-141-34/+0
* staging: dgnc: dereferences ts var in dgnc_tty_close()Lidza Louina2013-08-141-1/+1
* staging: dgnc: fixes tty_port and tty_struct paramsLidza Louina2013-08-141-7/+7
OpenPOWER on IntegriCloud