1. a866c21 dm: ls1021a: dts: Update USB 3.0 node to support DM USB by Rajesh Bhagat · 8 years ago
  2. 707c866 usb: xhci: fsl: Add code to use CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  3. ba699a5 usb: ehci: fsl: Add code to use CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  4. 1e61ce9 drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB by Rajesh Bhagat · 8 years ago
  5. 2b58e1b usb: add (move) CONFIG_USB_HOST to Kconfig by Masahiro Yamada · 8 years ago
  6. 96d8284 usb: add CONFIG_USB_UHCI_HCD in Kconfig by Masahiro Yamada · 8 years ago
  7. 93cb824 usb: add CONFIG_USB_OHCI_HCD in Kconfig by Masahiro Yamada · 8 years ago
  8. 6688452 net: usb: r8152: Add DM support by Stefan Roese · 8 years ago
  9. bb42fb4 dm: ehci-mx6: support driver model by Peng Fan · 8 years ago
  10. 2863a9bf Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  11. f2df3b6 zynq_sdhci.c: Fix warning in arasan_sdhci_probe by Tom Rini · 8 years ago
  12. 7edb176 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  13. a60d94b Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  14. d03a030 configs: Fix mmc rescan misuses by Karl Beldan · 8 years ago
  15. 1b92aed mkimage: Fix argument parsing with signature comment by Karl Beldan · 8 years ago
  16. f6d3465 test: Adjust run_command_list() to return a list of strings by Simon Glass · 8 years ago
  17. 27c087d test: Add a function to restart U-Boot by Simon Glass · 8 years ago
  18. 851271a test: vboot: Put each test variant in its own section by Simon Glass · 8 years ago
  19. ac9a23c test: Rename sha to sha_algo and pass it around by Simon Glass · 8 years ago
  20. ec70f8a test: Drop the cmd() function by Simon Glass · 8 years ago
  21. 72f5226 test: Fix typos in comments by Simon Glass · 8 years ago
  22. 7f64b18 test: Check exit status in run_and_log_expect_exception() by Simon Glass · 8 years ago
  23. bcbd0c8 test: Fix typos and tidy up by Simon Glass · 8 years ago
  24. 633cc7a Makefile: Allow 'make tests' to run tests by Simon Glass · 8 years ago
  25. 0e17094 armv8: mmu: Detect page table overflow in emergency pt creation by Alexander Graf · 8 years ago
  26. c2fdd34 cmd: gpt: fix the wrong size parse for the last partition by Kever Yang · 8 years ago
  27. 584550d omap3: Drop omap3_evm_quick_* targets by Tom Rini · 8 years ago
  28. abd0128 rockchip: remove log2 reimplementation from clock drivers by Heiko Stübner · 8 years ago
  29. 75a52bd config: rk3399: enable dwmmc controller by Kever Yang · 8 years ago
  30. da8ff82 dts: rk3399: enable dwmmc for sdcard by Kever Yang · 8 years ago
  31. fd4b2dc clock: rk3399: add support for dwmmc 400K by Kever Yang · 8 years ago
  32. 583b1bc configs: rk3399: add gpt and fs support by Kever Yang · 8 years ago
  33. b9f9339 rockchip: add usb mass storage feature support for rk3288 by Xu Ziyuan · 8 years ago
  34. 6ead8bd rockchip: add basic partitions support for rk3288 by Xu Ziyuan · 8 years ago
  35. 1c62d99 rockchip: add support for rk3288 miniarm board by Xu Ziyuan · 8 years ago
  36. aff8795 move: rockchip: move clock drivers into a subdirectory by Heiko Stübner · 8 years ago
  37. b0b3c86 rk3399: add basic soc driver by Kever Yang · 8 years ago
  38. 2918d96 rockchip: rockchip, sdram-channel 0xff fix remaining dts by Sandy Patterson · 8 years ago
  39. d2d763f rockchip: add fastboot support for rk3036 board by Xu Ziyuan · 8 years ago
  40. 89f69e5 mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA by Jaehoon Chung · 8 years ago
  41. 7d10624 omap3, omap4: Enable USE_TINY_PRINTF for all by Tom Rini · 8 years ago
  42. a2ea62e omap3: Move to select SUPPORT_SPL for all by Tom Rini · 8 years ago
  43. e379508 cmd/bdinfo: extract print_std_bdinfo by Max Filippov · 8 years ago
  44. 4e3fa7d cmd/bdinfo: extract print_baudrate by Max Filippov · 8 years ago
  45. 8752e26 cmd/bdinfo: extract print_eth_ip_addr by Max Filippov · 8 years ago
  46. f80e535 cmd/bdinfo: extract print_bi_flash by Max Filippov · 8 years ago
  47. fd60e99 cmd/bdinfo: extract print_bi_dram by Max Filippov · 8 years ago
  48. 12feb36 cmd/bdinfo: extract print_bi_mem by Max Filippov · 8 years ago
  49. 171e539 cmd/bdinfo: extract print_bi_boot_params by Max Filippov · 8 years ago
  50. bb6b142 treewide: move CONFIG_PHYS_64BIT to Kconfig by Masahiro Yamada · 8 years ago
  51. 9ab0296 tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning by Masahiro Yamada · 8 years ago
  52. 684c306 tools: moveconfig: make getting all defconfigs into helper function by Masahiro Yamada · 8 years ago
  53. a3a779f tools: moveconfig: fix cleanup of defines across multiple lines by Masahiro Yamada · 8 years ago
  54. e9ea122 tools: moveconfig: show diffs of cleaned headers in color by Masahiro Yamada · 8 years ago
  55. f2f6981 tools: moveconfig: show result of header cleaning in unified diff by Masahiro Yamada · 8 years ago
  56. 8ba1f5d tools: moveconfig: trim garbage lines after header cleanups by Masahiro Yamada · 8 years ago
  57. f7536f7 tools: moveconfig: do not check clean tree and compilers for -H option by Masahiro Yamada · 8 years ago
  58. dc6de50 tools: moveconfig: do not cleanup headers in include/generated by Masahiro Yamada · 8 years ago
  59. 6f94ab6 ext4: Refuse to mount filesystems with 64bit feature set by Tom Rini · 8 years ago
  60. a78cd86 ARM: Rework and correct barrier definitions by Tom Rini · 8 years ago
  61. 65fcba1 arc: Rename AXS101 board to more generic AXS10x by Alexey Brodkin · 8 years ago
  62. cc8be22 arc: Rename ARCangel4 board to nSIM by Alexey Brodkin · 8 years ago
  63. 9bef24d arc: No need in sections defined in sources with newer tools by Alexey Brodkin · 8 years ago
  64. 699c4e5 arc: Update exception & interrupt handling for ARCv2 by Alexey Brodkin · 8 years ago
  65. ffffcd1 arc: Add debug messages during relocation fixups by Alexey Brodkin · 8 years ago
  66. 4587f53 mmc: dw_mmc: fix the wrong Mask bit boundary for fifo_count bit by Jaehoon Chung · 8 years ago
  67. 720724d mmc: dw_mmc: fix data starvation by host timeout under FIFO mode by Xu Ziyuan · 8 years ago
  68. 2990e07 mmc: dw_mmc: transfer proper bytes to FIFO by Xu Ziyuan · 8 years ago
  69. 14bed52 mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  70. 6a879ec mmc: sdhci: remove the unused argument for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  71. e1ea7c4 mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported" by Jaehoon Chung · 8 years ago
  72. 1bd4f92 mmc: display mmc list information like mmc_legacy type by Xu Ziyuan · 8 years ago
  73. 915ffa5 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  74. 70f8628 mmc: fsl_esdhc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  75. ccd60a8 mmc: dw_mmc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  76. a034ec0 mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B by Jaehoon Chung · 8 years ago
  77. 17ea3c8 mmc: sdhci: set to INT_DATA_END when there are data by Jaehoon Chung · 8 years ago
  78. bae4a1f mmc: sdhci: clean up timeout detection by Masahiro Yamada · 8 years ago
  79. cb0ff4c ARM: tegra: call tegra_board_init on Tegra186 by Stephen Warren · 8 years ago
  80. 9e613de ARM: tegra: add I2C controllers to Tegra186 DT by Bryan Wu · 8 years ago
  81. 20bbde0 ARM: tegra: add PCIe controller to Tegra186 SoC DT by Stephen Warren · 8 years ago
  82. 23ab5bd ARM: tegra: add BPMP I2C to Tegra186 device tree by Stephen Warren · 8 years ago
  83. 1901420 ARM: tegra: add BPMP and dependencies to Tegra186 DT by Stephen Warren · 8 years ago
  84. 6e7a11e dt-bindings: add Tegra186 BPMP I2C binding by Stephen Warren · 8 years ago
  85. 390ae57 dt-bindings: allow child nodes inside the Tegra BPMP by Stephen Warren · 8 years ago
  86. 7b9cb49 ARM: tegra: add BPMP DT bindings by Stephen Warren · 8 years ago
  87. 729c2db ARM: tegra: adapt to latest HSP DT binding by Stephen Warren · 8 years ago
  88. e1efe43 powerpc/86xx: Increase boot map size to 256 MiB by Scott Wood · 8 years ago
  89. ad6a303 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  90. ab01ef5 ARMv8/fsl-ppa: Consolidate PPA image stored-media flag for XIP by Hou Zhiqiang · 8 years ago
  91. bded218 arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT node by Hou Zhiqiang · 8 years ago
  92. 2c77416 arm/PSCI: Fixed the backward compatiblity issue by Hou Zhiqiang · 8 years ago
  93. 388aabc arm/PSCI: Removed unused code by Hou Zhiqiang · 8 years ago
  94. 8936691 driver/ddr/fsl: Fix timing_cfg_2 by York Sun · 8 years ago
  95. 473af36 board/freescale: Update MAINTAINERS files by York Sun · 8 years ago
  96. 6ffc490 armv8: ls1043a: enable pxe commands by Wenbin Song · 8 years ago
  97. 37eac3f armv8: ls1012a: Update Refresh cycle for DDR by Prabhakar Kushwaha · 8 years ago
  98. 9c3fca2 armv8: ls1012a: Enable DDR row-bank-column decoding by Prabhakar Kushwaha · 8 years ago
  99. 3b4dbd3 board: ls1012aqds: Update LBMAP_MASK and RST_CTL_RESET by Prabhakar Kushwaha · 8 years ago
  100. 7fe1d6a crypto/fsl: Update blob cmd to accept 64bit addresses by Sumit Garg · 8 years ago