1. 213fa47 usb: gadget: Fix controller index in UMS by Ye Li · 4 years, 5 months ago
  2. 3a41086 eth/r8152: support RTL8153B/RTL8154B by Hayes Wang · 4 years, 5 months ago
  3. 9f6142a eth/r8152: modify rtl_clear_bp function by Hayes Wang · 4 years, 5 months ago
  4. 16b9417 eth/r8152: reset PHY after setting it by Hayes Wang · 4 years, 5 months ago
  5. d74a762 eth/r8152: reset bmu after disabling Tx/Rx by Hayes Wang · 4 years, 5 months ago
  6. 67e62c7 drivers: usb: Fix config indentation by Ruben Di Battista · 4 years, 3 months ago
  7. 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  8. 242587d linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · 4 years, 3 months ago
  9. 4865441 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 3 months ago
  10. f3858ce usb: host: dwc3-sti-glue: Fix ofnode_valid() parameter by Patrice Chotard · 4 years, 5 months ago
  11. b5152a6 usb: xhci: Add virt_to_phys() to support mapped platforms by Stefan Roese · 4 years, 4 months ago
  12. d96f6e1 usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped by Stefan Roese · 4 years, 4 months ago
  13. 61a1acb usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq() by Stefan Roese · 4 years, 4 months ago
  14. 543eb12 usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu) by Stefan Roese · 4 years, 4 months ago
  15. 1617862 usb: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
  16. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  17. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  18. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  19. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  20. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  21. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  22. 0b80371 usb: xhci: Add reset controller support by Nicolas Saenz Julienne · 4 years, 5 months ago
  23. 61293f5 usb: xhci: Add missing cache flush in the scratchpad array initialization by Sylwester Nawrocki · 4 years, 6 months ago
  24. 5575f79 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 5 months ago
  25. 65f7551 eth/r8152: update the firmware by Hayes Wang · 4 years, 5 months ago
  26. c03b761 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 5 months ago
  27. d67df1e kconfig: fix typo for OHCI host and add to DM list by Marcin Juszkiewicz · 4 years, 6 months ago
  28. 72be237 usb: ohci: Add header file for ARCH_DMA_MINALIGN by Simon Glass · 4 years, 6 months ago
  29. 9452b74 Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 5 months ago
  30. 604ab3e driver: usb: drop legacy rockchip xhci driver by Frank Wang · 4 years, 6 months ago
  31. 5d422ab usb: dwc3: add make compatible for rockchip platform by Frank Wang · 4 years, 6 months ago
  32. 73021d1 usb: ehci-mx6: Print error code on failure by Marek Vasut · 4 years, 6 months ago
  33. 10bcafb usb: ehci-mx6: Handle fixed regulators correctly by Marek Vasut · 4 years, 6 months ago
  34. 3da0291 eth/r8152: fix assigning the wrong endpoint by Hayes Wang · 4 years, 6 months ago
  35. 6469794 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · 4 years, 6 months ago
  36. fafaa02 usb: dwc3: Enable AutoRetry feature in the controller by Jagan Teki · 4 years, 6 months ago
  37. dc18413 usb: dwc3: Add disable u2mac linestate check quirk by Jagan Teki · 4 years, 6 months ago
  38. b34f8b5 usb: dwc3: add dis_u2_freeclk_exists_quirk by Frank Wang · 4 years, 6 months ago
  39. 7bb6270 usb: dwc3: add dis_enblslpm_quirk by Frank Wang · 4 years, 6 months ago
  40. 2cff87f eth/r8152: fix typo in register name by Hayes Wang · 4 years, 6 months ago
  41. 58221d7 usb: dwc3: fix NULL pointer issue by Chunfeng Yun · 4 years, 6 months ago
  42. 94ed661 usb: ehci-omap: Add Support for DM_USB and OF_CONTROL by Adam Ford · 4 years, 6 months ago
  43. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
  44. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  45. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 6 months ago
  46. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  47. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  48. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  49. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 6 months ago
  50. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  51. c3dc39a arm: Don't include common.h in header files by Simon Glass · 4 years, 6 months ago
  52. 18138ab rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · 4 years, 6 months ago
  53. bb0fb4c rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · 4 years, 6 months ago
  54. b16a331 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 6 months ago
  55. bcd677f usb: gadget: g_dnl: add function g_dnl_set_product by Patrick Delaunay · 4 years, 8 months ago
  56. 648856a usb: dwc3: Add versal compatibility string to dwc3 glue ids by Siva Durga Prasad Paladugu · 4 years, 6 months ago
  57. 73ca014 usb: dwc3: add dis_del_phy_power_chg_quirk by Jagan Teki · 4 years, 6 months ago
  58. 0bd3d91 usb: mx6: add fuse check by Peng Fan · 4 years, 7 months ago
  59. b77d029 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 4 years, 6 months ago
  60. 8f95c01 usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load address by Frank Li · 4 years, 7 months ago
  61. 7410283 xhci: mediatek: Add support for MTK xHCI host controller by Chunfeng Yun · 4 years, 6 months ago
  62. cf67e45 usb: dwc2_udc_otg: use the phy bulk API to get phys by Chunfeng Yun · 4 years, 6 months ago
  63. 6dfb8a8 usb: dwc3: use the phy bulk API to get phys by Chunfeng Yun · 4 years, 6 months ago
  64. 221c4d9 Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 7 months ago
  65. f3bc736 usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC by Patrice Chotard · 4 years, 7 months ago
  66. 245847f usb: host: dwc2: add trace to have clean usb start by Patrick Delaunay · 4 years, 7 months ago
  67. 6600438 usb: host: dwc2: force reset assert by Patrick Delaunay · 4 years, 7 months ago
  68. 0bc632c usb: host: dwc2: add clk support by Patrick Delaunay · 4 years, 7 months ago
  69. e17a4bf usb: host: dwc2: add phy support by Patrick Delaunay · 4 years, 7 months ago
  70. 3c425fc usb: ether: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 7 months ago
  71. cff0144 usb: avoid NULL check before free by Heinrich Schuchardt · 4 years, 7 months ago
  72. 3dc4f83 usb: dwc3-meson-g12a: add power-on/off of the PHYs by Neil Armstrong · 4 years, 7 months ago
  73. 9cadf05 drivers: usb: host: Add BRCM xHCI driver by Rayagonda Kokatanur · 4 years, 7 months ago
  74. 2517dea usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 8 months ago
  75. 0148bbe usb: ehci-msm: Use dev interface to get device address by Kever Yang · 4 years, 8 months ago
  76. 5c17030 usb: dwc3-of-simple: Drop redundant inclding header file by Kever Yang · 4 years, 8 months ago
  77. 31232de usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 7 months ago
  78. 48313fe sunxi: Move common defconfig options to Kconfig by Andre Przywara · 4 years, 9 months ago
  79. 491cabf gadget: f_thor: add missing line breaks for pr_err() by Seung-Woo Kim · 4 years, 9 months ago
  80. 53d9bd4 dfu: Reset timeout in case of DFU request by Andy Shevchenko · 4 years, 10 months ago
  81. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 9 months ago
  82. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 9 months ago
  83. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  84. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  85. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 9 months ago
  86. bf16a7b usb: cdns3: ep0: Invalidate cache before reading Setup Packet by Vignesh Raghavendra · 4 years, 10 months ago
  87. c4d08cb usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support by Marek Szyprowski · 5 years ago
  88. 7d017d6 usb: musb-new: mt85xx: add musb-new gadget driver. by mingming lee · 4 years, 10 months ago
  89. 07add22 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 10 months ago
  90. cab4e27 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · 5 years ago
  91. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 11 months ago
  92. 220a3a4 common: Rename and move source() by Simon Glass · 4 years, 11 months ago
  93. 1058eec usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · 4 years, 11 months ago
  94. 5c20728 usb: dwc3: Fix UTMI/UTMIW phy interface initialization by Jagan Teki · 5 years ago
  95. bdf30e8 usb: cdns3: ep0: Fix build warnings related to cache ops by Vignesh Raghavendra · 5 years ago
  96. 288b29e common: Move command functions out of common.h by Simon Glass · 5 years ago
  97. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  98. f516fd9 common: Move serial_printf() to the serial header by Simon Glass · 5 years ago
  99. 12f1e79 dm: test: usb: rework keyboard test by Heinrich Schuchardt · 5 years ago
  100. 87e91bc usb: kbd: implement special keys by Heinrich Schuchardt · 5 years ago