1. 8f1a80e configs: Migrate CMD_NAND* by Tom Rini · 7 years ago
  2. 7b3c4c3 dm: console: Check for serial devices properly by Simon Glass · 7 years ago
  3. 42f9f91 console: Unify the check for a serial console by Simon Glass · 7 years ago
  4. ef3fc42d arm: mach-omap2: Align image address before cache operations by Andrew F. Davis · 7 years ago
  5. c826d17 ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HS by Tom Rini · 7 years ago
  6. 3c7be0c am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT by Tom Rini · 7 years ago
  7. 43ba3c5 env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig by Tom Rini · 7 years ago
  8. 3158eeb Remove unused CONFIG_TWL4030_PWM by Adam Ford · 7 years ago
  9. 84e9dcc serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig by Patrice Chotard · 7 years ago
  10. 0fa0abe dm: Kconfig: fix typo in help for SPL_PINCTRL by Philipp Tomsich · 7 years ago
  11. c1ae1a1 efi_loader: Fix warning in efi_gop by Alexander Graf · 7 years ago
  12. 2218b32 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  13. 55f228b x86: minnowmax: Remove CONFIG_SMSC_LPC47M by Bin Meng · 7 years ago
  14. 382fabb x86: acpi: Don't touch hardware on HW reduced platforms by Andy Shevchenko · 7 years ago
  15. ace7762 x86: acpi: Export acpi_fill_mcfg() with __weak attribute by Andy Shevchenko · 7 years ago
  16. b156da9 x86: acpi: Deduplicate acpi_fill_madt() implementation by Andy Shevchenko · 7 years ago
  17. 2dcbef6 x86: acpi: Name fields in FADT in accordance with specification by Andy Shevchenko · 7 years ago
  18. 684c4cd x86: acpi: Fill OEM revision by Andy Shevchenko · 7 years ago
  19. e7aa9c2 Makefile: Export build date as integer by Andy Shevchenko · 7 years ago
  20. 06054b1 Makefile: Don't shadow actual error when compile ASL by Andy Shevchenko · 7 years ago
  21. 66712c2 x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dts by Stefan Roese · 7 years ago
  22. 1f4e257 x86: dfi-bt700: Add xHCI USB support by Stefan Roese · 7 years ago
  23. db1d20a x86: conga-qeval20-qa3-e3845: Select CONFIG_BOARD_LATE_INIT by Stefan Roese · 7 years ago
  24. 68b3f8d x86: theadorable-x86-dfi-bt700: Add Spansion SPI support and move VIDEO blob by Stefan Roese · 7 years ago
  25. 495f377 x86: Add Intel Edison board files by Andy Shevchenko · 7 years ago
  26. e71de54 x86: Add Intel Tangier support by Felipe Balbi · 7 years ago
  27. b7026b0 x86: Add dma-mapping.h to architectural code by Andy Shevchenko · 7 years ago
  28. 8f8a12d watchdog: Introduce watchdog driver for Intel Tangier by Felipe Balbi · 7 years ago
  29. 611dbb7 arch/x86: Select USB before selecting host driver by Andy Shevchenko · 7 years ago
  30. 19d1f1a Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 7 years ago
  31. 211aaf3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  32. af65db8 efi_loader: indent entry/exit prints to show nesting level by Rob Clark · 7 years ago
  33. c160d2f efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT by Rob Clark · 7 years ago
  34. b108d8a clk: fix compilation errors for poplar platform by Patrice Chotard · 7 years ago
  35. d38a8ea usb: host: xhci-dxc3: fix compilation warnings by Patrice Chotard · 7 years ago
  36. 3b63db3 phy: add a NO-OP phy driver by Jean-Jacques Hiblot · 7 years ago
  37. 2080d02 usb: host: ohci-generic: initialize PHY only when found by Patrice Chotard · 7 years ago
  38. 4b3928a usb: host: ehci-generic: initialize PHY only when found by Patrice Chotard · 7 years ago
  39. 623b7ac dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB by Patrice Chotard · 7 years ago
  40. d9fb7be dm: phy: add missing #ifdef CONFIG_PHY by Patrice Chotard · 7 years ago
  41. 6fa8ddd dfu: add common function to initiate transaction by Patrick Delaunay · 7 years ago
  42. 57da060 dfu: factorize transaction cleanup by Patrick Delaunay · 7 years ago
  43. 15970d8 dfu: remove limitation on partition size by Patrick Delaunay · 7 years ago
  44. 4de5120 dfu: allow dfu read on partition greater than 2GB by Patrick Delaunay · 7 years ago
  45. bab0146 usb: gadget: f_thor: Free the allocated out request buffer by Siva Durga Prasad Paladugu · 8 years ago
  46. 78e3098 usb: xhci: Enable TT to support LS/FS devices behind a HS hub by Bin Meng · 7 years ago
  47. 196ef83 usb: xhci: Correct TT_SLOT and TT_PORT macros by Bin Meng · 7 years ago
  48. d228ca3 usb: xhci: Implement update_hub_device() operation by Bin Meng · 7 years ago
  49. 81060bb usb: hub: Call usb_update_hub_device() after hub descriptor is fetched by Bin Meng · 7 years ago
  50. 9ca1b4b dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · 7 years ago
  51. 5624dfd usb: hub: Parse and save TT details from device descriptor by Bin Meng · 7 years ago
  52. 493b8dd usb: xhci: Program 'route string' in the input slot context by Bin Meng · 7 years ago
  53. daec469 usb: xhci: Change xhci_setup_addressable_virt_dev() signature by Bin Meng · 7 years ago
  54. bbc6f06 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · 7 years ago
  55. 74ffc7c usb: hub: Translate USB 3.0 hub port status into old version by Bin Meng · 7 years ago
  56. 46c1d49 usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · 7 years ago
  57. a199a72 usb: hub: Remove hub_port_reset() by Bin Meng · 7 years ago
  58. dfa96e0 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv by Bin Meng · 7 years ago
  59. 5e94194 usb: xhci-pci: Clean up the driver a little bit by Bin Meng · 7 years ago
  60. 978f6a3 usb: xhci-pci: Drop non-DM version of xhci-pci driver by Bin Meng · 7 years ago
  61. c962101 x86: minnowmax: Enable USB xHCI support by Bin Meng · 7 years ago
  62. 6e4d039 x86: minnowmax: Add a environment variable for USB power-on delay by Bin Meng · 7 years ago
  63. d7cde28 usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig by Bin Meng · 7 years ago
  64. 78abf14 usb: cmd: Print actual packet size for super speed devices by Bin Meng · 7 years ago
  65. cbb89ed configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards by Bin Meng · 7 years ago
  66. 99c2255 usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Bin Meng · 7 years ago
  67. 2931342 configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards by Bin Meng · 7 years ago
  68. 7274671 usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS by Bin Meng · 7 years ago
  69. 1bdcd90 usb: xhci: Change MAX_HC_PORTS to 255 by Bin Meng · 7 years ago
  70. 98ba3d6 usb: hub: Add 3.0 hub port status mask of 2.0 hub by Bin Meng · 7 years ago
  71. 337fc7e usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
  72. 53771a4 usb: hub: Revise wLength for 'get port status' request by Bin Meng · 7 years ago
  73. f342119 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · 7 years ago
  74. f7a9e5d usb: hub: Update handling connect status/change in usb_scan_port() by Bin Meng · 7 years ago
  75. aab0db0 usb: xhci: Add input slot context in xhci_set_configuration() by Bin Meng · 7 years ago
  76. 209b98d usb: xhci: Initialize scratchpad buffer array and scratchpad buffers by Bin Meng · 7 years ago
  77. 43eb0d4 usb: xhci: Correct command TRB 4th dword initialization by Bin Meng · 7 years ago
  78. f2e0315 usb: xhci: Remove incorrect comments for struct xhci_container_ctx by Bin Meng · 7 years ago
  79. 28df1cf usb: host: ohci-generic: add generic PHY support by Patrice Chotard · 7 years ago
  80. 8a51b4b usb: host: ohci-generic: add RESET support by Patrice Chotard · 7 years ago
  81. 155d9f6 usb: host: ohci-generic: add CLOCK support by Patrice Chotard · 7 years ago
  82. 0d0ba1a usb: host: ehci-generic: add generic PHY support by Patrice Chotard · 7 years ago
  83. a1cee8e usb: host: ehci-generic: add error path and .remove callback by Patrice Chotard · 7 years ago
  84. 10bb775 usb: host: ehci-generic: replace printf() by error() by Patrice Chotard · 7 years ago
  85. 642346a dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · 7 years ago
  86. 82a8a66 clk: add clk_release_all() by Patrice Chotard · 7 years ago
  87. 3b9d1bd reset: add reset_release_all() by Patrice Chotard · 7 years ago
  88. 9bd5cdf reset: add reset_request() by Patrice Chotard · 7 years ago
  89. f56db16 usb: host: xhci-dwc3: Add generic PHY support by Patrice Chotard · 7 years ago
  90. b94888b drivers: phy: add generic_phy_valid() method by Patrice Chotard · 7 years ago
  91. b9688df drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails by Patrice Chotard · 7 years ago
  92. 576e3cc usb: host: xhci-dwc3: Add dual role mode support from DT by Patrice Chotard · 7 years ago
  93. b7c1c7d usb: host: xhci-dwc3: Convert driver to DM by Patrice Chotard · 7 years ago
  94. 121a4d1 usb: add static to local symbols by Masahiro Yamada · 7 years ago
  95. 32ca40b dm: tegra: Move nyan-big, jetson-tk1/tx1, beaver to livetree by Simon Glass · 7 years ago
  96. f6a4093 fdtdec: Drop old compatible values by Simon Glass · 7 years ago
  97. e3f44f5 dm: power: Convert as3722 to driver model by Simon Glass · 7 years ago
  98. c2012cb power: Add a GPIO driver for the as3722 PMIC by Simon Glass · 7 years ago
  99. deea211 power: Add a regulator driver for the as3722 PMIC by Simon Glass · 7 years ago
  100. 68f0081 dm: tegra: pci: Convert to livetree by Simon Glass · 7 years ago