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