1. 6e41175 staging: dgnc: dgnc_cls.c: Replaced udelay by usleep_range by Jitendra Kumar Khasdev · 9 years ago
  2. f7f2b10 Staging: dgnc: dgnc_tty: Typo error dgnc_wmove comment by Nizam Haider · 9 years ago
  3. 0135149 Staging: dgnc: dgnc_neo.c Braces {} should be used on all arms of this statement by Nizam Haider · 9 years ago
  4. 5bff5d9 driver:staging:dgnc Fix spaces preferred around that ... by Bogicevic Sasa · 9 years ago
  5. b4f286a9 Staging: dgnc: Remove unused #include header file by Shraddha Barke · 9 years ago
  6. f4edff5 staging: dgnc: dgnc_driver: Remove useless initialisation by Amitoj Kaur Chawla · 9 years ago
  7. d09c1b9 staging: dgnc: dgnc_tty: Remove useless initialisation by Amitoj Kaur Chawla · 9 years ago
  8. 51c826f staging: dgnc: Fix lines over 80 characters by Cristina Moraru · 9 years ago
  9. 4b61843 staging/dgnc: fix info leak in ioctl by Salva Peiró · 9 years ago
  10. 36e712a staging: dgnc: simplify a trivial if-return sequence by Parshuram Thombare · 9 years ago
  11. 7df227c staging: dgnc: remove parenthesis by Sudip Mukherjee · 9 years ago
  12. e352d3f staging: dgnc: alignment style by Sudip Mukherjee · 9 years ago
  13. 6f41825 staging: dgnc: remove space after cast by Sudip Mukherjee · 9 years ago
  14. 205fc1f staging: dgnc: remove blankline after brace by Sudip Mukherjee · 9 years ago
  15. 40215dd staging: dgnc: remove blankline before brace by Sudip Mukherjee · 9 years ago
  16. 9753007 staging: dgnc: remove multiple blank lines by Sudip Mukherjee · 9 years ago
  17. 51abf45c staging: dgnc: take a lock when storing value in dgnc_poll_tick by Salah Triki · 9 years ago
  18. 6d99d6a staging: dgnc: remove dgnc_init_globals function by Sudip Mukherjee · 9 years ago
  19. 482e191 staging: dgnc: remove initialization of global by Sudip Mukherjee · 9 years ago
  20. e24bb0e staging: dgnc: remove NULL test by Sudip Mukherjee · 9 years ago
  21. 60acb62 staging: dgnc: change style of NULL comparison by Sudip Mukherjee · 9 years ago
  22. 2d9920e staging: dgnc: remove unused variables by Sudip Mukherjee · 9 years ago
  23. 851f306 staging: dgnc: Fix line over 80 characters warning by Cristina Moraru · 9 years ago
  24. c76d294 staging: dgnc: Fix indentation warning by Cristina Moraru · 9 years ago
  25. 4ddc2f0 staging: dgnc: Fixed line over 80 characters long by Anjali Menon · 9 years ago
  26. 35bb99b staging: dgnc: Remove unnecessary externs by Joe Perches · 9 years ago
  27. f3c709b Staging: dgnc: dgnc_driver.h: remove unnecessary comments by Navy Cheng · 9 years ago
  28. 7f5ad01 staging: dgnc: free memory allocated by Hari Prasath Gujulan Elango · 9 years ago
  29. d8a76d6 staging: dgnc: fix typo in comments secion by Hari Prasath Gujulan Elango · 9 years ago
  30. 0aae092 staging: dgnc: remove ununsed Macro by Hari Prasath Gujulan Elango · 9 years ago
  31. 7960386 staging: dgnc: delete all references to 'flipbuf' by Gujulan Elango, Hari Prasath (H.) · 9 years ago
  32. 8ad524f staging: dgnc: fix line length over 80 chars in dgnc_sysfs.c by Wim de With · 9 years ago
  33. b2d3977 Staging: dgnc: fixed coding style issue in digi.h by Buţiu Alexandru Octavian · 9 years ago
  34. eef94f6 staging: dgnc: remove redundant check by Giedrius Statkevičius · 9 years ago
  35. a74d8e2 staging: dgnc: remove dead code in dgnc_tty_write() by Giedrius Statkevičius · 9 years ago
  36. 071494d staging: dgnc: remove redundant !ch checks by Giedrius Statkevičius · 9 years ago
  37. ce2927e staging: dgnc: don't forget to check if ->channels[i] is NULL in dgnc_tty_uninit() by Giedrius Statkevičius · 9 years ago
  38. fa52d96 staging: dgnc: clean up allocation of ->channels[i] by Giedrius Statkevičius · 9 years ago
  39. 86b4e7e staging: dgnc: remove some dead code from dgnc_tty.c by Giedrius Statkevičius · 9 years ago
  40. 69e98df Staging: fixed multiple spelling errors. by Carlos E. Garcia · 9 years ago
  41. c471c98 staging: dgnc_sysfs: Replace printk(KERN_ERR ) with pr_err() by Ioana Ciornei · 9 years ago
  42. c754ff9 dgnc: Clean up dgnc_sysfs.h by Giedrius Statkevičius · 9 years ago
  43. 3b84f2d dgnc: remove unused stuff from dgnc_cls.h by Giedrius Statkevičius · 9 years ago
  44. 20dad75 dgnc: remove old 2.4-2.6 compat kernel defines by Giedrius Statkevičius · 9 years ago
  45. d533a52 dgnc: use linux/types.h instead of dgnc_types.h by Giedrius Statkevičius · 9 years ago
  46. 850b41f dgnc: get rid of dpacompat.h, move remaining stuff to digi.h by Giedrius Statkevičius · 9 years ago
  47. 944b3ad dgnc: clean up digi.h by Giedrius Statkevičius · 9 years ago
  48. f82d189 dgnc: remove unused dgnc_ioctl_name() command by Giedrius Statkevičius · 9 years ago
  49. 4bef52f staging: dgnc: some off by one bugs by Dan Carpenter · 9 years ago
  50. 5ec29365 Staging: dgnc: release the lock before testing for nullity by Quentin Lambert · 9 years ago
  51. c84a083 Staging: dgnc: Use goto for spinlock release before return by Quentin Lambert · 9 years ago
  52. f6a14cf Staging: dgnc: Use goto for error handling by Quentin Lambert · 9 years ago
  53. 64e784c Staging: dgnc: Remove redundant parentheses by Somya Anand · 9 years ago
  54. 9f9de64 Staging: dgnc: dgnc_driver: Add a missing call to dgnc_tty_uninit by Quentin Lambert · 9 years ago
  55. 1f2e089 dgnc: clean up comments at start of files by Giedrius Statkevičius · 9 years ago
  56. d7f355d dgnc: Remove unneeded dgnc_state array of strings by Giedrius Statkevičius · 9 years ago
  57. 2e363be staging: dgnc: Use kcalloc instead of kzalloc. by Navya Sri Nizamkari · 9 years ago
  58. cb1185a staging: dgnc: off by one in dgnc_mgmt_ioctl() by Dan Carpenter · 9 years ago
  59. 65da04c dgnc: Make all lines under 80 characters in dgnc_driver.c by Giedrius Statkevičius · 9 years ago
  60. e9210a0 dgnc: Make all lines under 80 characters in dgnc_cls.h by Giedrius Statkevičius · 9 years ago
  61. 85c748d dgnc: Remove redundant blank lines in dgnc_cls.c by Giedrius Statkevičius · 9 years ago
  62. f11cc56 dgnc: Move DG_PART definition from Makefile to dgnc_driver.h by Cass May · 9 years ago
  63. fd933ba dgnc: Remove superfluous EXTRA_CFLAGS variable by Cass May · 9 years ago
  64. a3d81a3 drivers: staging: dgnc: Replace min with min_t by Darshana Padmadas · 9 years ago
  65. 5f9dca1 Staging: dgnc: Fix checking return value of register_chrdev by Salah Triki · 9 years ago
  66. 834d867 staging: dgnc: fix braces {} are not necessary for single statement blocks by Salah Triki · 9 years ago
  67. f40e06f Staging: dgnc: Replace printk() with dev_dbg() by Cristina Opriceana · 9 years ago
  68. c28645e Staging: dgnc: Replace printk with dev_err by Cristina Opriceana · 9 years ago
  69. b0487a7 Staging: dgnc: Removed trailing whitespace by Gamze POLAT · 9 years ago
  70. 38e0c9d staging: dgnc: replace init_timer by setup_timer by Aya Mahfouz · 9 years ago
  71. 371ec40 Staging: dgnc: Fix warning of code style by Vatika Harlalka · 9 years ago
  72. 9e39ab2 Staging: dgnc: Removed trailing whitespace to improve readability. by Vatika Harlalka · 9 years ago
  73. 985d251 Staging: dgnc: Indented code to increase readability by Vatika Harlalka · 9 years ago
  74. 2be90fe drivers/staging: use current->state helpers by Davidlohr Bueso · 10 years ago
  75. 6f6304b Staging: dgnc: fixed some coding style errors by Andrew Milkovich · 10 years ago
  76. 60e2788 staging: dgnc: fix long lines in PCI device table by Krzysztof Adamski · 10 years ago
  77. d7312aa staging: dgnc: implement proper error handling in dgnc_start() by Alexey Khoroshilov · 10 years ago
  78. fc33bd2 staging: dgnc: Remove useless cast on void pointer by Tapasweni Pathak · 10 years ago
  79. ac611dc staging: dgnc: dgnc_kcompat.h: remove unused macro by Aya Mahfouz · 10 years ago
  80. 2a71a3c staging: dgnc: remove debug symbols by Aya Mahfouz · 10 years ago
  81. ade5b94 staging: dgnc: remove unused variable named rawreadok by Aya Mahfouz · 10 years ago
  82. 6db43a9 staging: dgnc: dgnc_driver: remove all occurences of trcbuf_size by Aya Mahfouz · 10 years ago
  83. 8a43572 staging: dgnc: dgnc_kcompat.h: remove unused macros by Aya Mahfouz · 10 years ago
  84. 308c32f staging: dgnc: delete successive assignments to the same location by Jiayi Ye · 10 years ago
  85. 36beff6 Staging: dgnc: Remove unused sniff code by Somya Anand · 10 years ago
  86. feba47a staging: dgnc: Remove space before tabs by Dilek Uzulmez · 10 years ago
  87. 1f26adc staging: dgnc: Remove non-standard APR/RAPR printing macros by Roberta Dobrescu · 10 years ago
  88. ca5dd0b Staging: dgnc: Compress two lines of code into one. by Heena Sirwani · 10 years ago
  89. 683a52a Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  90. 446393e staging: dgnc: Fix do not add new typedefs by Ebru Akagunduz · 10 years ago
  91. 3fad964 staging: dgnc: Fix no spaces at the start of a line in dpacompat.h by Yeliz Taneroglu · 10 years ago
  92. 0eaa02e Staging: dgnc: Add missing blank line by Mahati Chamarthy · 10 years ago
  93. 3c4019d Staging: dgnc: Remove unnecessary braces by Mahati Chamarthy · 10 years ago
  94. c313fe2 Staging: dgnc: Remove return in void function by Mahati Chamarthy · 10 years ago
  95. ac90800 Staging: dgnc: Remove space before parenthesis by Mahati Chamarthy · 10 years ago
  96. b4e28a6 staging: dgnc: dgnc_driver.h: Remove non-standard spinlock's macros by Roberta Dobrescu · 10 years ago
  97. 66663dc staging: dgnc: dgnc_driver.c: Replace non-standard spinlock's macros by Roberta Dobrescu · 10 years ago
  98. 7be869b staging: dgnc: dgnc_neo.c: Replace non-standard spinlock's macros by Roberta Dobrescu · 10 years ago
  99. a44b508 staging: dgnc: dgnc_tty.c: Replace non-standard spinlock's macros by Roberta Dobrescu · 10 years ago
  100. 9a03d7c staging: dgnc: dgnc_mgmt.c: Replace non-standard spinlock's macros by Roberta Dobrescu · 10 years ago