1. 1a55f38 staging: comedi: drivers: usbduxfast: don't print error when allocating urb fails by Wolfram Sang · 8 years ago
  2. 27a9069 Staging: comedi: Use mutex instead of semaphore in usbduxfast.c by Ksenija Stanojevic · 9 years ago
  3. e48c9c2 staging: comedi: usbduxfast: remove unnecessary clearing of private data by H Hartley Sweeten · 9 years ago
  4. 42293db staging: comedi: usbduxfast: absorb usbduxfast_attach_common() by H Hartley Sweeten · 9 years ago
  5. 7c79c014 staging: comedi: usbduxfast: remove unnecessary semaphore down/up by H Hartley Sweeten · 9 years ago
  6. a05e94b staging: comedi: usbduxfast: document strange ai maxdata by H Hartley Sweeten · 9 years ago
  7. 7b0fc5b staging: comedi: usbduxfast: use a common exit path in ai (*do_cmd) by H Hartley Sweeten · 9 years ago
  8. c748deb staging: comedi: usbduxfast: tidy up the conversion timing validation by H Hartley Sweeten · 9 years ago
  9. fe0d96b staging: comedi: usbduxfast: TRIG_EXT is only valid for cmd->start_src by H Hartley Sweeten · 9 years ago
  10. d636f87 staging: comedi: usbduxfast: TRIG_EXT only works for 1 or 16 channels by H Hartley Sweeten · 9 years ago
  11. 24b8378 staging: comedi: usbduxfast: fix multi-line comment by H Hartley Sweeten · 9 years ago
  12. 2696154 staging: comedi: usbduxfast: use preferred kernel types by H Hartley Sweeten · 9 years ago
  13. fd9fe1f staging: comedi: usbduxfast: remove impossible 'if (!devpriv)' checks by H Hartley Sweeten · 9 years ago
  14. db1876f staging: comedi: usbduxfast: only chanlist of 1, 2, 3, or 16 are supported by H Hartley Sweeten · 9 years ago
  15. 99555fc staging: comedi: usbduxfast: chanlist check is Step 5 of (*do_cmdtest) by H Hartley Sweeten · 9 years ago
  16. f53398e staging: comedi: usbduxfast: remove #include "comedi_fc.h" by Ian Abbott · 9 years ago
  17. c8f4b98 staging: comedi: drivers/*.c: remove unnecessary blank lines by H Hartley Sweeten · 10 years ago
  18. d3f8395 staging: comedi: usbduxfast: include new "comedi_usb.h" header by Ian Abbott · 10 years ago
  19. 504a1aa staging: comedi: usbduxfast: rewrite "Devices:" line by Ian Abbott · 10 years ago
  20. 979f999 staging: comedi: usbduxfast: use comedi_async 'scans_done' to detect AI EOA by H Hartley Sweeten · 10 years ago
  21. c39e050 staging: comedi: remove use of 'bytes_per_sample()' by H Hartley Sweeten · 10 years ago
  22. a7d3de75 staging: comedi: drivers do not need to reset the async->cur_chan by H Hartley Sweeten · 10 years ago
  23. f81ac41 staging: comedi: usbduxfast: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  24. 7c88f9f staging: comedi: usbduxfast: introduce usbduxfast_ai_handle_urb() by H Hartley Sweeten · 10 years ago
  25. 533de0f staging: comedi: usbduxfast: updated address details by Bernd Porr · 10 years ago
  26. 99284f2 staging: comedi: usbduxfast: adding missing break in case statement by Bernd Porr · 10 years ago
  27. 42f4acd staging: comedi: usbduxfast: convert pr_err() to dev_err() by H Hartley Sweeten · 10 years ago
  28. 71cf2b4 staging: comedi: usbduxfast: remove unreachable code in usbduxfast_ai_cmd() by H Hartley Sweeten · 10 years ago
  29. 61ff470 staging: comedi: usbduxfast: remove 'ai_continuous' from private data by H Hartley Sweeten · 10 years ago
  30. 9519459 staging: comedi: usbduxfast: fix the cmd->start_arg validation and use by H Hartley Sweeten · 10 years ago
  31. 9ebe26c staging: comedi: usbduxfast: remove TRIG_TIMER from scan_begin_src by H Hartley Sweeten · 11 years ago
  32. a5e99e1 staging: comedi: usbduxfast: 'cmd->chanlist_len' was already validataed by H Hartley Sweeten · 11 years ago
  33. 885a947 staging: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  34. 67b3b78 staging: comedi: usbduxfast: tidy up comedi_lrange tables by H Hartley Sweeten · 11 years ago
  35. 0bdab50 staging: comedi: use comedi_alloc_devpriv() by H Hartley Sweeten · 11 years ago
  36. f9eb8a3 staging: comedi: usbduxfast: use comedi_load_firmware() by H Hartley Sweeten · 11 years ago
  37. 0a92de2 staging: comedi: usbduxfast: use comedi_to_usb_dev() by H Hartley Sweeten · 11 years ago
  38. dabf2aa staging: comedi: usbduxfast: tidy up usbduxfast_ai_insn_read() by H Hartley Sweeten · 11 years ago
  39. 17fdeba staging: comedi: usbduxfast: introduce usbduxfast_cmd_data() by H Hartley Sweeten · 11 years ago
  40. ebe9f1c staging: comedi: usbduxfast: rename usbduxfastsub_submit_InURBs() by H Hartley Sweeten · 11 years ago
  41. bbb2d2d staging: comedi: usbduxfast: rename CamelCase 'minSamplPer' by H Hartley Sweeten · 11 years ago
  42. fbe38a8b staging: comedi: usbduxfast: consolidate the firmware upload by H Hartley Sweeten · 11 years ago
  43. dcd29f5 staging: comedi: usbduxfast: move usbduxfast_upload_firmware() by H Hartley Sweeten · 11 years ago
  44. 1b4997e staging: comedi: usbduxfast: tidy up firmwareUpload() by H Hartley Sweeten · 11 years ago
  45. 060f215 staging: comedi: usbduxfast: fix a > 80 char line issue by H Hartley Sweeten · 11 years ago
  46. ce976fd staging: comedi: usbduxfast: tidy up usbduxfast_ai_cancel() by H Hartley Sweeten · 11 years ago
  47. 32fa46b staging: comedi: usbduxfast: tidy up usbduxfast_ai_stop() by H Hartley Sweeten · 11 years ago
  48. cb8c003 staging: comedi: usbduxfast: tidy up usbduxfastsub_unlink_InURBs() by H Hartley Sweeten · 11 years ago
  49. 665ff8d staging: comedi: usbduxfast: tidy up send_dux_commands() by H Hartley Sweeten · 11 years ago
  50. 3056b10 staging: comedi: usbduxfast: remove extra dev_err() messages by H Hartley Sweeten · 11 years ago
  51. 5659e24 staging: comedi: usbduxfast: rename 'dux_commands' in private data by H Hartley Sweeten · 11 years ago
  52. ef8e084 staging: comedi: usbduxfast: rename 'transfer_buffer' in private data by H Hartley Sweeten · 11 years ago
  53. 5ee182a staging: comedi: usbduxfast: rename 'insnBuffer' from private data by H Hartley Sweeten · 11 years ago
  54. da58c26 staging: comedi: usbduxfast: rename 'urbIn' in private data by H Hartley Sweeten · 11 years ago
  55. a4f2e0f staging: comedi: usbduxfast: remove 'usb' from the private data by H Hartley Sweeten · 11 years ago
  56. a71a65b staging: comedi: usbduxfast: remove 'intf' from the private data by H Hartley Sweeten · 11 years ago
  57. 106af99 staging: comedi: usbduxfast: use dev->class_dev for all dev_{level} messages by H Hartley Sweeten · 11 years ago
  58. 14bcafe staging: comedi: usbduxfast: remove 'comedidev' from the private data by H Hartley Sweeten · 11 years ago
  59. da63c39 staging: comedi: usbduxfast: don't pass the private data directly by H Hartley Sweeten · 11 years ago
  60. 01245e7 staging: comedi: usbduxfast: remove 'ifnum' from private data by H Hartley Sweeten · 11 years ago
  61. 7c346c2 staging: comedi: usbduxfast: remove 'attached' from private data by H Hartley Sweeten · 11 years ago
  62. 50a4cf9 staging: comedi: usbduxfast: remove 'probed' from private data by H Hartley Sweeten · 11 years ago
  63. 38bf7ba staging: comedi: usbduxfast: absorb tidy_up() into the (*detach) by H Hartley Sweeten · 11 years ago
  64. 8f210c0 staging: comedi: usbduxfast: remove some unused defines by H Hartley Sweeten · 11 years ago
  65. 2d719c9 staging: comedi: usbduxfast: Move usb_driver (*probe) into comedi_driver by H Hartley Sweeten · 11 years ago
  66. 0c4ab67 staging: comedi: usbduxfast: Use comedi_usb_auto_unconfig() for (*disconnect) by H Hartley Sweeten · 11 years ago
  67. f8eb27e staging: comedi: usbduxfast: tidy up usbduxfastsub_ai_Irq() by H Hartley Sweeten · 11 years ago
  68. ba6205d staging: comedi: usbduxfast: remove all COMEDI_DEBUG messages by H Hartley Sweeten · 11 years ago
  69. 9576028 staging: comedi: usbduxfast: tidy up usbduxfast_attach_common() by H Hartley Sweeten · 11 years ago
  70. 2e7a309 staging: comedi: usbduxfast: remove 'owner' from usb_driver by H Hartley Sweeten · 11 years ago
  71. 7aa41c3 staging: comedi: usbduxfast: rename usbduxfastsub_s variables by H Hartley Sweeten · 11 years ago
  72. e4a8ecc staging: comedi: usbduxfast: rename usb_device variables by H Hartley Sweeten · 11 years ago
  73. a35fd8a staging: comedi: usbduxfast: rename usb_interface variables by H Hartley Sweeten · 11 years ago
  74. ca88c09 staging: comedi: usbduxfast: use a local var for the usbduxfastsub_s by H Hartley Sweeten · 11 years ago
  75. 64bf88bf staging: comedi: usbduxfast: remove COMEDI_DEBUG noise in usb (*probe) by H Hartley Sweeten · 11 years ago
  76. 998bb7b staging: comedi: usbduxfast: request firmware synchronously by H Hartley Sweeten · 11 years ago
  77. 641f064 staging: comedi: remove FSF address from boilerplate text by H Hartley Sweeten · 11 years ago
  78. 5993f3a2 staging: comedi: remove unnecessary dev->board_name initialization by H Hartley Sweeten · 11 years ago
  79. 161f440 staging: comedi: drivers: usbduxfast.c: fix for DMA buffers on stack by Kumar Amit Mehta · 12 years ago
  80. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 12 years ago
  81. 55ab4f6 staging: comedi: comedi_usb: allow comedi usb drivers to pass a 'context' by H Hartley Sweeten · 12 years ago
  82. 9309c47 staging: comedi: usbduxfast: use cfc_check_trigger_arg_*() helpers by H Hartley Sweeten · 12 years ago
  83. 54327dd staging: comedi: usbduxfast: remove unused variable in usbduxfastsub_ai_Irq() by Wei Yongjun · 12 years ago
  84. 807e65b staging: comedi/drivers: use auto_attach instead of attach_usb by Ian Abbott · 12 years ago
  85. 1bbffe7 staging:comedi: Use pr_ or dev_ printks in drivers/usbduxfaxt.c by YAMANE Toshiaki · 12 years ago
  86. 0a00ab9 staging/comedi: Use pr_ or dev_ printks in drivers/usbduxfast.c by YAMANE Toshiaki · 12 years ago
  87. 27020ff staging: comedi: drivers: use comedi_fc.h cmdtest helpers by H Hartley Sweeten · 12 years ago
  88. 4e5ba2f staging: comedi: usbduxfast: remove usbduxfast_attach by H Hartley Sweeten · 12 years ago
  89. bbea99d staging: comedi: usbduxfast: remove subdevice pointer math by H Hartley Sweeten · 12 years ago
  90. e74f7fc staging: comedi: usbduxfast: Declare MODULE_FIRMWARE usage by Tim Gardner · 12 years ago
  91. 4c8ba91 staging: comedi: usbduxfast: refactor init code by H Hartley Sweeten · 12 years ago
  92. cb9513a staging: comedi: usbduxfast: use module_comedi_usb_driver() by H Hartley Sweeten · 12 years ago
  93. 185f9aa staging: comedi: usbduxfast: use attach_usb() hook by Ian Abbott · 12 years ago
  94. 8b6c569 staging: comedi: propogate error code from comedi_alloc_subdevices by H Hartley Sweeten · 12 years ago
  95. eea6838 staging: comedi: remove the "Allocate the subdevice..." comments by H Hartley Sweeten · 12 years ago
  96. 0e4039f staging: comedi: remove the comed_alloc_subdevices "allocation failed" messages by H Hartley Sweeten · 12 years ago
  97. fba1d0f staging: comedi: only set dev->n_subdevices when kcalloc succeedes by H Hartley Sweeten · 12 years ago
  98. 2f0b9d0 staging: comedi: export alloc_subdevices as comedi_alloc_subdevices by H Hartley Sweeten · 12 years ago
  99. 484ecc9 staging: comedi: cleanup all the comedi_driver 'detach' functions by H Hartley Sweeten · 12 years ago
  100. e265af1 Staging: comedi: fix line over 80 character issue in usbduxfast.c by Ravishankar Karkala Mallikarjunayya · 12 years ago