1. dfc2b00 staging: dgnc: Remove unneeded dgnc_trace.c and dgnc_trace.h by Seunghun Lee · 10 years ago
  2. 83f053d staging: dgnc: rephrase comment by Seunghun Lee · 10 years ago
  3. e325f66 staging: dgnc: removes unused if defined code by Seunghun Lee · 10 years ago
  4. 645b031 staging: dgnc: remove commented code by Seunghun Lee · 10 years ago
  5. fc1cfd3 staging: dgnc: Fix space required after that ',' by Seunghun Lee · 10 years ago
  6. 5813104 staging: dgnc: Remove all C99 comments by Seunghun Lee · 10 years ago
  7. 635c4ef staging: dgnc: DGNC_VERIFY_BOARD macro in do while block by Jeremiah Mahler · 10 years ago
  8. f420c6c staging: dgnc: remove redundant memset call by Daeseok Youn · 10 years ago
  9. 354579c staging: dgnc: removes unreachable code by Daeseok Youn · 10 years ago
  10. 3098e51 staging: dgnc: Fix unsigned value for less than zero by Daeseok Youn · 10 years ago
  11. 5b4af85 staging: dgnc: remove redundant null check for kfree() by Daeseok Youn · 10 years ago
  12. 78adbb2 staging: dgnc_driver.c: code style fixes by Guillaume Morin · 10 years ago
  13. 07467e5 Staging: dgnc: fixed brace coding style issue in dgnc_driver.c by Vincent Heuken · 10 years ago
  14. 7879be8 staging: dgnc: Use time_after_eq() by Manuel Schölling · 10 years ago
  15. 9cdf838 staging: dgnc: dgnc_tty: Remove a prohibited space by Masaru Nomura · 10 years ago
  16. a82477c staging: dgnc: dgnc_tty: Add a required space by Masaru Nomura · 10 years ago
  17. 50667c6 staging: dgnc: Remove extra curly braces by Masaru Nomura · 10 years ago
  18. 33cfbaf staging: dgnc: dgnc_neo: Clean up if statement by Masaru Nomura · 10 years ago
  19. 2000c58 staging: dgnc: Put else statements on the right line by Masaru Nomura · 10 years ago
  20. c80561e staging: dgnc: UART_IIR_XOFF code is buggy by Dan Carpenter · 10 years ago
  21. 0f33ae1 staging: dgnc: use dev_err() instead of printk() by Martin Kepplinger · 10 years ago
  22. 36aa10a staging: dgnc: redundant NULL checks before kfree() by Vitaly Osipov · 10 years ago
  23. 3f28896 Staging: dgnc: dgnc_driver: fixed incorrect braces by Son P. Nguyen · 10 years ago
  24. 2b46be6 staging: dgnc: cleanup dgnc_finalize_board_init() by Antoine Sirinelli · 10 years ago
  25. f7c851d staging:dgnc: Removed assignments from if statements. by Chi Pham · 10 years ago
  26. 93c76c9 staging: dgnc: replace unnecessary while() with if() by Daeseok Youn · 10 years ago
  27. d522924 staging: dgnc: Fix quoted string split across lines warning by Gulsah Kose · 10 years ago
  28. 0469c74 Staging: dgnc: fix indentation in dgnc_mgmt.c by Iulia Manda · 10 years ago
  29. 3393fe9 Staging:dgnc: Fixed space prohibited between function name and '(' by Iulia Manda · 10 years ago
  30. 8dd64ac Staging:dgnc: Use uaccess.h header from linux dir instead of asm by Iulia Manda · 10 years ago
  31. 969fbc8 Stagind:dgnc: Fixed unnecessary braces for single statement blocks by Iulia Manda · 10 years ago
  32. 1c1dd2a Staging:dgnc: Fixed else not following close brace error by Iulia Manda · 10 years ago
  33. cf92c9c staging:dgnc: Replace printk by pr_warn by Himangi Saraogi · 10 years ago
  34. 2066547 Staging: dgnc: Fix struct file_operations should normally be const by Monam Agarwal · 10 years ago
  35. f4ad847 drivers: dgnc: Include appropriate header file in dgnc_trace.c by Rashika Kheria · 11 years ago
  36. f0dcc9f staging: dgnc: fix checkpatch.pl usage of comparison with jiffies by stalinsrinivasan.s · 11 years ago
  37. 9979ef7 staging: dgnc: fix checkpatch.pl usage of volatile. by stalinsrinivasan.s · 11 years ago
  38. cb3714a staging: dgnc: fix 80 characters per line limitation and code indent warnings. by stalinsrinivasan.s · 11 years ago
  39. 5ba21c4 Staging: dgnc: dgnc_trace.c: fixed coding style issues by Aldo Iljazi · 11 years ago
  40. f32eca7 Staging: dgnc: avoiding buffer overflow by Ashvini Varatharaj · 11 years ago
  41. e15b0c4 Staging: dgnc: removing the comparison 'board<0' by Ashvini Varatharaj · 11 years ago
  42. a275823 staging: dgnc: braces {} are not necessary for single statement in dgnc_driver.c by Archana kumari · 11 years ago
  43. 4ee0925 staging: dgnc:Removed unecessary error messages in dgnc_driver.c by Archana kumari · 11 years ago
  44. 3d47910 staging: dgnc: braces {} are not necessary for single statement in dgnc_cls.c by Archana kumari · 11 years ago
  45. 4a75ffa staging:dgnc:Fixes use of deprecated headers in dgnc_cls.c by Archana kumari · 11 years ago
  46. 968a4e9 staging: dgnc: dgnc_tty: Do not use 0 for NULL pointer by Sachin Kamat · 11 years ago
  47. a07bf39 staging: dgnc: changes arguments in sizeof by Lidza Louina · 11 years ago
  48. d90ed81 staging: dgnc: Remove KERNEL_VERSION check by Sachin Kamat · 11 years ago
  49. 0e4f66b staging: dgnc: Remove casting the return value which is a void pointer by Jingoo Han · 11 years ago
  50. b74c746 staging: dgnc: removes LINUX_VERSION_CODE conditionals by Lidza Louina · 11 years ago
  51. e2aad1d Merge 3.12-rc2 into staging-next. by Greg Kroah-Hartman · 11 years ago
  52. 79e30af staging: dgnc: Fix typo in staging/dgnc by Masanari Iida · 11 years ago
  53. 8f90ef8 staging: dgnc: removes parentheses around return statements by Lidza Louina · 11 years ago
  54. 03425f5 staging: dgnc: renames board_t to dgnc_board by Lidza Louina · 11 years ago
  55. 5418ae3 staging: dgnc: fix potential format string flaw by Kees Cook · 11 years ago
  56. c211148 staging: dgnc: adds TODO by Lidza Louina · 11 years ago
  57. f230586 staging: dgnc: driver.c and .h: removes dgnc_driver_kzmalloc func by Lidza Louina · 11 years ago
  58. 52f9d66 staging: dgnc: driver.c and tty.c: replaces dgnc_driver_kzmalloc with kzalloc by Lidza Louina · 11 years ago
  59. a7a7538 staging: dgnc: tty.c: updates uart_struct declaration for sparse by Lidza Louina · 11 years ago
  60. e7f1c93 staging: dgnc: tty.c: edits var in init func for sparse by Lidza Louina · 11 years ago
  61. c2ac546 staging: dgnc: neo.c: changes param in neo_read_eeprom function for sparse by Lidza Louina · 11 years ago
  62. 68b146e staging: dgnc: cls.c: changes var in cls_vpd function for sparse by Lidza Louina · 11 years ago
  63. 7915dea staging: dgnc: driver.h: changes a struct board_t var's type and marker for sparse by Lidza Louina · 11 years ago
  64. 2587771a staging: dgnc: neo_uart_struct: adds marker and changes vars' types for sparse by Lidza Louina · 11 years ago
  65. 2ea550b staging: dgnc: cls_uart_struct: adds marker and changes vars' types for sparse by Lidza Louina · 11 years ago
  66. b0b15cb staging: dgnc: Kconfig: add dependency PCI for it by Chen Gang · 11 years ago
  67. 8287ac0 staging: dgnc: driver.c: removes dgnc_mbuf function by Lidza Louina · 11 years ago
  68. 68a5a5f staging: dgnc: driver.c: Need to include slab.h by Tushar Behera · 11 years ago
  69. 90d2a47 staging: dgnc: tty.c: fixes code indent error by Lidza Louina · 11 years ago
  70. 0a60eb3 staging: dgnc: sysfs.c: fixes code indent error by Lidza Louina · 11 years ago
  71. 00804f7 staging: dgnc: neo.c: fixes code indent error by Lidza Louina · 11 years ago
  72. 5a62025 staging: dgnc: driver.h: fixes code indent error by Lidza Louina · 11 years ago
  73. eae9842 staging: dgnc: driver.c: fixes code indent error by Lidza Louina · 11 years ago
  74. ba48f61 staging: dgnc: fixes struct declaration by Lidza Louina · 11 years ago
  75. 58b905b staging: dgnc: tty.c: fixes pointer syntax by Lidza Louina · 11 years ago
  76. 4cfa730 staging: dgnc: removes CVS code from files by Lidza Louina · 11 years ago
  77. 0a0ba85 staging: dgnc: dpacompat.h: removes trailing whitespace by Lidza Louina · 11 years ago
  78. b8f5472 staging: dgnc: digi.h: removes trailing whitespace by Lidza Louina · 11 years ago
  79. 8b07d52 staging: dgnc: tty.c: removes trailing whitespace by Lidza Louina · 11 years ago
  80. cfa4ccc staging: dgnc: trace.c: removes trailing whitespace by Lidza Louina · 11 years ago
  81. abbb82d staging: dgnc: sysfs.h: removes trailing whitespace by Lidza Louina · 11 years ago
  82. 7a97deb staging: dgnc: sysfs.c: removes trailing whitespace by Lidza Louina · 11 years ago
  83. bae4f68 staging: dgnc: neo.h: removes trailing whitespace by Lidza Louina · 11 years ago
  84. 5ba5b89 staging: dgnc: neo.c: removes trailing whitespace by Lidza Louina · 11 years ago
  85. 0986cda staging: dgnc: mgmt.c: removes trailing whitespace by Lidza Louina · 11 years ago
  86. 013c951 staging: dgnc: kcompat.h: removes trailing whitespace by Lidza Louina · 11 years ago
  87. 4c1c56e staging: dgnc: driver.h: removes trailing whitespace by Lidza Louina · 11 years ago
  88. 817b784 staging: dgnc: driver.c: removes trailing whitespace by Lidza Louina · 11 years ago
  89. 1ef56a4 staging: dgnc: cls.h: removes trailing whitespace by Lidza Louina · 11 years ago
  90. 5ca46fd staging: dgnc: cls.c: removes trailing whitespace by Lidza Louina · 11 years ago
  91. 62a86e5 staging: dgnc: removes ifdef HAVE_UNLOCKED_IOCTL conditionals by Lidza Louina · 11 years ago
  92. f1900e7 staging: dgnc: driver.c: fixes warning about assigning pointer by Lidza Louina · 11 years ago
  93. 35cf904 staging: dgnc: removes proc code by Lidza Louina · 11 years ago
  94. 100013f staging: dgnc: removes read_cnt, real_raw, rawreadok and buf by Lidza Louina · 11 years ago
  95. a31cefa staging: dgnc: fixes ioctl param list by Lidza Louina · 11 years ago
  96. 9b03ffa staging: dgcn: removes unnecessary commands in ioctl by Lidza Louina · 11 years ago
  97. 5857a0b staging: dgnc: dereferences ts var in dgnc_tty_close() by Lidza Louina · 11 years ago
  98. bf0f2eb staging: dgnc: fixes tty_port and tty_struct params by Lidza Louina · 11 years ago
  99. 22e3de7 staging: dgnc: fixes termios error by Lidza Louina · 11 years ago
  100. d27727b staging: dgnc: removes Makefile.inc by Lidza Louina · 11 years ago