1. e9a3711 Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 11 years ago
  2. 0ba3307 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  3. f2c73464 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  4. feffe09 usb: ehci: add freescale imx28 special write register method by Peter Chen · 11 years ago
  5. d77276c USB: fsl-mph-dr-of: adjust for OF based clock lookup by Gerhard Sittig · 11 years ago
  6. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  7. f2d9b99 xhci: Set scatter-gather limit to avoid failed block writes. by Sarah Sharp · 11 years ago
  8. d6c9ea9 xhci: Avoid infinite loop when sg urb requires too many trbs by Ben Hutchings · 11 years ago
  9. 1f53b48 USB: fix: ohci-at91 mismerge build error by Arnd Bergmann · 11 years ago
  10. a7dedb4 Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/drivers by Olof Johansson · 11 years ago
  11. e7d248f Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/cleanup by Olof Johansson · 11 years ago
  12. 99f14bd4 Merge 3.13-rc5 into usb-next by Greg Kroah-Hartman · 11 years ago
  13. e2a3a64 Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 11 years ago
  14. 9005355 usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix() by Jack Pham · 11 years ago
  15. 81574fc USB: ohci-octeon: Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  16. 09796be USB: ohci-spear: Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  17. 3e2e714 USB: ohci-ppc-of: Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  18. ac8d81f USB: ohci-nxp: Use devm_clk_get() by Jingoo Han · 11 years ago
  19. 849da2d USB: ehci-w90x900: Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  20. 644db16 USB: ohci-da8xx: Use devm_*() functions by Jingoo Han · 11 years ago
  21. c81c3b0 USB: ohci-jz4740: Use devm_*() functions by Jingoo Han · 11 years ago
  22. f1080e4 USB: ohci-pxa27x:Use devm_*() functions by Jingoo Han · 11 years ago
  23. 49aa57b USB: ehci-octeon: Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  24. 7667fe6 USB: ehci-fsl: Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  25. 806f6e6 USB: ehci-orion: Use devm_*() functions by Jingoo Han · 11 years ago
  26. 63c9b9d3 USB: ohci-ppc-of: use dev_err() instead of printk() by Jingoo Han · 11 years ago
  27. 0a3aa0d USB: ohci-omap: use dev_err() instead of printk() by Jingoo Han · 11 years ago
  28. a74cf5c USB: ehci-xilinx-of: use dev_err() instead of printk() by Jingoo Han · 11 years ago
  29. 346c8b2 USB: ehci-ppc-of: use dev_err() instead of printk() by Jingoo Han · 11 years ago
  30. fb53e94 USB: ehci-orion: use dev_warn() instead of printk() by Jingoo Han · 11 years ago
  31. fc32f11 USB: ehci-grlib: use dev_err() instead of printk() by Jingoo Han · 11 years ago
  32. f4fbb6d USB: ehci-fsl: use dev_warn() instead of printk() by Jingoo Han · 11 years ago
  33. fc7a325 usb: ohci-at91: use device managed clk retrieval by Boris BREZILLON · 11 years ago
  34. 5b218a0 usb: ohci-at91: use dev variable instead of &pdev->dev by Boris BREZILLON · 11 years ago
  35. cca2bbb usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resource by Boris BREZILLON · 11 years ago
  36. 599459d xhci: Remove unused variable 'addr' in inc_deq() and inc_enq(). by Lin Wang · 11 years ago
  37. fb5f183 usb: ohci-at91: fix irq and iomem resource retrieval by Boris BREZILLON · 11 years ago
  38. d59abb9 Merge branch 3.13-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  39. 4e6a1ee xhci: Add quirks module option by Takashi Iwai · 11 years ago
  40. 75606f5 USB: EHCI: tegra: use reset framework by Stephen Warren · 11 years ago
  41. 6f8ffc0 xhci: clarify logging in xhci_setup_device by Dan Williams · 11 years ago
  42. 48fc7db usb: xhci: change enumeration scheme to 'new scheme' by default by Dan Williams · 11 years ago
  43. 6962d91 xhci: Limit the spurious wakeup fix only to HP machines by Takashi Iwai · 11 years ago
  44. 7b3e374 usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUT by Thomas Pugliese · 11 years ago
  45. 3c9740a usb: hcd: move controller wakeup setting initialization to individual driver by Peter Chen · 11 years ago
  46. e10e6f4 usb: Use dev_is_pci() to check whether it is pci device by Yijing Wang · 11 years ago
  47. b374487 usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_ep, and by Thomas Pugliese · 11 years ago
  48. d2e3d2b USB: OHCI: Properly handle ohci-spear suspend by Majunath Goudar · 11 years ago
  49. 14982e3 USB: OHCI: Properly handle ohci-exynos suspend by Majunath Goudar · 11 years ago
  50. 933bb1f USB: OHCI: Properly handle ohci-da8xx suspend by Majunath Goudar · 11 years ago
  51. 0ded36d USB: OHCI: Properly handle ohci-s3c2410 suspend by Majunath Goudar · 11 years ago
  52. a9d3840 USB: OHCI: Properly handle ohci-at91 suspend by Majunath Goudar · 11 years ago
  53. e1bffbf USB: OHCI: Properly handle OHCI controller suspend by Majunath Goudar · 11 years ago
  54. 2e30d14 USB: fix coccinelle warnings by Fengguang Wu · 11 years ago
  55. 2fd3f65 USB: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 11 years ago
  56. 9876388 usb: ohci-pxa27x: include linux/dma-mapping.h by Daniel Mack · 11 years ago
  57. a458677 usb: host: Remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  58. c793d08 USB: kill #undef VERBOSE_DEBUG by Oliver Neukum · 11 years ago
  59. 1c20163 usb: kill DEBUG compile option by Oliver Neukum · 11 years ago
  60. 0b5fa3b fusbh200: kill fusbh200_vdbg by Oliver Neukum · 11 years ago
  61. c9472a2 fusb200h: always compile in debugfs support by Oliver Neukum · 11 years ago
  62. 514fbbf fusbh200: always compile debugfs support by Oliver Neukum · 11 years ago
  63. cb0bada fusb200h: don't log on every interrupt by Oliver Neukum · 11 years ago
  64. 8f3fd9d fusbh200: unconditionally compile debugging helpers by Oliver Neukum · 11 years ago
  65. 9bab24a uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUG by Oliver Neukum · 11 years ago
  66. cadb375 uhci: change dependency for debug parameter by Oliver Neukum · 11 years ago
  67. 0ada24a fusbh200: always build debugfs support by Oliver Neukum · 11 years ago
  68. be5ac4c fotg210: kill fotg210_vdbg() by Oliver Neukum · 11 years ago
  69. 3b707ec fotg210: remove conditional compilation by Oliver Neukum · 11 years ago
  70. f848a88 fotg210: change dbg_port() to evaluate parameters only if needed by Oliver Neukum · 11 years ago
  71. 063635e fotg210: always compile the support for debugfs by Oliver Neukum · 11 years ago
  72. a90b8fc fotg210: remove conditional compilation by Oliver Neukum · 11 years ago
  73. 991fb3d ehci: Remove debugging at every interrupt by Oliver Neukum · 11 years ago
  74. bbcd5ca ehci: no conditional compilation for interestingness by Oliver Neukum · 11 years ago
  75. 00b033b ohci: no conditional debugging in root hub hadling by Oliver Neukum · 11 years ago
  76. 1714ba0 ohci:always register debug files by Oliver Neukum · 11 years ago
  77. d2c4254 ohci: kill ohci_vdbg by Oliver Neukum · 11 years ago
  78. 5c2a180 ohci: remove conditional compilation by Oliver Neukum · 11 years ago
  79. 7dd09a1 xhci: replace xhci_write_64() with writeq() by Xenia Ragiadakou · 11 years ago
  80. e8b3733 xhci: replace xhci_read_64() with readq() by Xenia Ragiadakou · 11 years ago
  81. 204b779 xhci: replace xhci_writel() with writel() by Xenia Ragiadakou · 11 years ago
  82. b0ba972 xhci: replace xhci_readl() with readl() by Xenia Ragiadakou · 11 years ago
  83. 2a10004 xhci: remove conversion from generic to pci device in xhci_mem.c by Xenia Ragiadakou · 11 years ago
  84. 78d1ff0 xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints() by Xenia Ragiadakou · 11 years ago
  85. ef73400 xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints() by Xenia Ragiadakou · 11 years ago
  86. 0d3703b xhci: remove unnecessary check in xhci_free_stream_info() by Xenia Ragiadakou · 11 years ago
  87. 63a67a7 xhci: fix SCT_FOR_CTX(p) macro by Xenia Ragiadakou · 11 years ago
  88. 64ba419 xhci: replace USB_MAXINTERFACES with config->desc.bNumInterface by Xenia Ragiadakou · 11 years ago
  89. 0c052aa xhci: fix incorrect type in assignment in xhci_address_device() by Xenia Ragiadakou · 11 years ago
  90. d20c722 xhci: fix sparse warning in xhci-trace.h by Xenia Ragiadakou · 11 years ago
  91. f004669 xhci: fix derivation of TRB's DMA address in xhci_log_event Trace Event Class by Xenia Ragiadakou · 11 years ago
  92. 7e76ad4 xhci: fix incorrect type in assignment in handle_device_notification() by Xenia Ragiadakou · 11 years ago
  93. 5871948 xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit by Xenia Ragiadakou · 11 years ago
  94. 35773da usb: xhci: Link TRB must not occur within a USB payload burst by David Laight · 11 years ago
  95. 9b547a8 usb: r8a66597-hcd: Convert to clk_prepare/unprepare by Laurent Pinchart · 11 years ago
  96. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  97. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  98. aac59e3 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  99. e1fd734 DMA-API: usb: use new dma_coerce_mask_and_coherent() by Russell King · 11 years ago
  100. 22d9d8e DMA-API: usb: use dma_set_coherent_mask() by Russell King · 11 years ago