1. 9291975 staging: line6: variax.c: Eliminated remaining strict_stroul()s by Johannes Thumshirn · 12 years ago
  2. cdf5e55 staging: line6: pcm.c: Changed simple_strtoul to kstrtoint by Johannes Thumshirn · 12 years ago
  3. 0650178 staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_midi_postprocess() by Johannes Thumshirn · 12 years ago
  4. a4fb7d5 staging: line6: Changed strict_strtoul() to kstrtou8() in pod_set_channel() by Johannes Thumshirn · 12 years ago
  5. 1d0e834 staging: line6: Exchanged strict_strtoul with kstrtou8() in pod.c:pod_resolve() by Johannes Thumshirn · 12 years ago
  6. 336cab9 staging: line6: control.c eliminate strict_strtoul() in pod_set_param_int() by Johannes Thumshirn · 12 years ago
  7. 8d6b7f7 staging: line6: changed interface of pod_send_channel() by Johannes Thumshirn · 12 years ago
  8. 317e188 staging: line6: adjusted interface of line6_send_program() by Johannes Thumshirn · 12 years ago
  9. 5b9bd2a staging: line6: changed interface of line6_pod_transmit_parameter() by Johannes Thumshirn · 12 years ago
  10. 1383ec4 staging: line6: Changed some strict_strtouls to kstrtou8 by Johannes Thumshirn · 12 years ago
  11. 2471c09 staging: line6: changed interface of line6_transmit_parameter() by Johannes Thumshirn · 12 years ago
  12. 0f64507 staging: line6/config.h: Delete unused header by Johannes Thumshirn · 12 years ago
  13. c15974e staging: line6/config.h: Remove CHECKPOINT macro by Johannes Thumshirn · 12 years ago
  14. 82a74d4 staging: line6/pcm.c: Removed trailing whitespace by Johannes Thumshirn · 12 years ago
  15. bc8fa14 staging: line6/midi.c: Added space between switch and open parenthesis by Johannes Thumshirn · 12 years ago
  16. 8878451 staging: line6/midibuf.c changed printk(KERN_DEBUG, ... to pr_debug( by Johannes Thumshirn · 12 years ago
  17. aa8f827 staging: line6: toneport.c: remove err() usage by Greg Kroah-Hartman · 12 years ago
  18. 4a63136 Staging: line6: use module_usb_driver() by Greg Kroah-Hartman · 12 years ago
  19. 15a89dc Staging: line6: remove teardown code from module_exit path by Greg Kroah-Hartman · 12 years ago
  20. c46b8a6 Staging: line6: only allocate a buffer if it is needed by Greg Kroah-Hartman · 12 years ago
  21. 305b876 Staging: line6: remove unneeded initialization by Greg Kroah-Hartman · 12 years ago
  22. 0ca5488 staging: line6: separate handling of buffer allocation and stream startup by Markus Grabner · 13 years ago
  23. 12177ac staging: line6: use source select control for UX2 devices by Markus Grabner · 13 years ago
  24. 3784129 staging: line6: removed obsolete code by Markus Grabner · 13 years ago
  25. 6b02a17e staging: line6: fixed ALSA/PCM interaction by Markus Grabner · 13 years ago
  26. 665f3f5 staging: line6: wait for urbs in snd_line6_prepare() by Stefan Hajnoczi · 13 years ago
  27. 188e664 staging: line6: eliminate useless NULL checks by Stefan Hajnoczi · 13 years ago
  28. 153e387 staging: line6: eliminate useless index_out variable by Stefan Hajnoczi · 13 years ago
  29. 2f637ee staging: line6: fix playback urb transfer buffer calculation by Stefan Hajnoczi · 13 years ago
  30. 60c01a9 staging: line6: fix memory leak in .hw_params() by Stefan Hajnoczi · 13 years ago
  31. 4c6fb5f staging/line6: refactor device information and add POD HD 500 by Markus Grabner · 13 years ago
  32. 3b35de4 staging/line6: Remove obsolete code by Markus Grabner · 13 years ago
  33. 251c394 Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul by Andor Daam · 13 years ago
  34. 4d85fae Staging: line6/midi.c: Fixed call of obsolete function strict_strtoul by Andor Daam · 13 years ago
  35. 4bd8b4d Staging: line6: NULL dereference in dev_err() by Dan Carpenter · 13 years ago
  36. cff8638 Staging: line6: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  37. 140e28b staging: line6: alloc/free buffers in hw_params/hw_free by Stefan Hajnoczi · 13 years ago
  38. 3b08db3 staging: line6: use smallest iso ep packet size by Stefan Hajnoczi · 13 years ago
  39. 1dc403f staging: line6: add missing MIDI postprocessing case for POD HD300 by Stefan Hajnoczi · 13 years ago
  40. 16dc104 staging: line6: add Pod HD300 support by Stefan Hajnoczi · 13 years ago
  41. 982d6ab line6: fix memory leaks in line6_init_midi() by Jesper Juhl · 13 years ago
  42. 8e336a7 staging: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/staging users. by Paul Gortmaker · 13 years ago
  43. c5cbebf drivers/staging/line6/driver.c: Drop unneeded put functions. by Julia Lawall · 13 years ago
  44. 43c04d4 staging: line6: Remove NULL check before kfree by Ilia Mirkin · 13 years ago
  45. 597a1e7 staging/line6: Fix sparse warning 'Using plain integer as NULL pointer' by Peter Huewe · 14 years ago
  46. a3a972a Staging: line6: fix up my fixup for some sysfs attribute permissions by Greg Kroah-Hartman · 14 years ago
  47. 2018845 Staging: line6: fix up some sysfs attribute permissions by Greg Kroah-Hartman · 14 years ago
  48. 1954cbf Staging: line6: Makefile: replace the use of <module>-objs with <module>-y by Tracey Dent · 14 years ago
  49. 027360c Staging: line6: minor coding style cleanups by Greg Kroah-Hartman · 14 years ago
  50. 79be725 staging: line6: remove unneeded EXPORT_SYMBOL() usage by Greg Kroah-Hartman · 14 years ago
  51. c7fcf25 Staging: line6: workaround for null pointer bug by Markus Grabner · 14 years ago
  52. e1a164d Staging: line6: another upstream sync by Markus Grabner · 14 years ago
  53. 1027f476 staging: line6: sync with upstream by Markus Grabner · 14 years ago
  54. e928c07 Staging: line6: needs to select SND_PCM by Randy Dunlap · 14 years ago
  55. ab366c1 Staging: line6: fix leaks in line6_probe() by Kulikov Vasiliy · 14 years ago
  56. 94002c0 Staging: Use kmemdup by Julia Lawall · 14 years ago
  57. 1e18c0d Staging: line6: driver: fix up sparse warnings by Greg Kroah-Hartman · 14 years ago
  58. c98aaf8 Staging: line6: rewrote inline comments in control.h by Johan Meiring · 14 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  60. 0f7cf00 Staging: line6: variax.c: fixed a space a "x ? a : b" coding style issue by Sylvain Trias · 14 years ago
  61. a457732 staging: make USB device id constant by Németh Márton · 15 years ago
  62. 334a33d staging: line6: Convert simple_strtoul to strict_strtoul in midi.c by Shawn Bohrer · 15 years ago
  63. 7e4d5c1 staging: line6: Convert simple_strtoul to strict_strtoul in pod.c by Shawn Bohrer · 15 years ago
  64. c0e6e7c staging: line6: Convert simple_strtoul to strict_strtoul in variax.c by Shawn Bohrer · 15 years ago
  65. bb950a1 staging: line6: Convert simple_strtol to strict_strtol in toneport.c by Shawn Bohrer · 15 years ago
  66. 63a4a8b staging: line6: Lindent and fix some checkpatch warnings in toneport.c by Shawn Bohrer · 15 years ago
  67. afb9091 staging: line6: Fix checkpatch warnings in pcm.c by Shawn Bohrer · 15 years ago
  68. 49da3dd staging: line6: Convert simple_strtoul() to strict_strtoul in control.c by Shawn Bohrer · 15 years ago
  69. 2a20bf6 staging: line6: Fix some checkpatch warnings in control.c by Shawn Bohrer · 15 years ago
  70. acdc1021 staging: line6: Lindent control.c by Shawn Bohrer · 15 years ago
  71. df30c0f staging: line6: Fix checkpatch errors in capture.c by Shawn Bohrer · 15 years ago
  72. e0645d6 staging: line6: Lindent and fix checkpatch warnings in capture.c by Shawn Bohrer · 15 years ago
  73. 7f66fe5 staging: line6: Fix checkpatch errors in playback.c by Shawn Bohrer · 15 years ago
  74. 45af497 staging: line6: Lindent and fix checkpatch warnings in playback.c by Shawn Bohrer · 15 years ago
  75. 034f585 Staging: line6: fix printk formats by Randy Dunlap · 15 years ago
  76. d722a51 Staging: line6 driver.c: factorize code and cleanups by Frederik Deweerdt · 15 years ago
  77. c2f5e9d Staging: line6: ffzb returns an unsigned integer by Frederik Deweerdt · 15 years ago
  78. e1769b3 Staging: line6: pod.c: style cleanups by Frederik Deweerdt · 15 years ago
  79. b6ac161 Staging: ARRAY_SIZE changes by Stoyan Gaydarov · 15 years ago
  80. a405f43 Staging: line6: convert to snd_card_create() by Alexander Beregalov · 15 years ago
  81. bbe364d Staging: line6: fix build error, select SND_RAWMIDI by Randy Dunlap · 15 years ago
  82. 9cd57f7 Staging: line6: fix checkpatch errors in variax.c by Greg Kroah-Hartman · 15 years ago
  83. 6353773 Staging: line6: fix checkpatch errors in toneport.c by Greg Kroah-Hartman · 15 years ago
  84. 68dc3dd Staging: line6: fix checkpatch errors in pcm.c by Greg Kroah-Hartman · 15 years ago
  85. ce9b490 Staging: line6: fix checkpatch errors in midibuf.c by Greg Kroah-Hartman · 15 years ago
  86. d7e3733 Staging: line6: fix checkpatch errors in midi.c by Greg Kroah-Hartman · 15 years ago
  87. 766f9d2 Staging: line6: fix checkpatch errors in dumprequest.c by Greg Kroah-Hartman · 15 years ago
  88. 36445bc Staging: line6: fix checkpatch errors in driver.c by Greg Kroah-Hartman · 15 years ago
  89. dfc7056 Staging: line6: fix checkpatch errors in audio.c by Greg Kroah-Hartman · 15 years ago
  90. 0fdef36 Staging: line6: fix checkpatch errors in pod.c by Greg Kroah-Hartman · 15 years ago
  91. 010f378 Staging: line6: fix checkpatch errors in playback.c by Greg Kroah-Hartman · 15 years ago
  92. 9a92fad Staging: line6: fix checkpatch errors in control.c by Greg Kroah-Hartman · 15 years ago
  93. 6efc566 Staging: line6: fix checkpatch errors in capture.c by Greg Kroah-Hartman · 15 years ago
  94. a49e483 Staging: line6: coding style cleanups for .h files. by Greg Kroah-Hartman · 15 years ago
  95. 536165d Staging: line6: fix up NULL assignment mistakes by Greg Kroah-Hartman · 15 years ago
  96. b702ed25 Staging: line6: static function cleanups by Greg Kroah-Hartman · 15 years ago
  97. 4cb8f30 Staging: line6: remove KERNEL_VERSION checks by Greg Kroah-Hartman · 15 years ago
  98. 0c7ab15 Staging: line6: remove PT_REGS by Greg Kroah-Hartman · 15 years ago
  99. 77491e5 Staging: line6: remove DEVICE_ATTRIBUTE by Greg Kroah-Hartman · 15 years ago
  100. 7e60fcb Staging: line6: depends on SND by Randy Dunlap · 15 years ago