summaryrefslogtreecommitdiff
path: root/drivers/staging/dgnc
Commit message (Expand)AuthorAgeFilesLines
* staging:dgnc: Removed assignments from if statements.Chi Pham2014-03-172-5/+10
* staging: dgnc: replace unnecessary while() with if()Daeseok Youn2014-03-171-22/+19
* staging: dgnc: Fix quoted string split across lines warningGulsah Kose2014-03-161-7/+4
* Staging: dgnc: fix indentation in dgnc_mgmt.cIulia Manda2014-03-131-3/+6
* Staging:dgnc: Fixed space prohibited between function name and '('Iulia Manda2014-03-101-2/+2
* Staging:dgnc: Use uaccess.h header from linux dir instead of asmIulia Manda2014-03-101-1/+1
* Stagind:dgnc: Fixed unnecessary braces for single statement blocksIulia Manda2014-03-101-6/+3
* Staging:dgnc: Fixed else not following close brace errorIulia Manda2014-03-101-2/+1
* staging:dgnc: Replace printk by pr_warnHimangi Saraogi2014-03-081-1/+1
* Staging: dgnc: Fix struct file_operations should normally be constMonam Agarwal2014-03-071-1/+1
* drivers: dgnc: Include appropriate header file in dgnc_trace.cRashika Kheria2014-01-081-0/+1
* staging: dgnc: fix checkpatch.pl usage of comparison with jiffiesstalinsrinivasan.s2013-12-201-1/+1
* staging: dgnc: fix checkpatch.pl usage of volatile.stalinsrinivasan.s2013-12-201-1/+6
* staging: dgnc: fix 80 characters per line limitation and code indent warnings.stalinsrinivasan.s2013-12-201-105/+139
* Staging: dgnc: dgnc_trace.c: fixed coding style issuesAldo Iljazi2013-12-031-9/+9
* Staging: dgnc: avoiding buffer overflowAshvini Varatharaj2013-10-191-1/+1
* Staging: dgnc: removing the comparison 'board<0'Ashvini Varatharaj2013-10-191-1/+1
* staging: dgnc: braces {} are not necessary for single statement in dgnc_driver.cArchana kumari2013-10-191-2/+1
* staging: dgnc:Removed unecessary error messages in dgnc_driver.cArchana kumari2013-10-191-2/+0
* staging: dgnc: braces {} are not necessary for single statement in dgnc_cls.cArchana kumari2013-10-171-14/+7
* staging:dgnc:Fixes use of deprecated headers in dgnc_cls.cArchana kumari2013-10-161-1/+1
* staging: dgnc: dgnc_tty: Do not use 0 for NULL pointerSachin Kamat2013-10-111-1/+1
* staging: dgnc: changes arguments in sizeofLidza Louina2013-10-053-15/+15
* staging: dgnc: Remove KERNEL_VERSION checkSachin Kamat2013-09-301-5/+0
* staging: dgnc: Remove casting the return value which is a void pointerJingoo Han2013-09-262-13/+13
* staging: dgnc: removes LINUX_VERSION_CODE conditionalsLidza Louina2013-09-253-95/+2
* Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman2013-09-251-2/+2
|\
| * staging: dgnc: fix potential format string flawKees Cook2013-09-171-2/+2
* | staging: dgnc: Fix typo in staging/dgncMasanari Iida2013-09-175-7/+7
* | staging: dgnc: removes parentheses around return statementsLidza Louina2013-09-176-236/+236
* | staging: dgnc: renames board_t to dgnc_boardLidza Louina2013-09-178-82/+82
|/
* staging: dgnc: adds TODOLidza Louina2013-08-301-0/+17
* staging: dgnc: driver.c and .h: removes dgnc_driver_kzmalloc funcLidza Louina2013-08-272-16/+0
* staging: dgnc: driver.c and tty.c: replaces dgnc_driver_kzmalloc with kzallocLidza Louina2013-08-272-13/+13
* 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: neo.c: changes param in neo_read_eeprom function for sparseLidza Louina2013-08-261-1/+1
* staging: dgnc: cls.c: changes var in cls_vpd function for sparseLidza Louina2013-08-261-1/+1
* staging: dgnc: driver.h: changes a struct board_t var's type and marker for s...Lidza Louina2013-08-261-1/+1
* staging: dgnc: neo_uart_struct: adds marker and changes vars' types for sparseLidza Louina2013-08-262-22/+22
* staging: dgnc: cls_uart_struct: adds marker and changes vars' types for sparseLidza Louina2013-08-262-9/+9
* staging: dgnc: Kconfig: add dependency PCI for itChen Gang2013-08-261-1/+1
* staging: dgnc: driver.c: removes dgnc_mbuf functionLidza Louina2013-08-221-40/+0
* staging: dgnc: driver.c: Need to include slab.hTushar Behera2013-08-221-0/+1
* staging: dgnc: tty.c: fixes code indent errorLidza Louina2013-08-211-78/+78
* staging: dgnc: sysfs.c: fixes code indent errorLidza Louina2013-08-211-2/+2
* staging: dgnc: neo.c: fixes code indent errorLidza Louina2013-08-211-23/+23
* staging: dgnc: driver.h: fixes code indent errorLidza Louina2013-08-211-15/+15
* staging: dgnc: driver.c: fixes code indent errorLidza Louina2013-08-211-35/+35
* staging: dgnc: fixes struct declarationLidza Louina2013-08-212-4/+2