1. bc3fe15 staging: comedi: split out PCI support into new module by Ian Abbott · 10 years ago
  2. ba9ac25 staging: comedi: split out USB support into new module by Ian Abbott · 10 years ago
  3. aae434b staging: comedi: split out PCMCIA support into new module by Ian Abbott · 10 years ago
  4. d51b365 staging: comedi: comedidev.h: remove some #ifdefs by Ian Abbott · 10 years ago
  5. 5aa1491 staging: comedi: comedidev.h: remove dummy PCI support functions by Ian Abbott · 10 years ago
  6. 5e62863 staging: comedi: das800: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  7. 324e213 staging: comedi: addi_apci_3120: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  8. 29ee9fb staging: comedi: usbduxsigma: use comedi_async 'scans_done' to detect AI EOA by H Hartley Sweeten · 10 years ago
  9. 4b8ffac staging: comedi: usbduxsigma: use comedi_async 'scans_done' to detect AO EOA by H Hartley Sweeten · 10 years ago
  10. 8834099 staging: comedi: usbdux: use comedi_async 'scans_done' to detect AI EOA by H Hartley Sweeten · 10 years ago
  11. 7c5fc7d staging: comedi: usbdux: use comedi_async 'scans_done' to detect AO EOA by H Hartley Sweeten · 10 years ago
  12. aee15ae staging: comedi: s626: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  13. b03130b staging: comedi: pcmuio: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  14. 09959d6 staging: comedi: pcmmio: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  15. f831de1 staging: comedi: adv_pci1710: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  16. c76844e staging: comedi: pcl818: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  17. 42dafac staging: comedi: pcl818: remove private data member 'ai_act_chan' by H Hartley Sweeten · 10 years ago
  18. 6488649 staging: comedi: pcl816: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  19. 5f6da28 staging: comedi: pcl812: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  20. 8712f90 staging: comedi: pcl711: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  21. e268240 staging: comedi: amplc_dio200_common: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  22. d1c87ce staging: comedi: addi_apci_2032: use comedi_async 'scans_done' to detect EOA by H Hartley Sweeten · 10 years ago
  23. 1dacbe5 staging: comedi: comedidev.h: add 'scans_done' member to comedi_async by H Hartley Sweeten · 10 years ago
  24. c299a67 staging: comedi: add ioctls to set per-file read and write subdevice by Ian Abbott · 10 years ago
  25. 20f083c staging: comedi: prepare support for per-file read and write subdevices by Ian Abbott · 10 years ago
  26. 4884434 staging: comedi: drivers: comedi_bond.c: Remove unneeded #define by Rickard Strandqvist · 10 years ago
  27. 2656110 staging: comedi: ni_at_a2150: use sample manipulation helpers by H Hartley Sweeten · 10 years ago
  28. 14f7b68 staging: comedi: hwdrv_apci3120: use sample manipulation helpers by H Hartley Sweeten · 10 years ago
  29. 287a143 staging: comedi: adl_pci9111: use sample manipulation helpers by H Hartley Sweeten · 10 years ago
  30. 1d3d32a staging: comedi: adl_pci9118: use sample manipulation helpers by H Hartley Sweeten · 10 years ago
  31. b7f9eb0 staging: comedi: adv_pci1710: use sample manipulation helpers by H Hartley Sweeten · 10 years ago
  32. bd508ff staging: comedi: das16: use sample manipulation helpers by H Hartley Sweeten · 10 years ago
  33. 5035a96 staging: comedi: das1800: use sample manipulation helpers by H Hartley Sweeten · 10 years ago
  34. 836b571 staging: comedi: ni_mio_common: use sample manipulation helpers by H Hartley Sweeten · 10 years ago
  35. c39e050 staging: comedi: remove use of 'bytes_per_sample()' by H Hartley Sweeten · 10 years ago
  36. 272fe8f staging: comedi: amplc_pci230: remove private data 'ai_scan_pos' by H Hartley Sweeten · 10 years ago
  37. f8736ca staging: comedi: drivers: move comedi_async 'cur_chan' tracking into the core by H Hartley Sweeten · 10 years ago
  38. c1b617e staging: comedi: ni_mio_common: remove unused variable in ni_ao_fifo_load() by H Hartley Sweeten · 10 years ago
  39. cf5d2af68 staging: comedi: icp_multi: correct insn_bits returned data for DO by Ian Abbott · 10 years ago
  40. c234566 staging: comedi: rtd520: remove private data 'chan_is_bipolar' member by H Hartley Sweeten · 10 years ago
  41. 0c8c1c0 staging: comedi: rtd520: fix ai_read_n() async->cur_chan use by H Hartley Sweeten · 10 years ago
  42. a7d3de75 staging: comedi: drivers do not need to reset the async->cur_chan by H Hartley Sweeten · 10 years ago
  43. 453fd2b staging: comedi: drivers: digital output subdevices do not need SDF_READABLE by H Hartley Sweeten · 10 years ago
  44. e002591 staging: comedi: drivers: remove inappropriate SDF_* flags from subdevices by H Hartley Sweeten · 10 years ago
  45. ef49d83 staging: comedi: drivers: replace SDF_WRITEABLE with SDF_WRITABLE by H Hartley Sweeten · 10 years ago
  46. 75f6108 staging: comedi: check actual data direction for COMEDI_BUFINFO ioctl by Ian Abbott · 10 years ago
  47. 662c722 staging: comedi: check command direction in poll() file operation by Ian Abbott · 10 years ago
  48. f739850 staging: comedi: don't allow write() on async command set up for "read" by Ian Abbott · 10 years ago
  49. f025ab9 staging: comedi: don't allow read() on async command set up for "write" by Ian Abbott · 10 years ago
  50. fb5a88e staging: comedi: ni_mio_common: don't change CMDF_WRITE flag by Ian Abbott · 10 years ago
  51. 8986d37 staging: comedi: me4000: don't clobber command flags by Ian Abbott · 10 years ago
  52. 5d070cf staging: comedi: maybe force CMDF_WRITE command flag by Ian Abbott · 10 years ago
  53. eb3a132 staging: comedi: comedi_buf: make comedi_buf_write_samples() add samples that fit by H Hartley Sweeten · 10 years ago
  54. 7cbe010 Merge 3.18-rc3 into staging-next by Greg Kroah-Hartman · 10 years ago
  55. 0a43f75 staging: comedi: das16: use spin-lock when setting timer by Ian Abbott · 10 years ago
  56. ab784e5 staging: comedi: das16: deschedule timer routine on detach by Ian Abbott · 10 years ago
  57. 238b5ad staging: comedi: fix memory leak / bad pointer freeing for chanlist by Ian Abbott · 10 years ago
  58. 0ea6fa0 staging: comedi: Kconfig: fix config COMEDI_ADDI_APCI_3120 dependants by Ian Abbott · 10 years ago
  59. c1a6eac staging: comedi: widen subdevice number argument in ioctl handlers by Ian Abbott · 10 years ago
  60. 73e0e4d staging: comedi: comedi_test: fix timer lock-up by Ian Abbott · 10 years ago
  61. bf33eb4 staging: comedi: introduce some sample size manipulation functions by Ian Abbott · 10 years ago
  62. 7885b07 staging: comedi: addi_apci_1564: remove private data 'mode_select_register' by H Hartley Sweeten · 10 years ago
  63. 367ff14 staging: comedi: addi_apci_1564: board has 3 timers by H Hartley Sweeten · 10 years ago
  64. b3ba2be staging: comedi: addi_apci_1564: remove APCI1564_COUNTER[1234] defines by H Hartley Sweeten · 10 years ago
  65. ac584af staging: comedi: me4000: fix firmware downloading by H Hartley Sweeten · 10 years ago
  66. 0cf5efa staging: comedi: comedi_buf: absorb __comedi_buf_write_alloc() by H Hartley Sweeten · 10 years ago
  67. e19a3c9 staging: comedi: comedi_buf: absorb comedi_write_array_to_buffer() by H Hartley Sweeten · 10 years ago
  68. 8f90726 staging: comedi: comedi_buf: don't export comedi_write_array_to_buffer() by H Hartley Sweeten · 10 years ago
  69. 0ce64e6 staging: comedi: comedi_buf: remove comedi_buf_put() by H Hartley Sweeten · 10 years ago
  70. 7dd1b52 staging: comedi: pcmuio: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  71. ff5eb04 staging: comedi: pcmmio: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  72. dbe81a9 staging: comedi: ni_pcidio: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  73. 2a07616 staging: comedi: amplc_dio200_common: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  74. 4c70469 staging: comedi: addi_apci_2032: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  75. 435efc8 staging: comedi: hwdrv_apci3120: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  76. 290d028 staging: comedi: usbdux: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  77. 5023a4b staging: comedi: rtd520: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  78. a4a68fe staging: comedi: quatech_daqp_cs: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  79. edf4537 staging: comedi: pcl818: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  80. c0491d4 staging: comedi: pcl816: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  81. 76cb501 staging: comedi: pcl812: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  82. 778d695 staging: comedi: pcl726: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  83. 1f44c03 staging: comedi: pcl711: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  84. 67fdc30 staging: comedi: ni_atmio16d: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  85. 562de49 staging: comedi: ni_65xx: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  86. 191db09 staging: comedi: ni_6527: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  87. de88924 staging: comedi: me4000: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  88. aa96f6e staging: comedi: dt3000: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  89. 1700529 staging: comedi: dmm32at: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  90. 9a84a7d staging: comedi: comedi_parport: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  91. 48e08de staging: comedi: amplc_pci230: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  92. 27913fa staging: comedi: amplc_pc236_common: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  93. a9c3a01 staging: comedi: adv_pci1710: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  94. 6aec0f9 staging: comedi: addi_apci_3xxx: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  95. c4a58f2 staging: comedi: addi_apci_1564: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  96. 6bb45f2 staging: comedi: addi_apci_1032: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  97. f4add8d staging: comedi: comedi_fc.h: remove cfc_write_array_to_buffer() by H Hartley Sweeten · 10 years ago
  98. f81ac41 staging: comedi: usbduxfast: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  99. 504d023 staging: comedi: usbduxsigma: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  100. 60e6644 staging: comedi: gsc_hpdi: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago