aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-25staging: dgnc: Use time_after_eq()Manuel Schölling1-1/+2
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 Nomura2-109/+61
2014-05-18staging: dgnc: dgnc_neo: Clean up if statementMasaru Nomura1-6/+6
2014-05-18staging: dgnc: Put else statements on the right lineMasaru Nomura2-56/+28
2014-05-15staging: dgnc: UART_IIR_XOFF code is buggyDan Carpenter2-5/+0
2014-05-15staging: dgnc: use dev_err() instead of printk()Martin Kepplinger1-1/+1
2014-05-15staging: dgnc: redundant NULL checks before kfree()Vitaly Osipov1-9/+4
2014-05-15Staging: dgnc: dgnc_driver: fixed incorrect bracesSon P. Nguyen1-14/+7
2014-05-15staging: dgnc: cleanup dgnc_finalize_board_init()Antoine Sirinelli1-3/+6
2014-03-17staging:dgnc: Removed assignments from if statements.Chi Pham2-5/+10
2014-03-17staging: dgnc: replace unnecessary while() with if()Daeseok Youn1-22/+19
2014-03-16staging: dgnc: Fix quoted string split across lines warningGulsah Kose1-7/+4
2014-03-13Staging: dgnc: fix indentation in dgnc_mgmt.cIulia Manda1-3/+6
2014-03-10Staging:dgnc: Fixed space prohibited between function name and '('Iulia Manda1-2/+2
2014-03-10Staging:dgnc: Use uaccess.h header from linux dir instead of asmIulia Manda1-1/+1
2014-03-10Stagind:dgnc: Fixed unnecessary braces for single statement blocksIulia Manda1-6/+3
2014-03-10Staging:dgnc: Fixed else not following close brace errorIulia Manda1-2/+1
2014-03-08staging:dgnc: Replace printk by pr_warnHimangi Saraogi1-1/+1
2014-03-07Staging: dgnc: Fix struct file_operations should normally be constMonam Agarwal1-1/+1
2014-01-08drivers: dgnc: Include appropriate header file in dgnc_trace.cRashika Kheria1-0/+1
2013-12-20staging: dgnc: fix checkpatch.pl usage of comparison with jiffiesstalinsrinivasan.s1-1/+1
2013-12-20staging: dgnc: fix checkpatch.pl usage of volatile.stalinsrinivasan.s1-1/+6
2013-12-20staging: dgnc: fix 80 characters per line limitation and code indent warnings.stalinsrinivasan.s1-105/+139
2013-12-03Staging: dgnc: dgnc_trace.c: fixed coding style issuesAldo Iljazi1-9/+9
2013-10-19Staging: dgnc: avoiding buffer overflowAshvini Varatharaj1-1/+1
2013-10-19Staging: dgnc: removing the comparison 'board<0'Ashvini Varatharaj1-1/+1
2013-10-19staging: dgnc: braces {} are not necessary for single statement in dgnc_driver.cArchana kumari1-2/+1
2013-10-19staging: dgnc:Removed unecessary error messages in dgnc_driver.cArchana kumari1-2/+0
2013-10-17staging: dgnc: braces {} are not necessary for single statement in dgnc_cls.cArchana kumari1-14/+7
2013-10-16staging:dgnc:Fixes use of deprecated headers in dgnc_cls.cArchana kumari1-1/+1
2013-10-11staging: dgnc: dgnc_tty: Do not use 0 for NULL pointerSachin Kamat1-1/+1
2013-10-05staging: dgnc: changes arguments in sizeofLidza Louina3-15/+15
2013-09-30staging: dgnc: Remove KERNEL_VERSION checkSachin Kamat1-5/+0
2013-09-26staging: dgnc: Remove casting the return value which is a void pointerJingoo Han2-13/+13
2013-09-25staging: dgnc: removes LINUX_VERSION_CODE conditionalsLidza Louina3-95/+2
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-2/+2
2013-09-17staging: dgnc: Fix typo in staging/dgncMasanari Iida5-7/+7
2013-09-17staging: dgnc: removes parentheses around return statementsLidza Louina6-236/+236
2013-09-17staging: dgnc: renames board_t to dgnc_boardLidza Louina8-82/+82
2013-09-17staging: dgnc: fix potential format string flawKees Cook1-2/+2
2013-08-30staging: dgnc: adds TODOLidza Louina1-0/+17
2013-08-27staging: dgnc: driver.c and .h: removes dgnc_driver_kzmalloc funcLidza Louina2-16/+0
2013-08-27staging: dgnc: driver.c and tty.c: replaces dgnc_driver_kzmalloc with kzallocLidza Louina2-13/+13
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-26staging: dgnc: neo.c: changes param in neo_read_eeprom function for sparseLidza Louina1-1/+1
2013-08-26staging: dgnc: cls.c: changes var in cls_vpd function for sparseLidza Louina1-1/+1
2013-08-26staging: dgnc: driver.h: changes a struct board_t var's type and marker for sparseLidza Louina1-1/+1