1. 404f999 staging: comedi: adl_pci6208: use the driver_name for the resource name by H Hartley Sweeten · 12 years ago
  2. 2d993c2 staging: comedi: adl_pci6208: cleanup pci6208_attach() by H Hartley Sweeten · 12 years ago
  3. 7c1e5bc staging: comedi: adl_pci6208: cleanup pci6208_ao_rinsn() by H Hartley Sweeten · 12 years ago
  4. 8366404 staging: comedi: adl_pci6208: cleanup pci6208_ao_winsn() by H Hartley Sweeten · 12 years ago
  5. 5c67df8 staging: comedi: adl_pci6208: fix the ao_readback variable size by H Hartley Sweeten · 12 years ago
  6. 149b98d staging: comedi: adl_pci6208: remove unused variable in the private data by H Hartley Sweeten · 12 years ago
  7. a7c6de4 staging: comedi: adl_pci6208: remove some useless comments by H Hartley Sweeten · 12 years ago
  8. dcff168 staging: comedi: adl_pci6208: remove the bogus pci devices by H Hartley Sweeten · 12 years ago
  9. 98bcf91 staging: comedi: adl_pci6208: return '0' for successful attach by H Hartley Sweeten · 12 years ago
  10. 111b62e4 staging: comedi: adl_pci6208: add whitespace to the subdev init by H Hartley Sweeten · 12 years ago
  11. fc2536fd staging: comedi: adl_pci6208: fix the digital i/o subdevice by H Hartley Sweeten · 12 years ago
  12. b4dda05 staging: comedi: adl_pci6208: consolidate the attach messages by H Hartley Sweeten · 12 years ago
  13. 9d639b6 staging: comedi: adl_pci6208: pass on the error code from comedi_pci_enable by H Hartley Sweeten · 12 years ago
  14. db7c275 staging: comedi: adl_pci6208: remove pci6208_pci_setup() by H Hartley Sweeten · 12 years ago
  15. a28c985 staging: comedi: adl_pci6208: cleanup pci6208_pci_setup() by H Hartley Sweeten · 12 years ago
  16. 7b6afad staging: comedi: adl_pci6208: document the register map of the device by H Hartley Sweeten · 12 years ago
  17. 745c22a staging: comedi: adl_pci6208: remove the boardinfo 'ao_bits' by H Hartley Sweeten · 12 years ago
  18. cde6f08 staging: comedi: adl_pci6208: refactor pci6208_find_device() by H Hartley Sweeten · 12 years ago
  19. 949a18d staging: comedi: adl_pci6208: remove thisboard and devpriv macros by H Hartley Sweeten · 12 years ago
  20. ac55ca3 staging: comedi: cb_pcidas: fix dac08_write_insn() by H Hartley Sweeten · 12 years ago
  21. b436356 staging: comedi: cb_pcidas: cleanup dac08_write() by H Hartley Sweeten · 12 years ago
  22. f66faa5 staging: comedi: cb_pcidas: cleanup cb_pcidas_ai_rinsn() by H Hartley Sweeten · 12 years ago
  23. 7671896 staging: comedi: cb_pcidas: cleanup cb_pcidas_ao_nofifo_winsn() by H Hartley Sweeten · 12 years ago
  24. b78332d staging: comedi: cb_pcidas: cleanup cb_pcidas_ao_fifo_winsn() by H Hartley Sweeten · 12 years ago
  25. d478b5f staging: comedi: cb_pcidas: fix remaining checkpatch.pl issues by H Hartley Sweeten · 12 years ago
  26. 6993197 staging: comedi: cb_pcidas: add whitespace to all the #define's by H Hartley Sweeten · 12 years ago
  27. 7368348 staging: comedi: cb_pcidas: change dac bit enums into defines by H Hartley Sweeten · 12 years ago
  28. 0cdfbe1 staging: comedi: cb_pcidas: fix comments in private data struct by H Hartley Sweeten · 12 years ago
  29. f6cf9a0 staging: comedi: cb_pcidas: remove 'volatile' on private data variables by H Hartley Sweeten · 12 years ago
  30. 0c4ef0b staging: comedi: cb_pcidas: fix comments in *_cmdtest functions by H Hartley Sweeten · 12 years ago
  31. 55acaf2 staging: comedi: cb_pcidas: fix some > 80 char lines by H Hartley Sweeten · 12 years ago
  32. 93c5837 staging: comedi: cb_pcidas: fix a space before tab issue by H Hartley Sweeten · 12 years ago
  33. 4f0036e staging: comedi: cb_pcidas: check for failure of subdev_8255_init by H Hartley Sweeten · 12 years ago
  34. 0a5aed4 staging: comedi: cb_pcidas: use the driver_name for the resource name by H Hartley Sweeten · 12 years ago
  35. b8ac8c6 staging: comedi: cb_pcidas: move the "find pci" dev_printk messages by H Hartley Sweeten · 12 years ago
  36. f3c34b2 staging: comedi: cb_pcidas: cleanup ai_config_insn() by H Hartley Sweeten · 12 years ago
  37. 8f608fc staging: comedi: cb_pcidas: cleanup the boardinfo 4 by H Hartley Sweeten · 12 years ago
  38. a605be0 staging: comedi: cb_pcidas: cleanup the boardinfo 3 by H Hartley Sweeten · 12 years ago
  39. 0c5ecbb staging: comedi: cb_pcidas: cleanup the boardinfo 2 by H Hartley Sweeten · 12 years ago
  40. 17883d6 staging: comedi: cb_pcidas: cleanup the boardinfo 1 by H Hartley Sweeten · 12 years ago
  41. 23e3cce staging: comedi: cb_pcidas: simplify the boardinfo by H Hartley Sweeten · 12 years ago
  42. 4466fc4 staging: comedi: cb_pcidas: remove unused io region size defines by H Hartley Sweeten · 12 years ago
  43. 193debd staging: comedi: cb_pcidas: remove CB_PCIDAS_DEBUG define by H Hartley Sweeten · 12 years ago
  44. 7302abe staging: comedi: cb_pcidas: remove the PCI BAR index defines by H Hartley Sweeten · 12 years ago
  45. 9795f56 staging: comedi: cb_pcidas: remove some obvious comments in the attach by H Hartley Sweeten · 12 years ago
  46. 327be97 staging: comedi: cb_pcidas: factor out the find pci device code by H Hartley Sweeten · 12 years ago
  47. 82d8c74 staging: comedi: cb_pcidas: remove thisboard and devpriv macros by H Hartley Sweeten · 12 years ago
  48. 536af69 staging: comedi: cb_pcidas: remove forward declarations 9 by H Hartley Sweeten · 12 years ago
  49. 20535c1 staging: comedi: cb_pcidas: remove forward declarations 8 by H Hartley Sweeten · 12 years ago
  50. 0c15d55 staging: comedi: cb_pcidas: remove forward declarations 7 by H Hartley Sweeten · 12 years ago
  51. bb03694 staging: comedi: cb_pcidas: remove forward declarations 6 by H Hartley Sweeten · 12 years ago
  52. 0aa2030 staging: comedi: cb_pcidas: remove forward declarations 5 by H Hartley Sweeten · 12 years ago
  53. 9a0f7631 staging: comedi: cb_pcidas: remove forward declarations 4 by H Hartley Sweeten · 12 years ago
  54. 9e11d05f staging: comedi: cb_pcidas: remove forward declarations 3 by H Hartley Sweeten · 12 years ago
  55. 1706fcc staging: comedi: cb_pcidas: remove forward declarations 2 by H Hartley Sweeten · 12 years ago
  56. e74f209 staging: comedi: cb_pcidas: remove forward declarations 1 by H Hartley Sweeten · 12 years ago
  57. 2da049b staging: gdm72xx: fix an skb memory leak by Javier Martinez Canillas · 12 years ago
  58. e8abca1 staging: comedi: cb_das16_cs: remove unneeded default case in analog in read by H Hartley Sweeten · 12 years ago
  59. cd1a76f staging: comedi: cb_das16_cs: reword the comment about PCMCIA support by H Hartley Sweeten · 12 years ago
  60. 0a77678 staging: comedi: cb_das16_cs: fix a multi-line comment by H Hartley Sweeten · 12 years ago
  61. aebdf3b staging: comedi: cb_das16_cs: remove some commented out debug by H Hartley Sweeten · 12 years ago
  62. 443bbed staging: comedi: cb_das16_cs: use the BIP_RANGE helper macro by H Hartley Sweeten · 12 years ago
  63. 857670c staging: comedi: cb_das16_cs: remove unused variable in private data by H Hartley Sweeten · 12 years ago
  64. ae1a400 staging: comedi: cb_das16_cs: use #define'd io reg offsets by H Hartley Sweeten · 12 years ago
  65. e05b98b staging: comedi: cb_das16_cs: cleanup das16cs_ai_rinsn() by H Hartley Sweeten · 12 years ago
  66. cf2592d staging: comedi: cb_das16_cs: add whitespace to the subdev init by H Hartley Sweeten · 12 years ago
  67. a659643 staging: comedi: cb_das16_cs: return '0' for successful attach by H Hartley Sweeten · 12 years ago
  68. 1fce303 staging: comedi: cb_das16_cs: consolidate the attach messages by H Hartley Sweeten · 12 years ago
  69. 13ab179 staging: comedi: cb_das16_cs: cleanup the boardinfo by H Hartley Sweeten · 12 years ago
  70. 8b3bfe9 staging: comedi: cb_das16_cs: remove the debug output of the "fingerprint" by H Hartley Sweeten · 12 years ago
  71. 9a4d211 staging: comedi: cb_das16_cs: probe for the device first by H Hartley Sweeten · 12 years ago
  72. 8c50aa1 staging: comedi: cb_das16_cs: remove unneeded include by H Hartley Sweeten · 12 years ago
  73. da7fde2 staging: comedi: cb_das16_cs: fix analog output subdevice init by H Hartley Sweeten · 12 years ago
  74. f87a7e5 staging: comedi: cb_das16_cs: cleanup dio subdevice initialization by H Hartley Sweeten · 12 years ago
  75. 5c416ef staging: comedi: cb_das16_cs: remove unused timer subdevice by H Hartley Sweeten · 12 years ago
  76. adb2d69 staging: comedi: cb_das16_cs: remove skel driver cut-and-paste comments by H Hartley Sweeten · 12 years ago
  77. 1efc5d5 staging: comedi: cb_das16_cs: remove n_boards define by H Hartley Sweeten · 12 years ago
  78. 16a8cdf staging: comedi: cb_das16_cs: remove thisboard and devpriv macros by H Hartley Sweeten · 12 years ago
  79. ae7df43 staging: comedi: cb_das16_cs: refactor the comedi attach/detach by H Hartley Sweeten · 12 years ago
  80. 2f01826 staging: comedi: cb_das16_cs: Move the comedi_driver variable by H Hartley Sweeten · 12 years ago
  81. bc314fb staging: comedi: cb_das16_cs: remove unneeded pcmcia private data by H Hartley Sweeten · 12 years ago
  82. 2b5f548 staging: comedi: cb_das16_cs: remove the pcmcia suspend/resume by H Hartley Sweeten · 12 years ago
  83. c8b2ae2 staging: comedi: cb_das16_cs: remove unused pcmcia 'stop' logic by H Hartley Sweeten · 12 years ago
  84. c2107ff staging: comedi: cb_das16_cs: refactor the pcmcia attach/detach by H Hartley Sweeten · 12 years ago
  85. f19d857 staging: comedi: cb_das16_cs: refactor the pcmcia support code by H Hartley Sweeten · 12 years ago
  86. 1b19f53 staging: comedi: cb_das16_cs: remove some useless comments by H Hartley Sweeten · 12 years ago
  87. e8bed9c staging: comedi: cb_das16_cs: cleanup the pcmcia_driver declaration by H Hartley Sweeten · 12 years ago
  88. 64c205f staging: comedi: cb_das13_cs: change driver registration order by H Hartley Sweeten · 12 years ago
  89. 6f47503 staging: comedi: cb_das16_cs: consolidate the init and exit functions by H Hartley Sweeten · 12 years ago
  90. 3bbb82c staging: comedi: cb_das16_cs: add module_{init, exit} declarations by H Hartley Sweeten · 12 years ago
  91. 1692067 staging: comedi: cb_das16_cs: move the MODULE_* stuff to the EOF by H Hartley Sweeten · 12 years ago
  92. 726dd505 staging: comedi: cb_das16_cs: remove CONFIG_PCMCIA check by H Hartley Sweeten · 12 years ago
  93. a771988 staging: comedi: Move COMEDI_MITE and COMEDI_NI_TIOCMD by Ian Abbott · 12 years ago
  94. 7ac21b8 staging: comedi: Simplify NI driver configuration by Ian Abbott · 12 years ago
  95. 2f2ac8e staging: comedi: Move COMEDI_NI_LABPC config option by Ian Abbott · 12 years ago
  96. ea8d385 staging: comedi: split CONFIG_COMEDI_NI_TIO option by Ian Abbott · 12 years ago
  97. 4b29a30 staging: ozwpan: Update TODO file by Rupesh Gujare · 12 years ago
  98. ba0a7ae staging: ozwpan: Unregister with sysfs while unloading. by Rupesh Gujare · 12 years ago
  99. f204739 staging: sm7xxfb: code cleanup on smtcfb_setmode by Javier M. Mellid · 12 years ago
  100. 128e861 staging: sm7xxfb: delete unnecessary color map allocation by Javier M. Mellid · 12 years ago