1. 46552bf Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  2. 8a1115f scripts/spelling.txt: add "disble(d)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  3. dcc7620 usb: host: xhci-plat: Fix timeout on removal of hot pluggable xhci controllers by Guenter Roeck · 8 years ago
  4. f95e60a usb: host: xhci-dbg: HCIVERSION should be a binary number by Peter Chen · 8 years ago
  5. 20e4e37 usb: xhci: remove dummy extra_priv_size for size of xhci_hcd struct by Chunfeng Yun · 8 years ago
  6. 94a631d usb: xhci-mtk: check hcc_params after adding primary hcd by Chunfeng Yun · 8 years ago
  7. 85550f9 usb: ohci-at91: Do not drop unhandled USB suspend control requests by Jelle Martijn Kok · 8 years ago
  8. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  9. baa42a3 ohci-hub: fix typo in dbg_port macro by Jelle Martijn Kok · 8 years ago
  10. f3c4c73 usb: xhci-mtk: make the reference clock optional by Chunfeng Yun · 8 years ago
  11. 6969408 xhci: refactor xhci_urb_enqueue by Mathias Nyman · 8 years ago
  12. 7e64b03 xhci: simplify how we store TDs in urb private data by Mathias Nyman · 8 years ago
  13. 9ef7fbb xhci: Rename variables related to transfer descritpors by Mathias Nyman · 8 years ago
  14. e6f7caa xhci: rename size variable to num_tds by Mathias Nyman · 8 years ago
  15. a711ede usb: host: xhci: add xhci_virt_device tracer by Felipe Balbi · 8 years ago
  16. d4d93e6 usb: host: xhci: remove newline from tracer by Felipe Balbi · 8 years ago
  17. c0e625c usb: host: xhci: convert several if() to a single switch statement by Felipe Balbi · 8 years ago
  18. 5abdc2e usb: host: xhci: add urb_enqueue/dequeue/giveback tracers by Felipe Balbi · 8 years ago
  19. a37c3f7 usb: host: xhci: make a generic TRB tracer by Felipe Balbi · 8 years ago
  20. ed6d643 usb: host: xhci: combine event TRB completion debugging messages by Felipe Balbi · 8 years ago
  21. a54cfae usb: host: xhci: convert to list_for_each_entry_safe() by Felipe Balbi · 8 years ago
  22. 5278204 xhci: use the trb_to_noop() helper for command trbs by Mathias Nyman · 8 years ago
  23. ae1e3f0 xhci: Introduce helper to turn one TRB into a no-op by Mathias Nyman · 8 years ago
  24. a60f2f2 usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer() by Felipe Balbi · 8 years ago
  25. f45e2a0 usb: host: xhci: check for a valid ring when unmapping bounce buffer by Felipe Balbi · 8 years ago
  26. f3899a2 usb: host: xhci: remove bogus __releases()/__acquires() annotation by Felipe Balbi · 8 years ago
  27. 55fa439 usb: host: xhci: introduce xhci_td_cleanup() by Felipe Balbi · 8 years ago
  28. be0f50c usb: host: xhci: reorder variable definitions by Felipe Balbi · 8 years ago
  29. 04861f8 usb: host: xhci: use slightly better list helpers by Felipe Balbi · 8 years ago
  30. ec84481 usb: host: xhci: remove unneded semicolon by Felipe Balbi · 8 years ago
  31. 76a3529 usb: host: xhci: simplify irq handler return by Felipe Balbi · 8 years ago
  32. 0b7c105 usb: host: xhci: rename completion codes to match spec by Felipe Balbi · 8 years ago
  33. ced09c9 usb: host: xhci: print HCIVERSION on debug by Felipe Balbi · 8 years ago
  34. 98871e9 usb: host: xhci: change pre-increments to post-increments by Felipe Balbi · 8 years ago
  35. 989bad1 usb: xhci: remove unnecessary return in xhci_pci_setup() by Lu Baolu · 8 years ago
  36. daa47f2 usb: xhci: use list_is_singular for cmd_list by Lu Baolu · 8 years ago
  37. fb79a6d usb: xhci: avoid unnecessary calculation by Lu Baolu · 8 years ago
  38. 80c4796 usb: xhci: remove unnecessary assignment by Lu Baolu · 8 years ago
  39. 21939f0 usb: host: xhci-plat: enable BROKEN_PED quirk if platform requested by Felipe Balbi · 8 years ago
  40. 41135de usb: xhci: add quirk flag for broken PED bits by Felipe Balbi · 8 years ago
  41. 52c31bd xhci: Put warning message on a single line by Alexander Stein · 8 years ago
  42. e22caf8 usb: host: xhci: Remove unused 'addr_64' variable in xhci_hcd structure by Baolin Wang · 8 years ago
  43. 1cc6d86 usb: xhci: remove unnecessary second abort try by Lu Baolu · 8 years ago
  44. 6b02e97 xhci: remove unnecessary check for pending timer by Mathias Nyman · 8 years ago
  45. f992659 xhci: detect stop endpoint race using pending timer instead of counter. by Mathias Nyman · 8 years ago
  46. 9983a5f xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING by Mathias Nyman · 8 years ago
  47. 505f581 xhci: simplify if statement to make it more readable by Mathias Nyman · 8 years ago
  48. 692665c Merge 4.10-rc5 into usb-next by Greg Kroah-Hartman · 8 years ago
  49. 488dc16 xhci: remove WARN_ON if dma mask is not set for platform devices by Mathias Nyman · 8 years ago
  50. 9c4afd4 usb: xhci-mtk: add reference clock by Chunfeng Yun · 8 years ago
  51. 5de4e1e usb: host: xhci: plat: check hcc_params after add hcd by William wu · 8 years ago
  52. fd7723e usb: host: constify dev_pm_ops structures by Bhumika Goyal · 8 years ago
  53. 51c7629 usb: host: oxu210hp-hcd: remove unused variable by Sudip Mukherjee · 8 years ago
  54. a47b66d Merge 4.10-rc4 into usb-next by Greg Kroah-Hartman · 8 years ago
  55. d6169d0 xhci: fix deadlock at host remove by running watchdog correctly by Mathias Nyman · 8 years ago
  56. 68bd6fc usb: host: ohci-exynos: Decrese node refcount on exynos_ehci_get_phy() error paths by Krzysztof Kozlowski · 8 years ago
  57. 3f6026b usb: host: ehci-exynos: Decrese node refcount on exynos_ehci_get_phy() error paths by Krzysztof Kozlowski · 8 years ago
  58. 808cf33 usb: make the MTK XHCI driver compile for older MIPS SoCs by John Crispin · 8 years ago
  59. bf2b419 USB: ohci-omap: defer probe if PHY is missing by Aaro Koskinen · 8 years ago
  60. 8f12dc2 usb: ohci-at91: use descriptor-based gpio APIs correctly by Peter Rosin · 8 years ago
  61. 29fc1aa usb: host: xhci: handle COMP_STOP from SETUP phase too by Felipe Balbi · 8 years ago
  62. 6c97cfc usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo Lake by Wan Ahmad Zainie · 8 years ago
  63. 1c111b6 xhci: Fix race related to abort operation by OGAWA Hirofumi · 8 years ago
  64. cb4d5ce xhci: Use delayed_work instead of timer for command timeout by OGAWA Hirofumi · 8 years ago
  65. 4dea707 usb: xhci: hold lock over xhci_abort_cmd_ring() by Lu Baolu · 8 years ago
  66. a5a1b95 xhci: Handle command completion and timeout race by Mathias Nyman · 8 years ago
  67. 2a7cfdf usb: host: xhci: Fix possible wild pointer when handling abort command by Baolin Wang · 8 years ago
  68. 2b98546 usb: xhci: fix possible wild pointer by Lu Baolu · 8 years ago
  69. 28bedb5 usb: return error code when platform_get_irq fails by Pan Bian · 8 years ago
  70. 90797ae usb: xhci: fix return value of xhci_setup_device() by Lu Baolu · 8 years ago
  71. ee8665e xhci: free xhci virtual devices with leaf nodes first by Mathias Nyman · 8 years ago
  72. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  73. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  74. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  75. 0ab7b12 Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  76. 5c5a94a USB: OHCI: nxp: fix code warnings by Manjunath Goudar · 8 years ago
  77. 890f670 USB: OHCI: nxp: remove useless extern declaration by Manjunath Goudar · 8 years ago
  78. baf50a6 USB: OHCI: at91: remove useless extern declaration by Manjunath Goudar · 8 years ago
  79. c9e82b0 USB: OHCI: ohci-pxa27x: remove useless functions by Manjunath Goudar · 8 years ago
  80. 680811d USB: OHCI: omap: remove useless extern declaration by Manjunath Goudar · 8 years ago
  81. 1b43a85 USB: OHCI: ohci-omap: remove useless functions by Manjunath Goudar · 8 years ago
  82. f83fb63 USB: OHCI: ohci-s3c2410: remove useless functions by Manjunath Goudar · 8 years ago
  83. 9d4b827 fsl/usb: Workarourd for USB erratum-A005697 by Changming Huang · 8 years ago
  84. fd3ed14 USB: EHCI: ehci-w90x900: remove unuseful functions by Manjunath Goudar · 8 years ago
  85. 96cad6f usb: ohci: s3c2410: allow probing from device tree by Sergio Prado · 8 years ago
  86. 640308b USB: ohci: da8xx: Resume the entire host controller by Axel Haslam · 8 years ago
  87. 190534f USB: ohci: da8xx: Allow probing from DT by Axel Haslam · 8 years ago
  88. c844ff7 USB: ohci: da8xx: Allow a regulator to handle VBUS by Axel Haslam · 8 years ago
  89. f3c56fb USB: ohci: da8xx: Add wrappers for platform callbacks by Axel Haslam · 8 years ago
  90. c7a4f9f USB: ohci: da8xx: use ohci priv data instead of globals by Axel Haslam · 8 years ago
  91. eacae5d usb: ohci-da8xx: rename driver to ohci-da8xx by Axel Haslam · 8 years ago
  92. 8694f59 USB: OHCI: use dma_pool_zalloc by shashi bhusan · 8 years ago
  93. ae4d814 Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  94. c95a9f8 usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL by Dan Carpenter · 8 years ago
  95. c2d3d49 usb: xhci: move slot_id from xhci_hcd to xhci_command structure by Lu Baolu · 8 years ago
  96. 87e44f2 usb: xhci: remove the use of xhci->addr_dev by Lu Baolu · 8 years ago
  97. 228cfae usb: xhci: cleanup cmd_completion in xhci_virt_device by Lu Baolu · 8 years ago
  98. 5071e6b xhci: add helper to get the endpoint state of a endpoint context by Mathias Nyman · 8 years ago
  99. 3f1dae6 usb: host: xhci: plat: add support for Renesas r8a7796 SoC by Yoshihiro Shimoda · 8 years ago
  100. 125f0c0 usb: host: xhci: rcar: add a new firmware version for r8a7796 by Yoshihiro Shimoda · 8 years ago