1. 5e1a619 staging: comedi: comedi_fc.h: begin migration to comedidev.h by Ian Abbott · 9 years ago
  2. 4e9adfb staging: comedi: comedi_pci.h: move PCI stuff out of comedidev.h by Ian Abbott · 9 years ago
  3. 43db062 staging: comedi: add 'pacer' member to struct comedi_device by H Hartley Sweeten · 9 years ago
  4. aedd2e8 staging: comedi: comedi_pcmcia.h: move PCMCIA stuff out of comedidev.h by Ian Abbott · 10 years ago
  5. c7d623d staging: comedi: comedi_usb.h: move USB stuff out of comedidev.h by Ian Abbott · 10 years ago
  6. 84bb0bc staging: comedi: comedidev.h: add namespace to the subdevice "runflags" by H Hartley Sweeten · 10 years ago
  7. 738e1e1 staging: comedi: comedidev.h: remove unused "polling" function prototypes by H Hartley Sweeten · 10 years ago
  8. a35ccfe staging: comedi: comedidev.h: remove unused "minor bits" information by H Hartley Sweeten · 10 years ago
  9. f615915 staging: comedi: drivers: introduce comedi_nsamples_left() by H Hartley Sweeten · 10 years ago
  10. 2ee3775 staging: comedi: drivers: introduce comedi_nscans_left() by H Hartley Sweeten · 10 years ago
  11. d51b365 staging: comedi: comedidev.h: remove some #ifdefs by Ian Abbott · 10 years ago
  12. 5aa1491 staging: comedi: comedidev.h: remove dummy PCI support functions by Ian Abbott · 10 years ago
  13. 1dacbe5 staging: comedi: comedidev.h: add 'scans_done' member to comedi_async by H Hartley Sweeten · 10 years ago
  14. c39e050 staging: comedi: remove use of 'bytes_per_sample()' by H Hartley Sweeten · 10 years ago
  15. bf33eb4 staging: comedi: introduce some sample size manipulation functions by Ian Abbott · 10 years ago
  16. 8f90726 staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer() by H Hartley Sweeten · 10 years ago
  17. 0ce64e6 staging: comedi: comedi_buf: remove comedi_buf_put() by H Hartley Sweeten · 10 years ago
  18. 5438da8 staging: comedi: comedi_buf: introduce comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  19. aa26e46 staging: comedi: comedi_buf: don't export comedi_buf_memcpy_to() by H Hartley Sweeten · 10 years ago
  20. 9e2093d staging: comedi: comedi_buf: dont't export comedi_buf_memcpy_from() by H Hartley Sweeten · 10 years ago
  21. 04c4166 staging: comedi: comedi_buf: remove comedi_buf_get() by H Hartley Sweeten · 10 years ago
  22. 2b3e13b staging: comedi: comedi_buf: remove export of comedi_read_array_from_buffer() by H Hartley Sweeten · 10 years ago
  23. 4455d7c staging: comedi: comedi_buf: introduce comedi_buf_read_samples() by H Hartley Sweeten · 10 years ago
  24. 781f933 staging: comedi: comedidev.h: clarify async->event error/cancel detection by H Hartley Sweeten · 10 years ago
  25. bb856b6 staging: comedi: comedidev.h: don't expose COMEDI_CB_* defines to userspace by H Hartley Sweeten · 10 years ago
  26. bfa9fac staging: comedi: add comedi_read_array_from_buffer() by Ian Abbott · 10 years ago
  27. ea29c1d staging: comedi: add comedi_write_array_to_buffer() by Ian Abbott · 10 years ago
  28. 5a78035 staging: comedi: add comedi_handle_events() by Ian Abbott · 10 years ago
  29. 2b4e1f6 staging: comedi: add comedi_inc_scan_progress() by Ian Abbott · 10 years ago
  30. f146fe6 staging: comedi: add comedi_bytes_per_scan() by Ian Abbott · 10 years ago
  31. aee4475 staging: comedi: remove comedi_board() by Ian Abbott · 10 years ago
  32. aac307f staging: comedi: comedi_pci: introduce comedi_pci_detach() by H Hartley Sweeten · 10 years ago
  33. d276206 staging: comedi: add a 'readback' member to comedi_subdevice by H Hartley Sweeten · 10 years ago
  34. d7e6dc1 staging: comedi: add an 'mmio' member to comedi_device by H Hartley Sweeten · 10 years ago
  35. d546b89 staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change) by H Hartley Sweeten · 10 years ago
  36. 57a4f4c staging: comedi: comedidev.h: remove unused callbacks from comedi_subdevice by H Hartley Sweeten · 10 years ago
  37. 710a182 staging: comedi: comedidev.h: checkpatch.pl --strict cleanup by H Hartley Sweeten · 10 years ago
  38. 6b362f5 staging: comedi: remove comedi_error() by H Hartley Sweeten · 10 years ago
  39. a8b677c staging: comedi: comedidev.h: introduce some 'range_is_external' helpers by H Hartley Sweeten · 10 years ago
  40. cb3aada staging: comedi: removing not useful `else` after return by Kinka Huang · 10 years ago
  41. f4f3f7c staging: comedi: introduce comedi_buf_n_bytes_ready() by H Hartley Sweeten · 10 years ago
  42. 55d128b staging: comedi: describe struct comedi_async by Ian Abbott · 10 years ago
  43. a5897f7 staging: comedi: remove in_request_module by Ian Abbott · 10 years ago
  44. 2891911 staging: comedi: remove subdevice member of struct comedi_async by Ian Abbott · 10 years ago
  45. e9edef3 staging: comedi: pass subdevice to comedi_buf_read_n_available() by Ian Abbott · 10 years ago
  46. f1df866 staging: comedi: pass subdevice to comedi_buf_read_free() by Ian Abbott · 10 years ago
  47. d13be55 staging: comedi: pass subdevice to comedi_buf_read_alloc() by Ian Abbott · 10 years ago
  48. 940dd35 staging: comedi: pass subdevice to comedi_buf_write_free() by Ian Abbott · 10 years ago
  49. 24e894b staging: comedi: pass subdevice to comedi_buf_write_alloc() by Ian Abbott · 10 years ago
  50. 2fadffc0 staging: comedi: pass subdevice to comedi_buf_memcpy_from() by Ian Abbott · 10 years ago
  51. 00603a9 staging: comedi: pass subdevice to comedi_buf_memcpy_to() by Ian Abbott · 10 years ago
  52. 458c13e staging: comedi: pass subdevice to comedi_buf_get() by Ian Abbott · 10 years ago
  53. 3672eff staging: comedi: pass subdevice to comedi_buf_put() by Ian Abbott · 10 years ago
  54. 0cb4c151 Staging: comedi: Fix unnecessary space after function pointer by Monam Agarwal · 10 years ago
  55. 9150640 staging: comedi: introduce comedi_timeout() by H Hartley Sweeten · 10 years ago
  56. 04b5650 comedi: Humusoft MF634 and MF624 DAQ cards driver by Rostislav Lisovy · 11 years ago
  57. 2690103 staging: comedi: remove DPRINTK macro by H Hartley Sweeten · 11 years ago
  58. d260169 staging: comedi: remove comedi_debug module parameter by H Hartley Sweeten · 11 years ago
  59. af93da3 staging: comedi: protect buffer from being freed while mmapped by Ian Abbott · 11 years ago
  60. 49445b9 staging: comedi: remove comedi_dev_from_minor() by Ian Abbott · 11 years ago
  61. b449c1c staging: comedi: add comedi_dev_get_from_minor() by Ian Abbott · 11 years ago
  62. 5b13ed9 staging: comedi: add a kref to comedi device by Ian Abbott · 11 years ago
  63. ef77c0b staging: comedi: add detachment counter for validity checks by Ian Abbott · 11 years ago
  64. 2f3fdcd staging: comedi: add rw_semaphore to protect against device detachment by Ian Abbott · 11 years ago
  65. ab3cb2e staging: comedi: add a couple of #includes to comedidev.h by Ian Abbott · 11 years ago
  66. c265be0 staging: comedi: remove unused command callback support by Ian Abbott · 11 years ago
  67. 0a6fd02 staging: comedi: use unsigned samples for comedi_buf_put()/get() by Ian Abbott · 11 years ago
  68. cd94d28 staging: comedi: remove 'settling_time_0' from subdevice by Ian Abbott · 11 years ago
  69. 64d9b1d staging: comedi: remove unused 'channel flags' support by Ian Abbott · 11 years ago
  70. 4916211 staging: comedi: core: introduce comedi_chan_range_is_{bi,uni}polar() by H Hartley Sweeten · 11 years ago
  71. f0b215d staging: comedi: core: introduce comedi_offset_munge() by H Hartley Sweeten · 11 years ago
  72. 05e60b1 staging: comedi: drivers: introduce comedi_dio_update_state() by H Hartley Sweeten · 11 years ago
  73. 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
  74. e523c6c staging: comedi: drivers: introduce comedi_dio_insn_config() by H Hartley Sweeten · 11 years ago
  75. 99ac7cc Revert "staging: comedi: core: introduce comedi_dio_insn_config()" by Greg Kroah-Hartman · 11 years ago
  76. 4f76463 staging: comedi: core: introduce comedi_dio_insn_config() by H Hartley Sweeten · 11 years ago
  77. 12197de pci_ids.h: move PCI_VENDOR_ID_AMCC here by Ian Abbott · 11 years ago
  78. 99c0e26 staging: comedi: return void from comedi_driver_unregister() by Ian Abbott · 11 years ago
  79. ce157f8 staging: comedi: don't rely on comedidev.h to include headers by H Hartley Sweeten · 11 years ago
  80. 0bdab50 staging: comedi: use comedi_alloc_devpriv() by H Hartley Sweeten · 11 years ago
  81. 54db996 staging: comedi: drivers: introduce comedi_alloc_devpriv() by H Hartley Sweeten · 11 years ago
  82. 0480bcb staging: comedi: have comedi_set_spriv() allocate the memory by H Hartley Sweeten · 11 years ago
  83. 588ba6d staging: comedi: drivers: let core handle freeing s->private by H Hartley Sweeten · 11 years ago
  84. e3693fd staging: comedi: introduce comedi_range_is_{bi,uni}polar() by H Hartley Sweeten · 11 years ago
  85. 61dd149 staging: comedi: introduce comedi_to_usb_dev() by H Hartley Sweeten · 11 years ago
  86. d569541 staging: comedi: ni_pcidio: use comedi_load_firmware() by H Hartley Sweeten · 11 years ago
  87. 9ff8b15 staging: comedi: drivers: generalize comedi_load_firmware() by H Hartley Sweeten · 11 years ago
  88. 641f064 staging: comedi: remove FSF address from boilerplate text by H Hartley Sweeten · 11 years ago
  89. 316f97f staging: comedi: drivers: introduce comedi_legacy_detach() by H Hartley Sweeten · 11 years ago
  90. 2f69915 staging: comedi: introduce, and use, comedi_spriv_free() by H Hartley Sweeten · 11 years ago
  91. ca8b296 staging: comedi: drivers: refactor comedi_request_region() by H Hartley Sweeten · 11 years ago
  92. f375ac5 staging: comedi: drivers: introduce comedi_request_region() by H Hartley Sweeten · 11 years ago
  93. eda5682 staging: comedi: move COMEDI_NUM_MINORS and COMEDI_FIRST_SUBDEVICE_MINOR by Ian Abbott · 11 years ago
  94. 2c71c4f staging: comedi: range: introduce some simple mA ranges by H Hartley Sweeten · 11 years ago
  95. 5f8eb72 staging: comedi: range: introduce range_unipolar2_5 by H Hartley Sweeten · 11 years ago
  96. 00ca6884 staging: comedi: add 'ioenabled' flag to device by Ian Abbott · 11 years ago
  97. 13f12b5 staging: comedi: make 'in_request_module' a bool bit-field by Ian Abbott · 11 years ago
  98. a7401cd staging: comedi: make 'dev->attached' a bool bit-field by Ian Abbott · 11 years ago
  99. 818f569 staging: comedi_pci: pass comedi_device to comedi_pci_enable() by H Hartley Sweeten · 11 years ago
  100. 7f072f5 staging: comedi_pci: make comedi_pci_disable() safe to call by H Hartley Sweeten · 11 years ago