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