1. ae6b086 Staging: comedi: Fix 'unsigned' warning style by Aniket Sharma · 8 years ago
  2. eb36cc2 staging: comedi: comedidev.h: spaces preferred around that '*' by Ian Abbott · 9 years ago
  3. 214e384 staging: comedi: comedidev.h: add comments to spin-lock and mutex by Ian Abbott · 9 years ago
  4. 42e5583 staging: comedi: comedidev.h: document remaining inline functions by Ian Abbott · 9 years ago
  5. 8f78264 staging: comedi: comedidev.h: tweak docs for inline functions by Ian Abbott · 9 years ago
  6. 9f2f5d3 staging: comedi: comedidev.h: tweak struct comedi_async documentation by Ian Abbott · 9 years ago
  7. 5459bc1 staging: comedi: comedidev.h: document struct comedi_lrange by Ian Abbott · 9 years ago
  8. 11a1083 staging: comedi: comedidev.h: document struct comedi_buf_map by Ian Abbott · 9 years ago
  9. 0f952fa staging: comedi: comedidev.h: document struct comedi_subdevice by Ian Abbott · 9 years ago
  10. 9ac5b44 staging: comedi: comedidev.h: document struct comedi_device by Ian Abbott · 9 years ago
  11. a3ed91f staging: comedi: comedidev.h: document struct comedi_driver by Ian Abbott · 9 years ago
  12. a871773 staging: comedi: comedidev.h: tweak kernel-doc for struct comedi_async by Ian Abbott · 9 years ago
  13. 251a16a staging: comedi: comedidev.h: use enum for COMEDI_CB_... constants by Ian Abbott · 9 years ago
  14. 2750914 staging: comedi: comedidev.h: reformat copyright comment by Ian Abbott · 9 years ago
  15. 4c05c50 staging: comedi: use BIT macro for bit shift operation by Hari Prasath Gujulan Elango · 9 years ago
  16. eb340ac staging: comedi: move COMEDI_SRF_... macros to "comedi_fops.c" by Ian Abbott · 9 years ago
  17. 8fc369a staging: comedi: wrap COMEDI_SRF_FREE_SPRIV usage by Ian Abbott · 9 years ago
  18. 5e1a619 staging: comedi: comedi_fc.h: begin migration to comedidev.h by Ian Abbott · 9 years ago
  19. 4e9adfb staging: comedi: comedi_pci.h: move PCI stuff out of comedidev.h by Ian Abbott · 9 years ago
  20. 43db062 staging: comedi: add 'pacer' member to struct comedi_device by H Hartley Sweeten · 9 years ago
  21. aedd2e8 staging: comedi: comedi_pcmcia.h: move PCMCIA stuff out of comedidev.h by Ian Abbott · 9 years ago
  22. c7d623d staging: comedi: comedi_usb.h: move USB stuff out of comedidev.h by Ian Abbott · 10 years ago
  23. 84bb0bc staging: comedi: comedidev.h: add namespace to the subdevice "runflags" by H Hartley Sweeten · 10 years ago
  24. 738e1e1 staging: comedi: comedidev.h: remove unused "polling" function prototypes by H Hartley Sweeten · 10 years ago
  25. a35ccfe staging: comedi: comedidev.h: remove unused "minor bits" information by H Hartley Sweeten · 10 years ago
  26. f615915 staging: comedi: drivers: introduce comedi_nsamples_left() by H Hartley Sweeten · 10 years ago
  27. 2ee3775 staging: comedi: drivers: introduce comedi_nscans_left() by H Hartley Sweeten · 10 years ago
  28. d51b365 staging: comedi: comedidev.h: remove some #ifdefs by Ian Abbott · 10 years ago
  29. 5aa1491 staging: comedi: comedidev.h: remove dummy PCI support functions by Ian Abbott · 10 years ago
  30. 1dacbe5 staging: comedi: comedidev.h: add 'scans_done' member to comedi_async by H Hartley Sweeten · 10 years ago
  31. c39e050 staging: comedi: remove use of 'bytes_per_sample()' by H Hartley Sweeten · 10 years ago
  32. bf33eb4 staging: comedi: introduce some sample size manipulation functions by Ian Abbott · 10 years ago
  33. 8f90726 staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer() by H Hartley Sweeten · 10 years ago
  34. 0ce64e6 staging: comedi: comedi_buf: remove comedi_buf_put() by H Hartley Sweeten · 10 years ago
  35. 5438da8 staging: comedi: comedi_buf: introduce comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  36. aa26e46 staging: comedi: comedi_buf: don't export comedi_buf_memcpy_to() by H Hartley Sweeten · 10 years ago
  37. 9e2093d staging: comedi: comedi_buf: dont't export comedi_buf_memcpy_from() by H Hartley Sweeten · 10 years ago
  38. 04c4166 staging: comedi: comedi_buf: remove comedi_buf_get() by H Hartley Sweeten · 10 years ago
  39. 2b3e13b staging: comedi: comedi_buf: remove export of comedi_read_array_from_buffer() by H Hartley Sweeten · 10 years ago
  40. 4455d7c staging: comedi: comedi_buf: introduce comedi_buf_read_samples() by H Hartley Sweeten · 10 years ago
  41. 781f933 staging: comedi: comedidev.h: clarify async->event error/cancel detection by H Hartley Sweeten · 10 years ago
  42. bb856b6 staging: comedi: comedidev.h: don't expose COMEDI_CB_* defines to userspace by H Hartley Sweeten · 10 years ago
  43. bfa9fac staging: comedi: add comedi_read_array_from_buffer() by Ian Abbott · 10 years ago
  44. ea29c1d staging: comedi: add comedi_write_array_to_buffer() by Ian Abbott · 10 years ago
  45. 5a78035 staging: comedi: add comedi_handle_events() by Ian Abbott · 10 years ago
  46. 2b4e1f6 staging: comedi: add comedi_inc_scan_progress() by Ian Abbott · 10 years ago
  47. f146fe6 staging: comedi: add comedi_bytes_per_scan() by Ian Abbott · 10 years ago
  48. aee4475 staging: comedi: remove comedi_board() by Ian Abbott · 10 years ago
  49. aac307f staging: comedi: comedi_pci: introduce comedi_pci_detach() by H Hartley Sweeten · 10 years ago
  50. d276206 staging: comedi: add a 'readback' member to comedi_subdevice by H Hartley Sweeten · 10 years ago
  51. d7e6dc1 staging: comedi: add an 'mmio' member to comedi_device by H Hartley Sweeten · 10 years ago
  52. d546b89 staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change) by H Hartley Sweeten · 10 years ago
  53. 57a4f4c staging: comedi: comedidev.h: remove unused callbacks from comedi_subdevice by H Hartley Sweeten · 10 years ago
  54. 710a182 staging: comedi: comedidev.h: checkpatch.pl --strict cleanup by H Hartley Sweeten · 10 years ago
  55. 6b362f5 staging: comedi: remove comedi_error() by H Hartley Sweeten · 10 years ago
  56. a8b677c staging: comedi: comedidev.h: introduce some 'range_is_external' helpers by H Hartley Sweeten · 10 years ago
  57. cb3aada staging: comedi: removing not useful `else` after return by Kinka Huang · 10 years ago
  58. f4f3f7c staging: comedi: introduce comedi_buf_n_bytes_ready() by H Hartley Sweeten · 10 years ago
  59. 55d128b staging: comedi: describe struct comedi_async by Ian Abbott · 10 years ago
  60. a5897f7 staging: comedi: remove in_request_module by Ian Abbott · 10 years ago
  61. 2891911 staging: comedi: remove subdevice member of struct comedi_async by Ian Abbott · 10 years ago
  62. e9edef3 staging: comedi: pass subdevice to comedi_buf_read_n_available() by Ian Abbott · 10 years ago
  63. f1df866 staging: comedi: pass subdevice to comedi_buf_read_free() by Ian Abbott · 10 years ago
  64. d13be55 staging: comedi: pass subdevice to comedi_buf_read_alloc() by Ian Abbott · 10 years ago
  65. 940dd35 staging: comedi: pass subdevice to comedi_buf_write_free() by Ian Abbott · 10 years ago
  66. 24e894b staging: comedi: pass subdevice to comedi_buf_write_alloc() by Ian Abbott · 10 years ago
  67. 2fadffc0 staging: comedi: pass subdevice to comedi_buf_memcpy_from() by Ian Abbott · 10 years ago
  68. 00603a9 staging: comedi: pass subdevice to comedi_buf_memcpy_to() by Ian Abbott · 10 years ago
  69. 458c13e staging: comedi: pass subdevice to comedi_buf_get() by Ian Abbott · 10 years ago
  70. 3672eff staging: comedi: pass subdevice to comedi_buf_put() by Ian Abbott · 10 years ago
  71. 0cb4c151 Staging: comedi: Fix unnecessary space after function pointer by Monam Agarwal · 10 years ago
  72. 9150640 staging: comedi: introduce comedi_timeout() by H Hartley Sweeten · 10 years ago
  73. 04b5650 comedi: Humusoft MF634 and MF624 DAQ cards driver by Rostislav Lisovy · 11 years ago
  74. 2690103 staging: comedi: remove DPRINTK macro by H Hartley Sweeten · 11 years ago
  75. d260169 staging: comedi: remove comedi_debug module parameter by H Hartley Sweeten · 11 years ago
  76. af93da3 staging: comedi: protect buffer from being freed while mmapped by Ian Abbott · 11 years ago
  77. 49445b9 staging: comedi: remove comedi_dev_from_minor() by Ian Abbott · 11 years ago
  78. b449c1c staging: comedi: add comedi_dev_get_from_minor() by Ian Abbott · 11 years ago
  79. 5b13ed9 staging: comedi: add a kref to comedi device by Ian Abbott · 11 years ago
  80. ef77c0b staging: comedi: add detachment counter for validity checks by Ian Abbott · 11 years ago
  81. 2f3fdcd staging: comedi: add rw_semaphore to protect against device detachment by Ian Abbott · 11 years ago
  82. ab3cb2e staging: comedi: add a couple of #includes to comedidev.h by Ian Abbott · 11 years ago
  83. c265be0 staging: comedi: remove unused command callback support by Ian Abbott · 11 years ago
  84. 0a6fd02 staging: comedi: use unsigned samples for comedi_buf_put()/get() by Ian Abbott · 11 years ago
  85. cd94d28 staging: comedi: remove 'settling_time_0' from subdevice by Ian Abbott · 11 years ago
  86. 64d9b1d staging: comedi: remove unused 'channel flags' support by Ian Abbott · 11 years ago
  87. 4916211 staging: comedi: core: introduce comedi_chan_range_is_{bi,uni}polar() by H Hartley Sweeten · 11 years ago
  88. f0b215d staging: comedi: core: introduce comedi_offset_munge() by H Hartley Sweeten · 11 years ago
  89. 05e60b1 staging: comedi: drivers: introduce comedi_dio_update_state() by H Hartley Sweeten · 11 years ago
  90. 2f01ea9 Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  91. e523c6c staging: comedi: drivers: introduce comedi_dio_insn_config() by H Hartley Sweeten · 11 years ago
  92. 99ac7cc Revert "staging: comedi: core: introduce comedi_dio_insn_config()" by Greg Kroah-Hartman · 11 years ago
  93. 4f76463 staging: comedi: core: introduce comedi_dio_insn_config() by H Hartley Sweeten · 11 years ago
  94. 12197de pci_ids.h: move PCI_VENDOR_ID_AMCC here by Ian Abbott · 11 years ago
  95. 99c0e26 staging: comedi: return void from comedi_driver_unregister() by Ian Abbott · 11 years ago
  96. ce157f8 staging: comedi: don't rely on comedidev.h to include headers by H Hartley Sweeten · 11 years ago
  97. 0bdab50 staging: comedi: use comedi_alloc_devpriv() by H Hartley Sweeten · 11 years ago
  98. 54db996 staging: comedi: drivers: introduce comedi_alloc_devpriv() by H Hartley Sweeten · 11 years ago
  99. 0480bcb staging: comedi: have comedi_set_spriv() allocate the memory by H Hartley Sweeten · 11 years ago
  100. 588ba6d staging: comedi: drivers: let core handle freeing s->private by H Hartley Sweeten · 11 years ago