1. 521865a Staging: comedi: s626: Remove all unused functions by Bhumika Goyal · 8 years ago
  2. 2061d41 Staging: comedi: s626: fix line over 80 characters issue by Ravishankar Karkala Mallikarjunayya · 8 years ago
  3. f7ede00 staging:comedi:Use unsigned int instead of unsigned by Nikita Eshkeev · 8 years ago
  4. dda6876 Staging: comedi: s626.c: Remove unused functions by Bhumika Goyal · 9 years ago
  5. 71b9f42 Staging: comedi: s626: Simplify a trivial if-return sequence by Abdul Hussain · 9 years ago
  6. d044e28 staging: comedi: s626: remove #include "comedi_fc.h" by Ian Abbott · 10 years ago
  7. 6ab38b0 staging: comedi: s626: include new "comedi_pci.h" header by Ian Abbott · 10 years ago
  8. 6c7d2c8 staging: comedi: drivers/*.c: alignment should match open parenthesis by H Hartley Sweeten · 10 years ago
  9. 857ced4 staging: comedi: s626: remove unnecessary 'cmd' pointer checks by H Hartley Sweeten · 10 years ago
  10. ddd54d6 Staging: comedi: fix spacing coding style issue in s626.c by drumber-1 · 10 years ago
  11. aa11672 staging: comedi: drivers: have core hook up default (*insn_read) for readback 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. 0e017a4 staging: comedi: s626: use comedi_buf_write_samples() by H Hartley Sweeten · 10 years ago
  14. 365dae9 staging: comedi: s626: use comedi_handle_events() by H Hartley Sweeten · 10 years ago
  15. d9798aa staging: comedi: drivers: Use DIV_ROUND_CLOSEST by Tapasweni Pathak · 10 years ago
  16. 97996da staging: comedi: drivers: use DIV_ROUND_UP by Tapasweni Pathak · 10 years ago
  17. 32f9ff7 staging: comedi: s626: fix cmd->stop_arg validation for stop_src == TRIG_COUNT by H Hartley Sweeten · 10 years ago
  18. 8b95055 staging: comedi: s626: 'ai_sample_count' is always 'stop_arg' by H Hartley Sweeten · 10 years ago
  19. 27cb981 staging: comedi: s626: clarify COMEDI_CB_EOA code by H Hartley Sweeten · 10 years ago
  20. e37b20a staging: comedi: s626: remove 'ai_continuous' from private data by H Hartley Sweeten · 10 years ago
  21. 889277b staging: comedi: s626: use CMDF_ROUND_... by Ian Abbott · 10 years ago
  22. 8075bfb staging: comedi: s626: use comedi_pci_detach() by H Hartley Sweeten · 10 years ago
  23. 3757e79 staging: comedi: s626: tidy up freeing of the dma buffers by H Hartley Sweeten · 10 years ago
  24. 18259ff staging: comedi: s626: use comedi_subdevice 'readback' by H Hartley Sweeten · 10 years ago
  25. ea2e318 staging: comedi: s626: remove unnecessary variable initialization by Chase Southwood · 10 years ago
  26. de9cd5c staging: comedi: s626: use the comedi_device 'mmio' member by H Hartley Sweeten · 10 years ago
  27. a207c12 staging: comedi: drivers: cleanup cmd->flags use by H Hartley Sweeten · 10 years ago
  28. cefe933 staging: comedi: s626: remove use of comedi_error() by H Hartley Sweeten · 10 years ago
  29. 193725b staging: comedi: s626: checkpatch.pl cleanup (else not useful) by H Hartley Sweeten · 10 years ago
  30. 0c9a057 staging: comedi: s626: remove struct s626_enc_info by H Hartley Sweeten · 10 years ago
  31. 81202ec staging: comedi: s626: tidy up s626_enc_insn_read() by H Hartley Sweeten · 10 years ago
  32. f76d02f staging: comedi: s626: remove 'my_event_bits' from encoder private data by H Hartley Sweeten · 10 years ago
  33. b35d6a3 staging: comedi: s626: remove 'set_mode' callback from encoder private data by H Hartley Sweeten · 10 years ago
  34. 0a98449 staging: comedi: s626: remove 'get_mode' callback from encoder private data by H Hartley Sweeten · 10 years ago
  35. 26499b8 staging: comedi: s626: remove 'reset_cap_flags' callback from encoder private data by H Hartley Sweeten · 10 years ago
  36. 92249e1 staging: comedi: s626: remove 'pulse_index' callback from encoder private data by H Hartley Sweeten · 10 years ago
  37. 13f2609 staging: comedi: s626: remove 'get_int_src' callback from encoder private data by H Hartley Sweeten · 10 years ago
  38. 253e2ee staging: comedi: s626: remove 'set_int_src' callback from encoder private data by H Hartley Sweeten · 10 years ago
  39. c35b86a staging: comedi: s626: remove 'get_load_trig' callback from encoder private data by H Hartley Sweeten · 10 years ago
  40. 7f03b74 staging: comedi: s626: remove 'set_load_trig' callback from encoder private data by H Hartley Sweeten · 10 years ago
  41. 4487502 staging: comedi: s626: remove 'get_enable' callback from encoder private data by H Hartley Sweeten · 10 years ago
  42. c718f4a staging: comedi: s626: remove 'set_enable' callback from encoder private data by H Hartley Sweeten · 10 years ago
  43. 23201eb staging: comedi: s626: remove my_latch_lsw from encoder private data by H Hartley Sweeten · 10 years ago
  44. 2ffe88f staging: comedi: s626: define S626_LP_CNTR* registers based on channel number by H Hartley Sweeten · 10 years ago
  45. de15145 staging: comedi: s626: remove my_cr[ab] from encoder private data by H Hartley Sweeten · 10 years ago
  46. 71961c9 staging: comedi: s626: add comedi "chan" number to struct s626_enc_info by H Hartley Sweeten · 10 years ago
  47. f114b45 staging: comedi: s626: define CRA/CRB registers based on channel number by H Hartley Sweeten · 10 years ago
  48. c646efe staging: comedi: s626: use comedi_fc helpers to validate timer args by H Hartley Sweeten · 10 years ago
  49. 3672eff staging: comedi: pass subdevice to comedi_buf_put() by Ian Abbott · 10 years ago
  50. 478da5c9 staging: comedi: s626: clarify the cmd->start_arg validation and use by H Hartley Sweeten · 10 years ago
  51. 571845c staging: comedi: s626: use comedi_timeout() on remaining loops by Chase Southwood · 10 years ago
  52. 3df1d9b Staging: comedi: Fix line over 80 characters in s626.c by Ebru Akagunduz · 11 years ago
  53. fbdc400 Staging: comedi: Fix missing space after return type in s626.c by Ebru Akagunduz · 11 years ago
  54. a7aa94c Staging: comedi: propagate timeout errors in s626.c by Chase Southwood · 11 years ago
  55. 59a32a4 Staging: comedi: convert while loops to timeouts in s626.c by Chase Southwood · 11 years ago
  56. 45b281e staging: comedi: s626: use comedi_timeout() by H Hartley Sweeten · 11 years ago
  57. c93999c staging: comedi: drivers: remove final 'attach' messages by H Hartley Sweeten · 11 years ago
  58. 481ac51 staging: comedi: s626: tidy up comedi_lrange table by H Hartley Sweeten · 11 years ago
  59. 9c9ab3c staging: comedi: s626: use dev->read_subdev by H Hartley Sweeten · 11 years ago
  60. f95321f staging: comedi: s626: fix async command hookup by H Hartley Sweeten · 11 years ago
  61. 41e043f staging: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  62. 3de00ee staging: comedi: s626: fix value written by s626_set_dac() by Ian Abbott · 11 years ago
  63. 7a1046e staging: comedi: s626: replace S626_MULT_X? values by Ian Abbott · 11 years ago
  64. 2cea19fa staging: comedi: s626: expand standardized IndxSrc values by Ian Abbott · 11 years ago
  65. 0830ada staging: comedi: s626: make CRA and CRB setup conversions more readable by Ian Abbott · 11 years ago
  66. 622ec01 staging: comedi: s626: distinguish counter src from encoder mode by Ian Abbott · 11 years ago
  67. 7293808 staging: comedi: s626: correct a comment in s626_get_mode_b() by Ian Abbott · 11 years ago
  68. 2e179e4 staging: comedi: s626: specify bitshift for encoder A clock source by Ian Abbott · 11 years ago
  69. 6c66143 staging: comedi: s626: clock polarity and direction are the same by Ian Abbott · 11 years ago
  70. 5fd4b71 staging: comedi: s626: sample types are unsigned by Ian Abbott · 11 years ago
  71. d851565 staging: comedi: s626: prefix macros in s626.h by Ian Abbott · 11 years ago
  72. 676921c staging: comedi: s626: prefix macros in s626.c by Ian Abbott · 11 years ago
  73. 31de194 staging: comedi: s626: prefix function and variable names by Ian Abbott · 11 years ago
  74. dbb263f staging: comedi: s626: rename struct buffer_dma by Ian Abbott · 11 years ago
  75. 8e06d66 staging: comedi: s626: move struct buffer_dma by Ian Abbott · 11 years ago
  76. a3ae88f staging: comedi: s626: make trimchan[] and trimadrs[] const by Ian Abbott · 11 years ago
  77. bb49cdd staging: comedi: s626: add mmiowb() calls by Ian Abbott · 11 years ago
  78. c3e3a56 staging: comedi: s626: remove TRUE and FALSE macros by Ian Abbott · 11 years ago
  79. 3f1f219 staging: comedi: s626: move s626_enc_chan_info[] by Ian Abbott · 11 years ago
  80. bc284a2 staging: comedi: s626: move encoder functions part 3 by Ian Abbott · 11 years ago
  81. 17afeac staging: comedi: s626: move encoder functions part 2 by Ian Abbott · 11 years ago
  82. 010be96 staging: comedi: s626: move encoder functions part 1 by Ian Abbott · 11 years ago
  83. 3a305a6 staging: comedi: s626: remove encpriv macro by Ian Abbott · 11 years ago
  84. f1f7efc staging: comedi: s626: rename CamelCase variables by Ian Abbott · 11 years ago
  85. 19436a0 staging: comedi: s626: rename CamelCase functions by Ian Abbott · 11 years ago
  86. cffd7ab staging: comedi: s626: remove a variable from set_mode_a() and _b() by Ian Abbott · 11 years ago
  87. b075ac8 staging: comedi: s626: rename CamelCase in struct enc_private by Ian Abbott · 11 years ago
  88. 07a36d6 staging: comedi: s626: rename CamelCase in struct s626_private by Ian Abbott · 11 years ago
  89. 3a38750 staging: comedi: s626: replace CamelCase struct bufferDMA by Ian Abbott · 11 years ago
  90. 6e3fc69 staging: comedi: s626: remove duplicate macros I2C_B0, I2C_B1, I2C_B2 by Ian Abbott · 11 years ago
  91. d5512f5 staging: comedi: s626: remove I2CR and I2CW macros by Ian Abbott · 11 years ago
  92. e6132fc staging: comedi: s626: rename ai_continous by Ian Abbott · 11 years ago
  93. 498c507 staging: comedi: s626: remove PCI ID defines by Ian Abbott · 11 years ago
  94. 730b8e1 staging: comedi: s626: convert a printk() by Ian Abbott · 11 years ago
  95. 8ee5261 staging: comedi: s626: tidy up main source code file by Ian Abbott · 11 years ago
  96. 7f32c7c staging: comedi: s626: tidy up comments at top of file by Ian Abbott · 11 years ago
  97. 6ea79c1 staging: comedi: s626: use comedi_dio_update_state() by H Hartley Sweeten · 11 years ago
  98. ddf62f2 staging: comedi: drivers: use comedi_dio_insn_config() for simple cases by H Hartley Sweeten · 11 years ago
  99. ce157f8 staging: comedi: don't rely on comedidev.h to include headers by H Hartley Sweeten · 11 years ago
  100. 0bdab50 staging: comedi: use comedi_alloc_devpriv() by H Hartley Sweeten · 11 years ago