1. 57faca1 drivers: USB: OHCI: allow compilation for 64-bit targets by Andre Przywara · 8 years ago
  2. c6a0f7f usb: ehci-atmel: Remove unnecessary clock calling by Wenyou Yang · 8 years ago
  3. 9eea45f usb: xhci-mvebu: use xhci_deregister() for .remove callback by Masahiro Yamada · 8 years ago
  4. 99e2df4 usb: ehci-vf: use ehci_deregister() for .remove callback by Masahiro Yamada · 8 years ago
  5. 53302bd Remove some merge markers by Simon Glass · 8 years ago
  6. c9abfbd net: smsc95xx: fix DM MAC address reading by Stephen Warren · 8 years ago
  7. b11e298 usb: pci: Fix cast for 64-bit compilation by Simon Glass · 8 years ago
  8. fe4ba68 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  9. f413d1c mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261 by Sriram Dash · 8 years ago
  10. 4c04371 drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controller by Sriram Dash · 8 years ago
  11. c609775 usb: fsl: Renaming fdt_fixup_erratum and fdt_fixup_usb_erratum by Sriram Dash · 8 years ago
  12. a5c289b usb: fsl: Rename fdt_fixup_dr_usb by Sriram Dash · 8 years ago
  13. 0885cdb usb: host: ehci-vf: Migrate Vybrid USB to driver model by Sanchayan Maity · 8 years ago
  14. e915716 drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers requests by Sriram Dash · 8 years ago
  15. cea6c8c net: asix: Fix ASIX 88772B with driver model by Alban Bedel · 8 years ago
  16. 40e1236 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  17. 2f6a7e8 ARM: tegra: fix USB ULPI PHY reset signal inversion confusion by Stephen Warren · 8 years ago
  18. 6d55656 Merge git://www.denx.de/git/u-boot-marvell by Tom Rini · 8 years ago
  19. d36277e usb: xhci-mvebu: Add Armada 8K to compatiblity list by Stefan Roese · 8 years ago
  20. c6cfcc9 usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8) by Stefan Roese · 8 years ago
  21. 81c1f6f usb: xhci: Add Marvell MVEBU xHCI support by Stefan Roese · 8 years ago
  22. 6ad6102 usb:gadget: Disallow DFU in SPL for now by Tom Rini · 8 years ago
  23. 8824cfc usb: ehci-generic: support reset control for generic EHCI by Masahiro Yamada · 8 years ago
  24. 4982f46 Move ENOTSUPP defines to include/linux/errno.h by Masahiro Yamada · 8 years ago
  25. 5d97dff treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  26. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  27. 8319aeb usb: squash lines for immediate return by Masahiro Yamada · 8 years ago
  28. 4052734 usb: replace ehci_*_remove() with usb_deregister() by Masahiro Yamada · 8 years ago
  29. f7bb27a usb: host: add Kconfig for USB_XHCI_ROCKCHIP by Kever Yang · 8 years ago
  30. b44566c usb: xhci-rockchip: add rockchip dwc3 controller driver by MengDongyang · 8 years ago
  31. 9a6535e Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  32. 7c22e26 sunxi: musb: Re-init musb controller on repeated probe calls by Hans de Goede · 8 years ago
  33. 57075a4 sunxi: musb: Power off OTG port VBUS when disabled by Chen-Yu Tsai · 8 years ago
  34. 47a79f6 usb: uniphier: remove UniPhier xHCI driver and select DM_USB by Masahiro Yamada · 8 years ago
  35. 41d1258 net: asix: Fix AX88772B when used with DriverModel by Joshua Scott · 8 years ago
  36. e016f0b fastboot: implement Kconfig by Steve Rae · 8 years ago
  37. 0fcb9f0 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  38. 17b68b5 dm: atmel: Add driver model support for the ehci driver by Wenyou Yang · 8 years ago
  39. 70f1463 net: smsc95xx: Use correct get_unaligned functions by Chris Packham · 8 years ago
  40. 76b2fad eth: asix88179: Add support for the driver model by Alban Bedel · 8 years ago
  41. 620452e eth: asix88179: Prepare supporting the driver model by Alban Bedel · 8 years ago
  42. 50f5bb2 eth: asix88179: Fix receiving on big endian system by Alban Bedel · 8 years ago
  43. 652b269 eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter by Alban Bedel · 8 years ago
  44. 707c866 usb: xhci: fsl: Add code to use CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  45. ba699a5 usb: ehci: fsl: Add code to use CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  46. 1e61ce9 drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  47. 2b58e1b usb: add (move) CONFIG_USB_HOST to Kconfig by Masahiro Yamada · 8 years ago
  48. 96d8284 usb: add CONFIG_USB_UHCI_HCD in Kconfig by Masahiro Yamada · 8 years ago
  49. 93cb824 usb: add CONFIG_USB_OHCI_HCD in Kconfig by Masahiro Yamada · 8 years ago
  50. 6688452 net: usb: r8152: Add DM support by Stefan Roese · 8 years ago
  51. bb42fb4 dm: ehci-mx6: support driver model by Peng Fan · 8 years ago
  52. 4711e7f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  53. dec49e8 dm: zynq: usb: Convert to CONFIG_DM_USB by Simon Glass · 8 years ago
  54. 9119548 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  55. 2e3f1ff dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  56. 9424f14 usb: dwc2 : invalidate dcache before starting DMA by Xu Ziyuan · 8 years ago
  57. 4711788 usb: dwc2-otg: adjust fifo size via platform data by Xu Ziyuan · 8 years ago
  58. fab3357 usb: rockchip-phy: implement USB2.0 phy control by Xu Ziyuan · 8 years ago
  59. 2cdc778 usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ by Siva Durga Prasad Paladugu · 8 years ago
  60. c448309 usb: ehci-mx6: introduce config for high active power pin by Stefan Agner · 8 years ago
  61. 9a88180 usb: ehci-mx6: configure power polarity in usb_power_config by Stefan Agner · 8 years ago
  62. 2deebe2 usb: move CONFIG_USB_EHCI_MX7 to Kconfig by Stefan Agner · 8 years ago
  63. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  64. 68f7289 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  65. 44faff2 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  66. 49cdce1 armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCs by Prabhakar Kushwaha · 8 years ago
  67. 9bc3479 fastboot: sparse: resync common/image-sparse.c (part 2) by Steve Rae · 8 years ago
  68. 64ece84 fastboot: sparse: remove session-id logic by Steve Rae · 8 years ago
  69. 57de41e ehci: mx7: fix otg id detection by Peng Fan · 8 years ago
  70. 429ff44 ehci: mx7: fix usbnc_regs by Peng Fan · 8 years ago
  71. 217d169 usb: fsl: Fix NULL terminating issue for usb controller name string by Rajesh Bhagat · 8 years ago
  72. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  73. a10a31e Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  74. 1e6fb0e usb: ehci: only shutdown opened controller by Peng Fan · 8 years ago
  75. ef53b8c usb: xhci: fsl: Add workaround for USB erratum A008751 by Sriram Dash · 8 years ago
  76. 9262367 fsl: usb: make errata function common for PPC and ARM by Sriram Dash · 8 years ago
  77. bf65577 usb: xhci: fsl: code cleanup for device tree fixup for fsl usb controllers by Sriram Dash · 8 years ago
  78. f221db0 usb: dwc2_udc_otg: support 8-bit interface by Steve Rae · 8 years ago
  79. bca4c3c sunxi: musb: Properly turn of musb controller before booting by Hans de Goede · 8 years ago
  80. 10db750 usb: move CONFIG_USB_XHCI_DWC3 to Kconfig by Masahiro Yamada · 8 years ago
  81. 0a8cc1a usb: move CONFIG_USB_XHCI to Kconfig with renaming by Masahiro Yamada · 8 years ago
  82. 68a775a usb: phy: omap_usb_phy: Fix USB3_PHY DPLL configuration by Roger Quadros · 8 years ago
  83. 3ac8d1e usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled by Roger Quadros · 8 years ago
  84. c0c62d9 drivers: usb: common: add common code for usb drivers to use by Mugunthan V N · 8 years ago
  85. 12ff19d usb: gadget: dfu: discard dead code by Peng Fan · 8 years ago
  86. 2bf352f usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA by Stefan Roese · 8 years ago
  87. 79d867c usb: ehci-mx6: allow board_ehci_hcd_init to fail by Stefan Agner · 8 years ago
  88. e96e064 usb: dwc2: Init desc_before_addr by Marek Vasut · 8 years ago
  89. b4fbd08 usb: dwc2: Make OC protection configurable by Marek Vasut · 8 years ago
  90. 618da56 usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init() by Marek Vasut · 8 years ago
  91. 5590198 usb: dwc2: Pass private data into dwc_otg_core_init() by Marek Vasut · 8 years ago
  92. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  93. 4d5b637 usb: s3c-otg: Fix remaining bytes in debug messages by Roger Quadros · 8 years ago
  94. 842769e usb: s3c-otg: Fix short packet for request size > ep.maxpacket by Roger Quadros · 8 years ago
  95. ac484c5 fastboot: Clean up bulk-out logic by Roger Quadros · 8 years ago
  96. 8b704a0 fastboot: Enable the respective speed endpoints at runtime by Roger Quadros · 8 years ago
  97. 718156a fastboot: Fix wMaxPacketSize for High-Speed IN endpoint by Roger Quadros · 8 years ago
  98. e6c0bc0 usb: gadget Move: CONFIG_G_DNL_* to Kconfig by Sam Protsenko · 8 years ago
  99. b142729 usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig by Sam Protsenko · 8 years ago
  100. c16bf62 usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig by Sam Protsenko · 8 years ago