1. b8d5765 staging: comedi: migrate copyrights from "comedi_fc.c" by Ian Abbott · 10 years ago
  2. 5a78035 staging: comedi: add comedi_handle_events() by Ian Abbott · 10 years ago
  3. 2b4e1f6 staging: comedi: add comedi_inc_scan_progress() by Ian Abbott · 10 years ago
  4. f146fe6 staging: comedi: add comedi_bytes_per_scan() by Ian Abbott · 10 years ago
  5. d276206 staging: comedi: add a 'readback' member to comedi_subdevice by H Hartley Sweeten · 10 years ago
  6. d7e6dc1 staging: comedi: add an 'mmio' member to comedi_device by H Hartley Sweeten · 10 years ago
  7. d546b89 staging: comedi: comedidev.h: remove 'new_size' param from subdevice (*buf_change) by H Hartley Sweeten · 10 years ago
  8. 3df9f21 staging: comedi: drivers.c: checkpatch.pl --strict cleanup by H Hartley Sweeten · 10 years ago
  9. 6b362f5 staging: comedi: remove comedi_error() by H Hartley Sweeten · 10 years ago
  10. 2891911 staging: comedi: remove subdevice member of struct comedi_async by Ian Abbott · 10 years ago
  11. 1e4742d staging: comedi: drivers.c: Fix missing a blank line, after declarations warning by Yves Deweerdt · 10 years ago
  12. 9150640 staging: comedi: introduce comedi_timeout() by H Hartley Sweeten · 11 years ago
  13. f1ffdfc staging: comedi: fix too early cleanup in comedi_auto_config() by Ian Abbott · 11 years ago
  14. bcb6232 staging: comedi: report success/failure of autoconfig by Bernd Porr · 11 years ago
  15. 912cbd4 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  16. c6236c0 staging: comedi: drivers: fix return value of comedi_load_firmware() by H Hartley Sweeten · 11 years ago
  17. a200fad staging: comedi: use refcount in comedi_driver_unregister() by Ian Abbott · 11 years ago
  18. ef77c0b staging: comedi: add detachment counter for validity checks by Ian Abbott · 11 years ago
  19. d19db51 staging: comedi: cancel commands before detaching device by Ian Abbott · 11 years ago
  20. 3867e20 staging: comedi: cleanup_device() -> comedi_device_detach_cleanup() by Ian Abbott · 11 years ago
  21. bf11c13 staging: comedi: use attach_lock semaphore during attach and detach by Ian Abbott · 11 years ago
  22. 05e60b1 staging: comedi: drivers: introduce comedi_dio_update_state() by H Hartley Sweeten · 11 years ago
  23. 09567cb staging: comedi: initialize subdevice s->io_bits in postconfig by H Hartley Sweeten · 11 years ago
  24. 7511442 Merge tag 'staging-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  25. 3955dfa staging: comedi: bug-fix NULL pointer dereference on failed attach by Ian Abbott · 11 years ago
  26. e523c6c staging: comedi: drivers: introduce comedi_dio_insn_config() by H Hartley Sweeten · 11 years ago
  27. 99ac7cc Revert "staging: comedi: core: introduce comedi_dio_insn_config()" by Greg Kroah-Hartman · 11 years ago
  28. 4f76463 staging: comedi: core: introduce comedi_dio_insn_config() by H Hartley Sweeten · 11 years ago
  29. c383e2d staging: comedi: use a mutex when accessing driver list by Ian Abbott · 11 years ago
  30. 99c0e26 staging: comedi: return void from comedi_driver_unregister() by Ian Abbott · 11 years ago
  31. d92fef8 staging: comedi: do not include <linux/delay.h> if its not needed by H Hartley Sweeten · 11 years ago
  32. 54db996 staging: comedi: drivers: introduce comedi_alloc_devpriv() by H Hartley Sweeten · 11 years ago
  33. 588ba6d staging: comedi: drivers: let core handle freeing s->private by H Hartley Sweeten · 11 years ago
  34. d569541 staging: comedi: ni_pcidio: use comedi_load_firmware() by H Hartley Sweeten · 11 years ago
  35. 9ff8b15 staging: comedi: drivers: generalize comedi_load_firmware() by H Hartley Sweeten · 11 years ago
  36. 641f064 staging: comedi: remove FSF address from boilerplate text by H Hartley Sweeten · 11 years ago
  37. 3d1fe3f staging: comedi: drivers: free_irq() in comedi_legacy_detach() by H Hartley Sweeten · 11 years ago
  38. 316f97f staging: comedi: drivers: introduce comedi_legacy_detach() by H Hartley Sweeten · 11 years ago
  39. 2f69915 staging: comedi: introduce, and use, comedi_spriv_free() by H Hartley Sweeten · 11 years ago
  40. 5660e74 staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols by H Hartley Sweeten · 11 years ago
  41. ca8b296 staging: comedi: drivers: refactor comedi_request_region() by H Hartley Sweeten · 11 years ago
  42. f375ac5 staging: comedi: drivers: introduce comedi_request_region() by H Hartley Sweeten · 11 years ago
  43. ae5dd5f staging: comedi: drivers: dev->board_name is always valid by H Hartley Sweeten · 11 years ago
  44. 34b6840 staging: comedi: drivers: set dev->board_name before attaching by H Hartley Sweeten · 11 years ago
  45. 6013a9a staging: comedi: drivers: rename 'comedi_dev' in comedi_auto_config() by H Hartley Sweeten · 11 years ago
  46. db2e348 staging: comedi: set hw_dev in comedi_alloc_board_minor() by Ian Abbott · 11 years ago
  47. 74ece108 staging: comedi: move detach out of post-config by Ian Abbott · 11 years ago
  48. 016599f staging: comedi: replace __comedi_device_detach() by Ian Abbott · 11 years ago
  49. dcd7b8b staging: comedi: put module _after_ detach by Ian Abbott · 11 years ago
  50. b2a644b staging: comedi: simplify driver module counting by Ian Abbott · 11 years ago
  51. 0777839 staging: comedi: pre-lock mutex on creation of comedi device by Ian Abbott · 11 years ago
  52. 7638ffc staging: comedi: change comedi_alloc_board_minor() to return pointer by Ian Abbott · 11 years ago
  53. f5b31e1 staging: comedi: call comedi_release_hardware_device() on error by Ian Abbott · 11 years ago
  54. 3346b79 staging: comedi: add comedi_release_hardware_device() by Ian Abbott · 11 years ago
  55. f08e0ac staging: comedi: check comedi_auto_config() params by Ian Abbott · 11 years ago
  56. 00ca6884 staging: comedi: add 'ioenabled' flag to device by Ian Abbott · 11 years ago
  57. a7401cd staging: comedi: make 'dev->attached' a bool bit-field by Ian Abbott · 11 years ago
  58. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 12 years ago
  59. 4a79f73 staging: comedi: remove 'comedi_autoconfig' module parameter by H Hartley Sweeten · 12 years ago
  60. de06d7c staging: comedi: restrict comedi_set_hw_dev() usage by Ian Abbott · 12 years ago
  61. da71751 staging: comedi: export comedi_set_hw_dev() by Ian Abbott · 12 years ago
  62. f65cc54 staging: comedi: change comedi_alloc_subdevice_minor parameters by Ian Abbott · 12 years ago
  63. 1ae6b20 staging: comedi: tidy up the general purpose driver functions by H Hartley Sweeten · 12 years ago
  64. 309231d staging: comedi: conditionally build in PCMCIA driver support by H Hartley Sweeten · 12 years ago
  65. 33782dd staging: comedi: conditionally build in PCI driver support by H Hartley Sweeten · 12 years ago
  66. abac8b5 staging: comedi: conditionally build in USB driver support by H Hartley Sweeten · 12 years ago
  67. c2f90a2 staging/comedi: Move comedi_pci_auto_unconfig to drivers.c by Peter Huewe · 12 years ago
  68. de59c28 staging: comedi: drivers (core): remove BUG_ON in comedi_auto_unconfig() by H Hartley Sweeten · 12 years ago
  69. 57b71c3 staging: comedi: drivers (core): don't BUG_ON due to faulty drivers by H Hartley Sweeten · 12 years ago
  70. 40f58a6 staging: comedi: drivers (core): factor out async subdevice postconfig by H Hartley Sweeten · 12 years ago
  71. 01fca37 staging: comedi: drivers (core): remove forward declarations by H Hartley Sweeten · 12 years ago
  72. 37fbb4a staging/comedi: remove workaround for !pci_driver.name by Peter Huewe · 12 years ago
  73. d607ffa staging/comedi: Add macro for registering a comedi PCMCIA driver by Peter Huewe · 12 years ago
  74. ea082fb staging: comedi: separate out comedi_buf_* functions by H Hartley Sweeten · 12 years ago
  75. 90a35c1 staging: comedi: store the 'index' for each subdevice by H Hartley Sweeten · 12 years ago
  76. 4da5fa9 staging: comedi: use comedi_dev_from_minor() by H Hartley Sweeten · 12 years ago
  77. 1b6c710 staging: comedi: remove unnecessary '#define __NO_VERSION__' by H Hartley Sweeten · 12 years ago
  78. 1be287f staging: comedi: remove unnecessary '#define _GNU_SOURCE' by H Hartley Sweeten · 12 years ago
  79. 581a7dd staging: comedi: use inlines for PCI/USB auto config by Ian Abbott · 12 years ago
  80. a588da1 staging: comedi: simplify comedi_auto_attach() by Ian Abbott · 12 years ago
  81. af448ac staging: comedi: don't check driver->auto_attach by Ian Abbott · 12 years ago
  82. 45d6f19 staging: comedi: don't call attach_usb handler by Ian Abbott · 12 years ago
  83. a692e97 staging: comedi: don't call attach_pci handler by Ian Abbott · 12 years ago
  84. 847d74a staging: comedi: remove old auto-config by Ian Abbott · 12 years ago
  85. d512191 staging: comedi: support auto_attach() for PCI and USB by Ian Abbott · 12 years ago
  86. 8ed705a staging: comedi: add generic auto-config functions by Ian Abbott · 12 years ago
  87. 156096a staging: comedi: rename old auto-config functions by Ian Abbott · 12 years ago
  88. f9c3e4e staging: comedi: change type of auto-config context by Ian Abbott · 12 years ago
  89. 26cbd46 staging: comedi: always set hw_dev during auto-config by Ian Abbott · 12 years ago
  90. 9f82e95 staging: comedi: sparse warning in insn_rw_emulate_bits() by Ian Abbott · 12 years ago
  91. 559e9a6 staging: comedi: fix brace coding style issues by Güngör Erseymen · 12 years ago
  92. 5e4c58c staging: comedi: drivers: remove subdevice pointer math by H Hartley Sweeten · 12 years ago
  93. 8f8b77b Merge 3.6-rc3 into staging-next by Greg Kroah-Hartman · 12 years ago
  94. 4f870fe staging: comedi: replace printk calls in comedi core by Ian Abbott · 12 years ago
  95. 8c3714d staging: comedi: make attach handler optional by Ian Abbott · 12 years ago
  96. 80eb7a5 staging: comedi: Fix reversed test in comedi_device_attach() by Ian Abbott · 12 years ago
  97. f286766 staging: comedi: remove comedi_fops.h by Ian Abbott · 12 years ago
  98. 3a5fa27 staging: comedi: rename internal.h to comedi_internal.h by Ian Abbott · 12 years ago
  99. 89a86a2 Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 12 years ago
  100. 03afcf4 staging: comedi: cleanup comedi_alloc_subdevices by H Hartley Sweeten · 12 years ago