1. 8e9473d net: cpsw: Add support to drive gpios for ethernet to be functional by Vignesh R · 8 years ago
  2. b28d050 ARM: dts: dra7xx: Add u-boot specific property for PCF8575 nodes by Vignesh R · 8 years ago
  3. d3bcec6 ARM: dra7xx_evm: Enable support for TI PCF8575 by Vignesh R · 8 years ago
  4. 0caf07c gpio: Add driver for TI PCF8575 I2C GPIO expander by Vignesh R · 8 years ago
  5. de62790 spl_nor.c: Support devicetree sizes different from 16k by Mike Looijmans · 8 years ago
  6. 91b2c19 spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value by Chin Liang See · 8 years ago
  7. f279505 ARM: socfpga: use the default CONFIG_BOOTDELAY=2 by Masahiro Yamada · 8 years ago
  8. f61e4bc Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  9. 1937380 zynq_sdhci.c: Fix warning in arasan_sdhci_probe by Tom Rini · 8 years ago
  10. 2befe0c Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  11. 8b46997 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 8 years ago
  12. cd088e2 configs: Fix mmc rescan misuses by Karl Beldan · 8 years ago
  13. 15bd26c mkimage: Fix argument parsing with signature comment by Karl Beldan · 8 years ago
  14. 2ca7311 test: Adjust run_command_list() to return a list of strings by Simon Glass · 8 years ago
  15. 37c2ce1 test: Add a function to restart U-Boot by Simon Glass · 8 years ago
  16. 2a40d83 test: vboot: Put each test variant in its own section by Simon Glass · 8 years ago
  17. f223c73 test: Rename sha to sha_algo and pass it around by Simon Glass · 8 years ago
  18. ba8116c test: Drop the cmd() function by Simon Glass · 8 years ago
  19. d5deca0 test: Fix typos in comments by Simon Glass · 8 years ago
  20. 95adb80 test: Check exit status in run_and_log_expect_exception() by Simon Glass · 8 years ago
  21. dc3ab7e test: Fix typos and tidy up by Simon Glass · 8 years ago
  22. 90f3114 Makefile: Allow 'make tests' to run tests by Simon Glass · 8 years ago
  23. fa3754e armv8: mmu: Detect page table overflow in emergency pt creation by Alexander Graf · 8 years ago
  24. f1d070d cmd: gpt: fix the wrong size parse for the last partition by Kever Yang · 8 years ago
  25. df40778 omap3: Drop omap3_evm_quick_* targets by Tom Rini · 8 years ago
  26. 1b7dcc3 rockchip: remove log2 reimplementation from clock drivers by Heiko Stübner · 8 years ago
  27. 48380f2 config: rk3399: enable dwmmc controller by Kever Yang · 8 years ago
  28. 7017616 dts: rk3399: enable dwmmc for sdcard by Kever Yang · 8 years ago
  29. dc850de clock: rk3399: add support for dwmmc 400K by Kever Yang · 8 years ago
  30. 9387b2c configs: rk3399: add gpt and fs support by Kever Yang · 8 years ago
  31. b653b47 rockchip: add usb mass storage feature support for rk3288 by Xu Ziyuan · 8 years ago
  32. 05c3ca6 rockchip: add basic partitions support for rk3288 by Xu Ziyuan · 8 years ago
  33. 535b3dc rockchip: add support for rk3288 miniarm board by Xu Ziyuan · 8 years ago
  34. 4776f0b move: rockchip: move clock drivers into a subdirectory by Heiko Stübner · 8 years ago
  35. ca19eac rk3399: add basic soc driver by Kever Yang · 8 years ago
  36. 344e608 rockchip: rockchip, sdram-channel 0xff fix remaining dts by Sandy Patterson · 8 years ago
  37. e71ce52 rockchip: add fastboot support for rk3036 board by Xu Ziyuan · 8 years ago
  38. fcc8c76 mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMA by Jaehoon Chung · 8 years ago
  39. b631c9d omap3, omap4: Enable USE_TINY_PRINTF for all by Tom Rini · 8 years ago
  40. 9d245eb omap3: Move to select SUPPORT_SPL for all by Tom Rini · 8 years ago
  41. adb5163 cmd/bdinfo: extract print_std_bdinfo by Max Filippov · 8 years ago
  42. 914ad44 cmd/bdinfo: extract print_baudrate by Max Filippov · 8 years ago
  43. 2ca4827 cmd/bdinfo: extract print_eth_ip_addr by Max Filippov · 8 years ago
  44. 7e1f260 cmd/bdinfo: extract print_bi_flash by Max Filippov · 8 years ago
  45. ba21c79 cmd/bdinfo: extract print_bi_dram by Max Filippov · 8 years ago
  46. 45d952f cmd/bdinfo: extract print_bi_mem by Max Filippov · 8 years ago
  47. ed8b067 cmd/bdinfo: extract print_bi_boot_params by Max Filippov · 8 years ago
  48. 653e9fe treewide: move CONFIG_PHYS_64BIT to Kconfig by Masahiro Yamada · 8 years ago
  49. dce28de tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning by Masahiro Yamada · 8 years ago
  50. 58175e3 tools: moveconfig: make getting all defconfigs into helper function by Masahiro Yamada · 8 years ago
  51. 6d798ba tools: moveconfig: fix cleanup of defines across multiple lines by Masahiro Yamada · 8 years ago
  52. a1a4b09 tools: moveconfig: show diffs of cleaned headers in color by Masahiro Yamada · 8 years ago
  53. 573b390 tools: moveconfig: show result of header cleaning in unified diff by Masahiro Yamada · 8 years ago
  54. ea8f534 tools: moveconfig: trim garbage lines after header cleanups by Masahiro Yamada · 8 years ago
  55. d0a9d2a tools: moveconfig: do not check clean tree and compilers for -H option by Masahiro Yamada · 8 years ago
  56. 28a6d35 tools: moveconfig: do not cleanup headers in include/generated by Masahiro Yamada · 8 years ago
  57. 4472065 ext4: Refuse to mount filesystems with 64bit feature set by Tom Rini · 8 years ago
  58. 3b787ef ARM: Rework and correct barrier definitions by Tom Rini · 8 years ago
  59. c3b853a arc: Rename AXS101 board to more generic AXS10x by Alexey Brodkin · 8 years ago
  60. 1a11637 arc: Rename ARCangel4 board to nSIM by Alexey Brodkin · 8 years ago
  61. 2f78eec arc: No need in sections defined in sources with newer tools by Alexey Brodkin · 8 years ago
  62. e20c289 arc: Update exception & interrupt handling for ARCv2 by Alexey Brodkin · 8 years ago
  63. 0347812 arc: Add debug messages during relocation fixups by Alexey Brodkin · 8 years ago
  64. 6463b37 mmc: dw_mmc: fix the wrong Mask bit boundary for fifo_count bit by Jaehoon Chung · 8 years ago
  65. 5b8bf12 mmc: dw_mmc: fix data starvation by host timeout under FIFO mode by Xu Ziyuan · 8 years ago
  66. 6577a2a mmc: dw_mmc: transfer proper bytes to FIFO by Xu Ziyuan · 8 years ago
  67. 8a5ffbb mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  68. 1ebd242 mmc: sdhci: remove the unused argument for sdhci_setup_cfg by Jaehoon Chung · 8 years ago
  69. 5c47c40 mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported" by Jaehoon Chung · 8 years ago
  70. 77d747e mmc: display mmc list information like mmc_legacy type by Xu Ziyuan · 8 years ago
  71. 7825d20 mmc: use the generic error number by Jaehoon Chung · 8 years ago
  72. 0bd193d mmc: fsl_esdhc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  73. edd9d1dc mmc: dw_mmc: remove the duplicated header file by Jaehoon Chung · 8 years ago
  74. a2f94cd mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B by Jaehoon Chung · 8 years ago
  75. d0d1b25 mmc: sdhci: set to INT_DATA_END when there are data by Jaehoon Chung · 8 years ago
  76. a63aaa0 mmc: sdhci: clean up timeout detection by Masahiro Yamada · 8 years ago
  77. 20e7843 ARM: tegra: call tegra_board_init on Tegra186 by Stephen Warren · 8 years ago
  78. 83efb03 ARM: tegra: add I2C controllers to Tegra186 DT by Bryan Wu · 8 years ago
  79. 9279e2b ARM: tegra: add PCIe controller to Tegra186 SoC DT by Stephen Warren · 8 years ago
  80. 0486d3a ARM: tegra: add BPMP I2C to Tegra186 device tree by Stephen Warren · 8 years ago
  81. 8156f11 ARM: tegra: add BPMP and dependencies to Tegra186 DT by Stephen Warren · 8 years ago
  82. a58ff32 dt-bindings: add Tegra186 BPMP I2C binding by Stephen Warren · 8 years ago
  83. 011ff0a dt-bindings: allow child nodes inside the Tegra BPMP by Stephen Warren · 8 years ago
  84. 1ba43f3 ARM: tegra: add BPMP DT bindings by Stephen Warren · 8 years ago
  85. c531731 ARM: tegra: adapt to latest HSP DT binding by Stephen Warren · 8 years ago
  86. 0c431f7 powerpc/86xx: Increase boot map size to 256 MiB by Scott Wood · 8 years ago
  87. 9bcf9c0 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  88. 7f83a5f ARMv8/fsl-ppa: Consolidate PPA image stored-media flag for XIP by Hou Zhiqiang · 8 years ago
  89. 72bc1f3 arm/PSCI: Add support for creating ARMv7 PSCI version 1.0 DT node by Hou Zhiqiang · 8 years ago
  90. 25f6861 arm/PSCI: Fixed the backward compatiblity issue by Hou Zhiqiang · 8 years ago
  91. 21d805c arm/PSCI: Removed unused code by Hou Zhiqiang · 8 years ago
  92. e3cef9f driver/ddr/fsl: Fix timing_cfg_2 by York Sun · 8 years ago
  93. 704e415 board/freescale: Update MAINTAINERS files by York Sun · 8 years ago
  94. c736423 armv8: ls1043a: enable pxe commands by Wenbin Song · 8 years ago
  95. 3313aed armv8: ls1012a: Update Refresh cycle for DDR by Prabhakar Kushwaha · 8 years ago
  96. d9e5197 armv8: ls1012a: Enable DDR row-bank-column decoding by Prabhakar Kushwaha · 8 years ago
  97. 6648127 board: ls1012aqds: Update LBMAP_MASK and RST_CTL_RESET by Prabhakar Kushwaha · 8 years ago
  98. ff9eb05 crypto/fsl: Update blob cmd to accept 64bit addresses by Sumit Garg · 8 years ago
  99. e4584cc driver: spi: fsl-qspi: remove compile Warnings by Yunhui Cui · 8 years ago
  100. a3e6fd8 powerpc/mpc85xx: Update erratum workaround for A006379 by York Sun · 8 years ago