1. 4e0825f Staging: ced1401: Patch removes typedef unsigned short WORD. by Elena Ufimtseva · 11 years ago
  2. 9a054c2 staging: comedi: dt9812: do not allow attaching to unsupported devices by H Hartley Sweeten · 11 years ago
  3. d6caedf staging: comedi: dt9812: default the analog input gain to 1 by H Hartley Sweeten · 11 years ago
  4. 548c278 staging: comedi: dt9812: usb_bulk_msg() timeout is in milliseconds by H Hartley Sweeten · 11 years ago
  5. df7f64e staging: comedi: dt9812: remove some #if 0'ed out code by H Hartley Sweeten · 11 years ago
  6. 056254f staging: comedi: dt9812: use dev->class_dev for all dev_{level} messages by H Hartley Sweeten · 11 years ago
  7. 4a76abe staging: comedi: dt9812: remove pr_fmt() by H Hartley Sweeten · 11 years ago
  8. 99928e6 staging: comedi: dt9812: cleanup analog out subdevice (*insn_write) by H Hartley Sweeten · 11 years ago
  9. e79f18e staging: comedi: dt9812: cleanup analog out subdevice (*insn_read) by H Hartley Sweeten · 11 years ago
  10. 83a69f5 staging: comedi: dt9812: cleanup analog in subdevice (*insn_read) by H Hartley Sweeten · 11 years ago
  11. 36c973d staging: comedi: dt9812: convert digital out subdevice to (*insn_bits) by H Hartley Sweeten · 11 years ago
  12. e81eaba staging: comedi: dt9812: convert digital in subdevice to (*insn_bits) by H Hartley Sweeten · 11 years ago
  13. 421b42a staging: comedi: dt9812: remove unused variables from private data by H Hartley Sweeten · 11 years ago
  14. b78750c staging: comedi: dt9812: convert to use comedi (*auto_attach) by H Hartley Sweeten · 11 years ago
  15. 8db1eba staging: comedi: dt9812: factor the device reset out of dt9812_probe() by H Hartley Sweeten · 11 years ago
  16. 8ee2646 staging: comedi: dt9812: factor the endpoint setup out of dt9812_probe() by H Hartley Sweeten · 11 years ago
  17. 8f56693 staging: comedi: dt9812: remove 'interface' from usb private data by H Hartley Sweeten · 11 years ago
  18. 135a000 staging: comedi: dt9812: move shadow values to private data by H Hartley Sweeten · 11 years ago
  19. 9e8917b staging: comedi: dt9812: use module_comedi_usb_driver() by H Hartley Sweeten · 11 years ago
  20. eb5a0a8 staging: comedi: dt9812: move the sempaphore used by the comedi_driver by H Hartley Sweeten · 11 years ago
  21. fad1c32 staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_out_shadow() by H Hartley Sweeten · 11 years ago
  22. 387d4879 staging: comedi: dt9812: tidy up the usb endpoint enumeration by H Hartley Sweeten · 11 years ago
  23. 9d231df staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_out() by H Hartley Sweeten · 11 years ago
  24. 687d847 staging: comedi: dt9812: pass the comedi_device * to dt9812_configure_mux() by H Hartley Sweeten · 11 years ago
  25. be8f16d staging: comedi: dt9812: pass the comedi_device * to dt9812_configure_gain() by H Hartley Sweeten · 11 years ago
  26. c13626a staging: comedi: dt9812: pass the comedi_device * to dt9812_analog_in() by H Hartley Sweeten · 11 years ago
  27. 1c1f1d0 staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_out_shadow() by H Hartley Sweeten · 11 years ago
  28. 51af6fa staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_out() by H Hartley Sweeten · 11 years ago
  29. 4bc839f staging: comedi: dt9812: pass the comedi_device * to dt9812_digital_in() by H Hartley Sweeten · 11 years ago
  30. 0ec77d3 staging: comedi: dt9812: tidy up usb_bulk_msg() calls by H Hartley Sweeten · 11 years ago
  31. 1415003 staging: comedi: dt9812: remove attaching by serial number by H Hartley Sweeten · 11 years ago
  32. 98c83cf staging: comedi: dt9812: rename 'comedi' variable in struct slot_dt9812 by H Hartley Sweeten · 11 years ago
  33. 415227c staging: comedi: dt9812: rename the private data struct by H Hartley Sweeten · 11 years ago
  34. df785c7 staging: comedi: dt9812: move the usb framework functions to EOF by H Hartley Sweeten · 11 years ago
  35. dabf2aa staging: comedi: usbduxfast: tidy up usbduxfast_ai_insn_read() by H Hartley Sweeten · 11 years ago
  36. 17fdeba staging: comedi: usbduxfast: introduce usbduxfast_cmd_data() by H Hartley Sweeten · 11 years ago
  37. ebe9f1c staging: comedi: usbduxfast: rename usbduxfastsub_submit_InURBs() by H Hartley Sweeten · 11 years ago
  38. bbb2d2d staging: comedi: usbduxfast: rename CamelCase 'minSamplPer' by H Hartley Sweeten · 11 years ago
  39. fbe38a8b staging: comedi: usbduxfast: consolidate the firmware upload by H Hartley Sweeten · 11 years ago
  40. dcd29f5 staging: comedi: usbduxfast: move usbduxfast_upload_firmware() by H Hartley Sweeten · 11 years ago
  41. 1b4997e staging: comedi: usbduxfast: tidy up firmwareUpload() by H Hartley Sweeten · 11 years ago
  42. 060f215 staging: comedi: usbduxfast: fix a > 80 char line issue by H Hartley Sweeten · 11 years ago
  43. ce976fd staging: comedi: usbduxfast: tidy up usbduxfast_ai_cancel() by H Hartley Sweeten · 11 years ago
  44. 32fa46b staging: comedi: usbduxfast: tidy up usbduxfast_ai_stop() by H Hartley Sweeten · 11 years ago
  45. cb8c003 staging: comedi: usbduxfast: tidy up usbduxfastsub_unlink_InURBs() by H Hartley Sweeten · 11 years ago
  46. 665ff8d staging: comedi: usbduxfast: tidy up send_dux_commands() by H Hartley Sweeten · 11 years ago
  47. 3056b10 staging: comedi: usbduxfast: remove extra dev_err() messages by H Hartley Sweeten · 11 years ago
  48. 5659e24 staging: comedi: usbduxfast: rename 'dux_commands' in private data by H Hartley Sweeten · 11 years ago
  49. ef8e084 staging: comedi: usbduxfast: rename 'transfer_buffer' in private data by H Hartley Sweeten · 11 years ago
  50. 5ee182a staging: comedi: usbduxfast: rename 'insnBuffer' from private data by H Hartley Sweeten · 11 years ago
  51. da58c26 staging: comedi: usbduxfast: rename 'urbIn' in private data by H Hartley Sweeten · 11 years ago
  52. a4f2e0f staging: comedi: usbduxfast: remove 'usb' from the private data by H Hartley Sweeten · 11 years ago
  53. a71a65b staging: comedi: usbduxfast: remove 'intf' from the private data by H Hartley Sweeten · 11 years ago
  54. 106af99 staging: comedi: usbduxfast: use dev->class_dev for all dev_{level} messages by H Hartley Sweeten · 11 years ago
  55. 14bcafe staging: comedi: usbduxfast: remove 'comedidev' from the private data by H Hartley Sweeten · 11 years ago
  56. da63c39 staging: comedi: usbduxfast: don't pass the private data directly by H Hartley Sweeten · 11 years ago
  57. 01245e7 staging: comedi: usbduxfast: remove 'ifnum' from private data by H Hartley Sweeten · 11 years ago
  58. 7c346c2 staging: comedi: usbduxfast: remove 'attached' from private data by H Hartley Sweeten · 11 years ago
  59. 50a4cf9 staging: comedi: usbduxfast: remove 'probed' from private data by H Hartley Sweeten · 11 years ago
  60. 38bf7ba staging: comedi: usbduxfast: absorb tidy_up() into the (*detach) by H Hartley Sweeten · 11 years ago
  61. 8f210c0 staging: comedi: usbduxfast: remove some unused defines by H Hartley Sweeten · 11 years ago
  62. 2d719c9 staging: comedi: usbduxfast: Move usb_driver (*probe) into comedi_driver by H Hartley Sweeten · 11 years ago
  63. 0c4ab67 staging: comedi: usbduxfast: Use comedi_usb_auto_unconfig() for (*disconnect) by H Hartley Sweeten · 11 years ago
  64. f8eb27e staging: comedi: usbduxfast: tidy up usbduxfastsub_ai_Irq() by H Hartley Sweeten · 11 years ago
  65. ba6205d staging: comedi: usbduxfast: remove all COMEDI_DEBUG messages by H Hartley Sweeten · 11 years ago
  66. 9576028 staging: comedi: usbduxfast: tidy up usbduxfast_attach_common() by H Hartley Sweeten · 11 years ago
  67. 2e7a309 staging: comedi: usbduxfast: remove 'owner' from usb_driver by H Hartley Sweeten · 11 years ago
  68. 7aa41c3 staging: comedi: usbduxfast: rename usbduxfastsub_s variables by H Hartley Sweeten · 11 years ago
  69. e4a8ecc staging: comedi: usbduxfast: rename usb_device variables by H Hartley Sweeten · 11 years ago
  70. a35fd8a staging: comedi: usbduxfast: rename usb_interface variables by H Hartley Sweeten · 11 years ago
  71. ca88c09 staging: comedi: usbduxfast: use a local var for the usbduxfastsub_s by H Hartley Sweeten · 11 years ago
  72. 64bf88bf staging: comedi: usbduxfast: remove COMEDI_DEBUG noise in usb (*probe) by H Hartley Sweeten · 11 years ago
  73. 998bb7b staging: comedi: usbduxfast: request firmware synchronously by H Hartley Sweeten · 11 years ago
  74. 4e595c0 Staging: speakup: Fix return value in synth.c by Sachin Kamat · 11 years ago
  75. 15ab600 Staging: speakup: Fix sparse warning in varhandlers.c by Sachin Kamat · 11 years ago
  76. 6eb178c Staging: speakup: Return NULL instead of 0 in speakup_decpc.c by Sachin Kamat · 11 years ago
  77. 667b614 staging: speakup: remove custom locking macro definitions by William Hubbs · 11 years ago
  78. 6697330 staging: speakup: synth: remove custom locking macros by William Hubbs · 11 years ago
  79. 939d84e staging: speakup: thread: remove custom locking macros by William Hubbs · 11 years ago
  80. 89c9df1 staging: speakup: soft: remove custom locking macros by William Hubbs · 11 years ago
  81. e6f1838 staging: speakup: keypc: remove custom locking macros by William Hubbs · 11 years ago
  82. 62c8c83 staging: speakup: dtlk: remove custom locking macros by William Hubbs · 11 years ago
  83. 68743d6 staging: speakup: dectlk: remove custom locking macros by William Hubbs · 11 years ago
  84. 4d888b2 staging: speakup: decpc: remove custom locking macros by William Hubbs · 11 years ago
  85. b4b93e3 staging: speakup: decext: remove custom locking macros by William Hubbs · 11 years ago
  86. 6ca4dbe staging: speakup: apollo: remove custom locking macros by William Hubbs · 11 years ago
  87. 995b904 staging: speakup: acntpc: remove custom locking macros by William Hubbs · 11 years ago
  88. 9fb31b1 staging: speakup: serialio: remove custom locking macros by William Hubbs · 11 years ago
  89. 8ec0826 staging: speakup: remove spk_trylock macro definition by William Hubbs · 11 years ago
  90. 3efe810 staging: speakup: main: remove custom locking macros by William Hubbs · 11 years ago
  91. 550e579 staging: speakup: i18n: remove custom locking macros by William Hubbs · 11 years ago
  92. 2da11ba staging: speakup: devsynth: remove custom locking macros by William Hubbs · 11 years ago
  93. c2d7f74 staging: speakup: kobjects: remove custom locking macros by William Hubbs · 11 years ago
  94. e7b7691 staging: wlags49_h2: fix up "205179d staging: wlags49_h2: strncpy, need checking the memory length" for avoiding warnings by Chen Gang · 11 years ago
  95. 167bf09 staging: nvec: Convert to use devm_input_allocate by Leon Romanovsky · 11 years ago
  96. 5e763f7b staging: comedi: ni_labpc: remove *_ai_gain_bits tables by H Hartley Sweeten · 11 years ago
  97. 8671438 Staging: ft1000: Change C99 comments in ft1000_dnld.c by Dylan Socolobsky · 11 years ago
  98. 6fb3c2b Staging: ft1000: fix brace coding style in ft1000_dnld.c by Dylan Socolobsky · 11 years ago
  99. 85b3847 staging/xgifb: Fix always false condition in vb_setmode.c (smatch) by Peter Huewe · 11 years ago
  100. 986eb9f staging/xgifb: Remove unnecessary binary calculation in GetXG27FPBits by Peter Huewe · 11 years ago