1. d3c1461 ARM: uniphier: remove sLD3 SoC support by Masahiro Yamada · 7 years ago
  2. d626ea4 clk: uniphier: fix unmet direct dependencies warning by Masahiro Yamada · 7 years ago
  3. e6b29ec Merge git://git.denx.de/u-boot-video by Tom Rini · 7 years ago
  4. fb9fc96 lcd: avoid possible NULL dereference by xypron.glpk@gmx.de · 7 years ago
  5. 9cb5387 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  6. f7f0377 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  7. 2e4b4bd Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Tom Rini · 7 years ago
  8. ba8bb32 Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  9. b92192c rockchip: rk322x: pinctrl: fix IO MASK error on sdcard pin by Kever Yang · 7 years ago
  10. 7a9b25a rockchip: rk322x: pinctrl: using compatible name same with dts by Kever Yang · 7 years ago
  11. ea14109 rockchip: rk322x: update MACRO for mmc clksel reg by Kever Yang · 7 years ago
  12. 405b2d0 rockchip: rk322x: update dram bank size by Kever Yang · 7 years ago
  13. 2fdc5c3 rockchip: rk3399: spl: remove unused header inclusion by Philipp Tomsich · 7 years ago
  14. 6cb6a84 rockchip: dts: rk3399-evb: remove redundant gmac node by Kever Yang · 7 years ago
  15. 8f9dd92 efi_loader: do not cast return value in EFI_EXIT by xypron.glpk@gmx.de · 7 years ago
  16. 77520f8 mmc: Support generic PCI SD host controller by Bin Meng · 7 years ago
  17. 67c4e48 m68k: add board stmark2, mcf5441x based by Angelo Dureghello · 7 years ago
  18. 7211b92 m68k: mcf5445x: allow CS0 to be undefined by Angelo Dureghello · 8 years ago
  19. 8ddcf38 m68k: fix cache.c for Coldfire V4E by Angelo Dureghello · 8 years ago
  20. 89ae64c m68k: mcf5445x: move early ddr init as board-specific by Angelo Dureghello · 8 years ago
  21. e062f91 spl: fix Makefile for NOR, XIP and YMODEM by Philipp Tomsich · 7 years ago
  22. b239805 rockchip: dts: rk3399-firefly: update gmac parameter by Kever Yang · 7 years ago
  23. f54f753 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  24. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  25. 9db9688 dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS by Simon Glass · 7 years ago
  26. bb8be69 dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  27. b9876e2 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · 7 years ago
  28. 220b8da dm: imx: cm_fx6: Add MMC support for CONFIG_BLK by Simon Glass · 7 years ago
  29. 5f08bb6 dm: imx: cm_fx6: Add device tree for cm_fx6 by Simon Glass · 7 years ago
  30. bf8950e dm: imx: cm_fx6: Support driver model for SATA by Simon Glass · 7 years ago
  31. 407025d dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · 7 years ago
  32. 80e9df4 dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · 7 years ago
  33. 5ee3980 dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · 7 years ago
  34. fa02ca5 dm: mmc: fsl_esdhc: Set up platform data by Simon Glass · 7 years ago
  35. 0c3ef22 dm: mmc: fsl_esdhc: Detect init failure by Simon Glass · 7 years ago
  36. 81357b5 dm: mmc: fsl_esdhc: Detect reset failure by Simon Glass · 7 years ago
  37. 6aa55dc dm: mmc: fsl_esdhc: Set up common versions of operations by Simon Glass · 7 years ago
  38. 1d177d4 dm: mmc: fsl_esdhc: Pass private data to internal functions by Simon Glass · 7 years ago
  39. 0067b87 dm: sata: dwc_ahsata: Add support for driver model by Simon Glass · 7 years ago
  40. 821bb52 dm: sata: Update the AHCI uclass to support operations by Simon Glass · 7 years ago
  41. 23dba64 dm: sata: imx: Allow driver model to be used for sata by Simon Glass · 7 years ago
  42. 6c857ad dm: sata: Support driver model with the 'sata' command by Simon Glass · 7 years ago
  43. f89b250 dm: sata: dw_sata: Set up common versions of operations by Simon Glass · 7 years ago
  44. 22b08aa dm: sata: dw_sata: More ahci_init_one() futher down by Simon Glass · 7 years ago
  45. 3b0ca22 dm: sata: dw_sata: Drop is_ready by Simon Glass · 7 years ago
  46. 7b2a629 dm: sata: dw_sata: Rename the dwc_ahsata private header by Simon Glass · 7 years ago
  47. 602cedc dm: sata: dw_sata: Sort #include directives by Simon Glass · 7 years ago
  48. 96f2af4 dm: sata: dw_sata: Drop unnecessary brackets by Simon Glass · 7 years ago
  49. c5fc2a3 dm: sata: dw_sata: Pass uc_priv to internal functions by Simon Glass · 7 years ago
  50. d30e76c dm: sata: dw_sata: Drop unnecessary casts by Simon Glass · 7 years ago
  51. b1f7f58 dm: sata: dw_sata: Rename 'probe_ent' to uc_priv by Simon Glass · 7 years ago
  52. ed82fcc dm: sata: dw_sata: Move exported functions to the end by Simon Glass · 7 years ago
  53. c068229 dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd() by Simon Glass · 7 years ago
  54. 89dc64f dm: sata: dwc_ahsata: Make functions static by Simon Glass · 7 years ago
  55. 856e020 dm: core: Add a comment about the device_remove() flags by Simon Glass · 7 years ago
  56. 4450597 dm: blk: Update return value in blk_create_devicef() by Simon Glass · 7 years ago
  57. d9289f3 dm: usb: Adjust the 'usb' command to use blk_common_cmd() by Simon Glass · 7 years ago
  58. 8a8b768 dm: ide: Adjust the 'ide' command to use blk_common_cmd() by Simon Glass · 7 years ago
  59. 868a48c dm: scsi: Adjust the 'scsi' command to use blk_common_cmd() by Simon Glass · 7 years ago
  60. 2710c6f dm: sata: Adjust the 'sata' command to use blk_common_cmd() by Simon Glass · 7 years ago
  61. bf2e795 dm: blk: Add a generic function for block device commands by Simon Glass · 7 years ago
  62. 85af5a4 dm: blk: Add a function to find an interface-type name by Simon Glass · 7 years ago
  63. 8061bc6 dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata by Simon Glass · 7 years ago
  64. edc1dff mmc: gen_atmel_mci: Fix wrong arguments used of bind() by Wenyou.Yang@microchip.com · 7 years ago
  65. e4ca9bc mmc: sd_sdhi: Enable clock using clock framework by Marek Vasut · 7 years ago
  66. e553eba mmc: sh_sdhi: Fix the ACMD handling by Marek Vasut · 7 years ago
  67. 7ed7330 mmc: sh_sdhi: Add DM and DT probing support by Marek Vasut · 7 years ago
  68. 9443f42 mmc: uniphier-sd: Fix long response processing by Marek Vasut · 7 years ago
  69. 83ccfa7 Merge git://git.denx.de/u-boot-tegra by Tom Rini · 7 years ago
  70. 2e4d4de Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  71. 962a75a Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  72. 3c019da Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  73. 7b55a80 sf: Preserve QE bit when clearing BP# bits for Macronix flash by Bin Meng · 7 years ago
  74. 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
  75. 3fa4c22 env: Adjust the get_char() method to return an int by Simon Glass · 7 years ago
  76. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  77. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  78. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  79. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  80. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  81. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  82. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  83. 77d3aeb imx: mx7: fix build warning when CONFIG_IMX_RDC not enabled by Peng Fan · 7 years ago
  84. fe7052a imx: mx6sl: simplify code using setbits_le32 by Peng Fan · 7 years ago
  85. 946333d imx: mx6sx: select OSC as uart's clk parent by Peng Fan · 7 years ago
  86. 81224c4 imx: mx6: soc: fix mx6sll settings by Peng Fan · 7 years ago
  87. 7c164df imx: mx6: select ARM_ERRATA_845369 by Peng Fan · 7 years ago
  88. 5ac341f arm: Implement workaround for Cortex-A9 errata 845369 by Peng Fan · 7 years ago
  89. f05bc21 ARM: i.MX6: exclude the ARM errata from i.MX6 UP system by Peng Fan · 7 years ago
  90. b130c8a imx: imx6ull: correct get_cpu_speed_grade_hz by Sébastien Szymanski · 7 years ago
  91. 415c7ce imx: imx6ul: correct get_cpu_speed_grade_hz on 696MHz SoCs by Sébastien Szymanski · 7 years ago
  92. 304050e mx6sabreauto: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values by Breno Lima · 7 years ago
  93. 7e41b3e mx6sabresd: Fix IOMUXC_GPR6 and IOMUXC_GPR7 values by Breno Lima · 7 years ago
  94. 705d5d7 imx6: clock: correct comment for PLL_VIDEO by Anatolij Gustschin · 7 years ago
  95. 81931b0 imx6: use SION macro in SDn_CMD mux mode bitfield arguments by Anatolij Gustschin · 7 years ago
  96. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  97. 1753957 env: Drop env_relocate_spec() in favour of env_load() by Simon Glass · 7 years ago
  98. 10b0d7b env: Drop env_get_char_spec() by Simon Glass · 7 years ago
  99. 36d8581 env: Drop env_init_new() by Simon Glass · 7 years ago
  100. d91a8a5 env: Drop unused env_ptr variables by Simon Glass · 7 years ago