1. edebf61 staging: comedi: cb_pcidas: rename handle_ao_interrupt() by H Hartley Sweeten · 9 years ago
  2. 790b2f0 staging: comedi: cb_pcidas: tidy up analog input subdevice init by H Hartley Sweeten · 9 years ago
  3. c5c51b1 staging: comedi: cb_pcidas: tidy up analog output subdevice init by H Hartley Sweeten · 9 years ago
  4. b4008c7 staging: comedi: cb_pcidas: rename private data 's5933_intcsr_bits' by H Hartley Sweeten · 9 years ago
  5. 8499ad6 staging: comedi: cb_pcidas: rename private data 's5933_config' by H Hartley Sweeten · 9 years ago
  6. 16ded01 staging: comedi: cb_pcidas: fix cb_pcidas_eeprom_insn_read() by H Hartley Sweeten · 9 years ago
  7. 73d38ef staging: comedi: cb_pcidas: tidy up memory subdevice init by H Hartley Sweeten · 9 years ago
  8. d9b0cde4 staging: comedi: cb_pcidas: tidy up 8800 caldac calibration subdevice by H Hartley Sweeten · 9 years ago
  9. a266cd7 staging: comedi: cb_pcidas: tidy up dac08_write() by H Hartley Sweeten · 9 years ago
  10. e56aaa2 staging: comedi: cb_pcidas: tidy up dac08 calibration subdevice by H Hartley Sweeten · 9 years ago
  11. fe970e4 staging: comedi: cb_pcidas: refactor 'trimpot' boardinfo by H Hartley Sweeten · 9 years ago
  12. 873524c staging: comedi: cb_pcidas: tidy up cb_pcidas_trimpot_write() by H Hartley Sweeten · 9 years ago
  13. 2d71464 staging: comedi: cb_pcidas: absorb caldac/trimpot write functions by H Hartley Sweeten · 9 years ago
  14. eddd2a4 staging: comedi: cb_pcidas: refactor write_calibration_bitstream() by H Hartley Sweeten · 9 years ago
  15. 2285cd5 staging: comedi: cb_pcidas: tidy up caldac_8800_write() by H Hartley Sweeten · 9 years ago
  16. 6eb2455 staging: comedi: cb_pcidas: tidy up trimpot_8402_write() by H Hartley Sweeten · 9 years ago
  17. 8c11f47 staging: comedi: cb_pcidas: tidy up trimpot_7376_write() by H Hartley Sweeten · 9 years ago
  18. 19ce5d6 staging: comedi: cb_pcidas: tidy up calibration trimpot subdevice by H Hartley Sweeten · 9 years ago
  19. 53cb50a staging: comedi: cb_pcidas: use preferred kernel types by H Hartley Sweeten · 9 years ago
  20. be3a768 staging: comedi: cb_pcidas: tidy up DAC control/status register by H Hartley Sweeten · 9 years ago
  21. 21b6476 staging: comedi: cb_pcidas: tidy up calibration register by H Hartley Sweeten · 9 years ago
  22. 1a55808 staging: comedi: cb_pcidas: tidy up trigger control/status register by H Hartley Sweeten · 9 years ago
  23. 1f9cb94 staging: comedi: cb_pcidas: tidy up ADC mux/control register by H Hartley Sweeten · 9 years ago
  24. 56a160b staging: comedi: cb_pcidas: tidy up interrupt/ADC FIFO register by H Hartley Sweeten · 9 years ago
  25. f5c65f0 staging: comedi: cb_pcidas: convert inline DAC bit helpers to macros by H Hartley Sweeten · 9 years ago
  26. 964db74 staging: comedi: cb_pcidas: tidy up PCI BAR2 register defines by H Hartley Sweeten · 9 years ago
  27. 1532421f staging: comedi: cb_pcidas: tidy up PCI BAR3 register defines by H Hartley Sweeten · 9 years ago
  28. 19aab07 staging: comedi: cb_pcidas: use comedi_range_is_unipolar() by H Hartley Sweeten · 9 years ago
  29. 9846ec3 staging: comedi: cb_pcidas: tidy up PCI BAR4 register defines by H Hartley Sweeten · 9 years ago
  30. 71c1d71 staging: comedi: cb_pcidas: rename private data 'ao_registers' by H Hartley Sweeten · 9 years ago
  31. 800235b staging: comedi: cb_pcidas: rename private data 'adc_fifo' by H Hartley Sweeten · 9 years ago
  32. 9d39f18 staging: comedi: cb_pcidas: rename private data 'control_status' by H Hartley Sweeten · 9 years ago
  33. c368e66 staging: comedi: cb_pcidas: refactor 'ranges' boardinfo by H Hartley Sweeten · 9 years ago
  34. 2743803 staging: comedi: cb_pcidas: all boards have 16 analog input channels by H Hartley Sweeten · 9 years ago
  35. fe97f14 staging: comedi: cb_pcidas: refactor analog output boardinfo by H Hartley Sweeten · 9 years ago
  36. bfd2eb8 staging: comedi: cb_pcidas: refactor 'ai_bits' boardinfo by H Hartley Sweeten · 9 years ago
  37. 3ab2733b staging: comedi: cb_pcidas: remove NUM_CHANNELS_* defines by H Hartley Sweeten · 9 years ago
  38. d41af47 staging: comedi: cb_pcidas: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  39. e4c0c6b Staging: comedi: Remove unnecessary cast on void pointer by Shraddha Barke · 9 years ago
  40. eb36cc2 staging: comedi: comedidev.h: spaces preferred around that '*' by Ian Abbott · 9 years ago
  41. 214e384 staging: comedi: comedidev.h: add comments to spin-lock and mutex by Ian Abbott · 9 years ago
  42. 3c3bea2 staging: comedi: check for more errors for zero-length read by Ian Abbott · 9 years ago
  43. 3958284 staging: comedi: simplify returned errors for comedi_read() by Ian Abbott · 9 years ago
  44. a8ed75c staging: comedi: return error on "read" if no command set up by Ian Abbott · 9 years ago
  45. f84e27a staging: comedi: remove superfluous retval = 0 in comedi_read() by Ian Abbott · 9 years ago
  46. 42ea907 staging: comedi: allow buffer wraparound in comedi_read() by Ian Abbott · 9 years ago
  47. 8ea9392 staging: comedi: avoid bad truncation of a size_t in comedi_read() by Ian Abbott · 9 years ago
  48. 76e8e7d staging: comedi: make some variables unsigned in comedi_read() by Ian Abbott · 9 years ago
  49. fd060c8 staging: comedi: do extra checks for becoming non-busy for "read" by Ian Abbott · 9 years ago
  50. 09d6b9a staging: comedi: don't consider "unmunged" data when becoming non-busy by Ian Abbott · 9 years ago
  51. 970679b staging: comedi: remain busy until read end-of-file by Ian Abbott · 9 years ago
  52. d5eb3a7 staging: comedi: don't use mutex when polling file by Ian Abbott · 9 years ago
  53. 3834234 staging: comedi: check command started by file being polled by Ian Abbott · 9 years ago
  54. ecf04ed staging: comedi: don't allocate buffer space when polling for write by Ian Abbott · 9 years ago
  55. 432fbde staging: comedi: add new comedi_buf_write_n_available() by Ian Abbott · 9 years ago
  56. 274ec5e staging: comedi: rename comedi_buf_write_n_available by Ian Abbott · 9 years ago
  57. 322146d staging: comedi: don't poll_wait on same subdevice twice by Ian Abbott · 9 years ago
  58. 944fd0c staging: comedi: cb_das16_cs: rename private data member 'status[12]' by H Hartley Sweeten · 9 years ago
  59. e9d8e8d staging: comedi: cb_das16_cs: mode analog output comment by H Hartley Sweeten · 9 years ago
  60. b93c286 staging: comedi: cb_das16_cs: the DAC16/16-AO only has 4 digital I/O by H Hartley Sweeten · 9 years ago
  61. c34f202 staging: comedi: cb_das16_cs: hookup 8254 counter subdevice by H Hartley Sweeten · 9 years ago
  62. 090b82a staging: comedi: cb_das16_cs: tidy up analog input subdevice init by H Hartley Sweeten · 9 years ago
  63. 1dbe388 staging: comedi: cb_das16_cs: refactor 'n_ao_chans' boardinfo by H Hartley Sweeten · 9 years ago
  64. 6f2e618 staging: comedi: cb_das16_cs: define the misc1 and misc2 register bits by H Hartley Sweeten · 9 years ago
  65. 95ea3e7 staging: comedi: cb_das16_cs: fix ai mux register programming by H Hartley Sweeten · 9 years ago
  66. 2845efb staging: comedi: cb_das16_cs: rename register map defines by H Hartley Sweeten · 9 years ago
  67. 6ae49e2 staging: comedi: cb_das16_cs: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  68. 9f4d30d staging: comedi: aio_aio12_8: tidy up digital I/O subdevice init by H Hartley Sweeten · 9 years ago
  69. fbea187 staging: comedi: aio_aio12_8: rename 'aio_ao12_8' boardinfo by H Hartley Sweeten · 9 years ago
  70. 6db70e39 staging: comedi: aio_aio12_8: refactor boardininfo by H Hartley Sweeten · 9 years ago
  71. ee4c7709f staging: comedi: aio_aio12_8: fix ai (*insn_read) by H Hartley Sweeten · 9 years ago
  72. 1198f6b staging: comedi: aio_aio12_8: analog outputs are single-ended by H Hartley Sweeten · 9 years ago
  73. c5fcb7c staging: comedi: aio_aio12_8: move comedi_lrange definition by H Hartley Sweeten · 9 years ago
  74. ffe4a31 staging: comedi: aio_aio12_8: hookup 8254 counter/timer by H Hartley Sweeten · 9 years ago
  75. 180480e staging: comedi: aio_aio12_8: update MODULE_DESCRIPTION by H Hartley Sweeten · 9 years ago
  76. 471c5d6 staging: comedi: aio_aio12_8: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  77. 4dc4f28 staging: comedi: aio_aio12_8: prefer using the BIT macro by H Hartley Sweeten · 9 years ago
  78. fff5b04 staging: comedi: adv_pci1710: rename private data member 'ai_et_MuxVal' by H Hartley Sweeten · 9 years ago
  79. 3c9b773 staging: comedi: adv_pci1710: tidy up PCI1720_* register defines by H Hartley Sweeten · 9 years ago
  80. 39363d0 staging: comedi: adv_pci1710: tidy up remaining PCI171x_* registers by H Hartley Sweeten · 9 years ago
  81. 9fcce6e staging: comedi: adv_pci1710: tidy up control register and bits by H Hartley Sweeten · 9 years ago
  82. d67e50f staging: comedi: adv_pci1710: tidy up status register and bits by H Hartley Sweeten · 9 years ago
  83. a828533 staging: comedi: adv_pci1710: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  84. 64a4e72 staging: comedi: adl_pci9111: fix alignment issue by H Hartley Sweeten · 9 years ago
  85. 0756f8d staging: comedi: adl_pci9111: rename CamelCase parameters by H Hartley Sweeten · 9 years ago
  86. 262a07a staging: comedi: adl_pci9111: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  87. 68e4129 staging: comedi: adl_pci9111: define a macro for the ai range bits by H Hartley Sweeten · 9 years ago
  88. f8d863c staging: comedi: adl_pci9111: prefer using the BIT macro by H Hartley Sweeten · 9 years ago
  89. 9faa310 Staging: comedi: dt9812: Use mutex instead of semaphore by Ksenija Stanojevic · 9 years ago
  90. 30cc9bd Staging: comedi: Remove exceptional & on function name by Shraddha Barke · 9 years ago
  91. e8f25f6 staging: comedi: adq12b: usleep_range is preferred over udelay by H Hartley Sweeten · 9 years ago
  92. b4fa919 staging: comedi: adq12b: prefer using the BIT macro by H Hartley Sweeten · 9 years ago
  93. 3eb2517 staging: comedi: adq12b: tidy up multi-line comments by H Hartley Sweeten · 9 years ago
  94. e81ca3d staging: comedi: dt3000: update the MODULE_DESCRIPTION by H Hartley Sweeten · 9 years ago
  95. cb3a619 staging: comedi: dt3000: remove #if 0'ed out code by H Hartley Sweeten · 9 years ago
  96. 649c836 staging: comedi: dt3000: tidy up memory subdevice init by H Hartley Sweeten · 9 years ago
  97. 3a7b06f staging: comedi: dt3000: tidy up digital i/o subdevice init by H Hartley Sweeten · 9 years ago
  98. 2e31023 staging: comedi: dt3000: rename dt3k_ai_insn() by H Hartley Sweeten · 9 years ago
  99. 78c2f45 staging: comedi: dt3000: the dt3002 board does not have analog outputs by H Hartley Sweeten · 9 years ago
  100. 9164495 staging: comedi: dt3000: refactor 'adbits' boardinfo by H Hartley Sweeten · 9 years ago