1. cd455eb most: usb: replace snprintf in show functions with sysfs_emit by Jing Yao · 3 years, 2 months ago
  2. 63b3e810 most: fix control-message timeouts by Johan Hovold · 3 years, 2 months ago
  3. 97a6f77 drivers: most: add USB adapter driver by Christian Gromm · 4 years, 5 months ago[Renamed from drivers/staging/most/usb/usb.c]
  4. 11974ac staging: most: usb: init return value in default path of switch/case expression by Christian Gromm · 4 years, 7 months ago
  5. 549d2db staging: most: usb: use function sysfs_streq by Christian Gromm · 4 years, 7 months ago
  6. f1f4823 staging: most: usb: add missing put_device calls by Christian Gromm · 4 years, 7 months ago
  7. f470a5b staging: most: usb: use correct error codes by Christian Gromm · 4 years, 7 months ago
  8. 1fd4fb8 staging: most: usb: replace code to calculate array index by Christian Gromm · 4 years, 7 months ago
  9. 6405fe2 staging: most: usb: don't use error path to exit function on success by Christian Gromm · 4 years, 7 months ago
  10. 8bf56cf staging: most: usb: move allocation of URB out of critical section by Christian Gromm · 4 years, 7 months ago
  11. 2c069b6 staging: most: usb: return 0 instead of variable by Christian Gromm · 4 years, 7 months ago
  12. ffd069e staging: most: usb: change return value of function drci_rd_reg by Christian Gromm · 4 years, 7 months ago
  13. a0dbe1b staging: most: usb: don't use expressions that might fail in a declaration by Christian Gromm · 4 years, 7 months ago
  14. 1c538a4 staging: most: usb: change order of function parameters by Christian Gromm · 4 years, 7 months ago
  15. dfeb938 staging: most: usb: use macro ATTRIBUTE_GROUPS by Christian Gromm · 4 years, 8 months ago
  16. 3dcf93fe staging: most: usb: use dev_dbg function by Christian Gromm · 4 years, 8 months ago
  17. c1a57be staging: most: usb: check number of reported endpoints by Christian Gromm · 4 years, 8 months ago
  18. bffea15 staging: most: usb: remove reference to USB error codes by Christian Gromm · 4 years, 8 months ago
  19. 6257322 staging: most: usb: use dev_*() functions to print messages by Christian Gromm · 4 years, 8 months ago
  20. d92e699 staging: most: usb: sanity check channel before using it as an index into arrays by Colin Ian King · 4 years, 8 months ago
  21. 08e1b42 staging: most: usb: add PM functions by Christian Gromm · 4 years, 8 months ago
  22. e3881eb staging: most: usb: consolidate code by Christian Gromm · 4 years, 8 months ago
  23. 188d5b4 staging: most: usb: drop unlikely macros by Christian Gromm · 4 years, 8 months ago
  24. 441be56 staging: most: usb: use EINVAL error code by Christian Gromm · 4 years, 8 months ago
  25. 3e8621a staging: most: usb: remove overcautious parameter checking by Christian Gromm · 4 years, 8 months ago
  26. b276527 staging: most: move core files out of the staging area by Christian Gromm · 4 years, 10 months ago
  27. fc15799 staging: most: usb: check for NULL device by Christian Gromm · 5 years ago
  28. 723de0f staging: most: remove device from interface structure by Christian Gromm · 5 years ago
  29. 532c291 staging: most: remove header include path to drivers/staging by Masahiro Yamada · 5 years ago
  30. 6f4d22d staging: most: use angle brackets in include path by Christian Gromm · 5 years ago
  31. c1d3fb8 staging: most: rename core.h to most.h by Christian Gromm · 5 years ago
  32. 5b082c2 staging: most: usb: remove prefix from description tag by Christian Gromm · 6 years ago
  33. 869d3ac staging: most: usb: add release function for DCI device by Christian Gromm · 6 years ago
  34. bddd3c2 staging: most: fix label names by Christian Gromm · 6 years ago
  35. be8a8ca staging: most: usb: remove local variable by Christian Gromm · 7 years ago
  36. c06b99e staging: most: usb: fix usb_disconnect race condition by Christian Gromm · 7 years ago
  37. 9a32315 staging: most: usb: don't set URB_ZERO_PACKET flag for synchronous data by Christian Gromm · 7 years ago
  38. 3b1a774 staging: most: usb: add ep number to log by Christian Gromm · 7 years ago
  39. 69c90cf1 staging: most: sound: call snd_card_new with struct device by Christian Gromm · 7 years ago
  40. 3598cec staging: most: make interface drivers allocate coherent memory by Christian Gromm · 7 years ago
  41. 9917b20 staging: most: Fix identifiers to function parameters by Ravi Eluri · 7 years ago
  42. f15e3ad staging: most: make DEVICE_ATTR structures static by Christian Gromm · 7 years ago
  43. 3d9c54b staging: most: usb: fix show/store function names by Christian Gromm · 7 years ago
  44. 8f20f2d staging: most: usb: clear functional stall on OUT endpoint by Christian Gromm · 7 years ago
  45. 66b4688 staging: most: usb: remove pointer initialization by Christian Gromm · 7 years ago
  46. 4d5f022 staging: most: remove proprietary kobjects by Christian Gromm · 7 years ago
  47. 6e01fc7 staging: most: usb: rename module by Christian Gromm · 7 years ago[Renamed (99%) from drivers/staging/most/hdm-usb/hdm_usb.c]
  48. 057301c staging: most: move core files by Christian Gromm · 7 years ago
  49. c1dcb35 staging: most: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  50. 1a79f22 staging: most: add SPDX identifiers to all most driver files by Greg Kroah-Hartman · 7 years ago
  51. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  52. b9d7adc staging: most: hdm_usb: Driver registration with module_driver macro by Alex Briskin · 7 years ago
  53. 27acb55 staging: most: usb: constify usb_device_id by Arvind Yadav · 7 years ago
  54. d35bbfa staging: most: remove dependency on networking-aim by Andrey Shvetsov · 8 years ago
  55. c6a677c Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  56. e1c3e6e docs-rst: fix usb cross-references by Mauro Carvalho Chehab · 8 years ago
  57. b2e8aa5 staging: most: usb: pass correct register table by Christian Gromm · 8 years ago
  58. 5c13155 staging: most: usb: fix size overflow by Andrey Shvetsov · 8 years ago
  59. f500192 staging: most: usb: fix calculation of the extra_len by Andrey Shvetsov · 8 years ago
  60. f3147b6 staging: most: hdm-usb: fix symbolic permissions warning by Sebastian Haas · 8 years ago
  61. 5a10380 staging: most: hdm-usb: Fix mismatch between types used in sizeof operator by Eric Salem · 8 years ago
  62. cbe50fc staging: most: change dma_buf variable to __le16 by Ramiro Oliveira · 8 years ago
  63. 25e3854 staging: most: hdm-usb: add comment by Christian Gromm · 8 years ago
  64. e33269f staging: most: hdm-usb: introduce synchronization function by Andrey Shvetsov · 8 years ago
  65. 7c23baa staging: most: hdm-usb: do h/w specific synchronization at configuration time by Andrey Shvetsov · 8 years ago
  66. 3a54200 staging: most: hdm-usb: fix mbo buffer leak by Andrey Shvetsov · 8 years ago
  67. f28e6cd staging: most: hdm-usb: remove filtering of networking state by Andrey Shvetsov · 8 years ago
  68. 0540609 staging: most: replace MOST_CH_ISOC_AVP with MOST_CH_ISOC by Andrey Shvetsov · 8 years ago
  69. 520a284 staging: most: hdm-usb: convert pr_warn() to dev_warn() by Eva Rachel Retuya · 8 years ago
  70. 88d1878 staging: most: hdm-usb: rename channel related spinlock by Christian Gromm · 8 years ago
  71. 3fbcb92 staging: most: hdm-usb: remove calls to usb_unachor_urb by Christian Gromm · 8 years ago
  72. d223b37 staging: most: hdm-usb: remove redundant spinlocks by Christian Gromm · 8 years ago
  73. 27e6245 staging: most: hdm-usb: remove proprietary urb anchoring by Christian Gromm · 8 years ago
  74. 98a3c4d staging: most: hdm-usb: remove repeated access to structure by Christian Gromm · 8 years ago
  75. 3e2880b staging: most: hdm-usb: remove reference to read function in write only macro by Andrey Shvetsov · 8 years ago
  76. ac33fbb staging: most: hdm-usb: initialize variables by declaration by Andrey Shvetsov · 8 years ago
  77. 0e9b9d0 staging: most: hdm-usb: unify variable names by Christian Gromm · 8 years ago
  78. a27cb25 staging: most: hdm-usb: unify returned errors by Andrey Shvetsov · 8 years ago
  79. a747b42 staging: most: hdm-usb: replace if-else branches with lookup table by Christian Gromm · 8 years ago
  80. d5cfb0f staging: most: hdm-usb: use defined error codes by Christian Gromm · 8 years ago
  81. c055464 staging: most: hdm-usb: extend DCI access by Christian Gromm · 8 years ago
  82. 5bf9bd8 staging: most: hdm-usb: add support for new USB gadget by Christian Gromm · 8 years ago
  83. 9736fc0 staging: most: hdm-usb: remove unnecessary status assignment by Christian Gromm · 8 years ago
  84. 089612f staging: most: hdm-usb: init variables at declaration time by Christian Gromm · 8 years ago
  85. dd53ecb staging: most: hdm-usb: remove redundant parenthesis by Christian Gromm · 8 years ago
  86. 4b1a7cf staging: most: hdm-usb: remove completion object by Christian Gromm · 8 years ago
  87. b24c9fe staging: most: hdm-usb: synchronize release of struct buf_anchor by Christian Gromm · 8 years ago
  88. cf6a599 staging: most: hdm-usb: assign spinlock to local variable by Christian Gromm · 8 years ago
  89. bf9503f staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue by Christian Gromm · 8 years ago
  90. cf05918 staging: most: hdm-usb: simplify initialization of mbo->status. by Christian Gromm · 8 years ago
  91. 4246501 staging: most: hdm-usb: remove redundant conditions by Christian Gromm · 8 years ago
  92. 879c93fe staging: most: hdm-usb: make use of is_channel_healthy flag by Christian Gromm · 8 years ago
  93. 654f7ec staging: most: hdm-usb: rename ID_INIC for consistency by Christian Gromm · 8 years ago
  94. b50762e staging: most: hdm-usb: add USB product id by Christian Gromm · 8 years ago
  95. 72df4a5 staging: most: hdm-usb: stop core from submitting buffers in case of broken pipe by Christian Gromm · 8 years ago
  96. cc28983 staging: most: hdm-usb: fix clear halt processing by Christian Gromm · 8 years ago
  97. 9ed745f staging: most: hdm-usb: provide MBO status when freeing buffers by Christian Gromm · 8 years ago
  98. cce9301 staging: most: hdm-usb: remove unused macro HW_RESYNC by Christian Gromm · 8 years ago
  99. ec7e0a1 staging: most: hdm-usb: reduce context of list_del mutex by Christian Gromm · 8 years ago
  100. ca47d8f staging: most: hdm-usb: hdm_usb: don't print error when allocating urb fails by Wolfram Sang · 8 years ago