1. b4d9721 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  2. e576311 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  3. ca5e1b9 Merge git://git.denx.de/u-boot-i2c by Tom Rini · 7 years ago
  4. 0a32860 Merge git://www.denx.de/git/u-boot-cfi-flash by Tom Rini · 7 years ago
  5. ce8a36f driver: timer: Add the Atmel PIT timer driver by Wenyou.Yang@microchip.com · 7 years ago
  6. 4361912 ram: kconfig: s/SPL/TPL/ in TPL_RAM help text by Jagan Teki · 7 years ago
  7. 9390109 clk: rmobile: Split R8A7795 and R8A7796 core clock tables by Marek Vasut · 7 years ago
  8. 0207283 serial: serial-uclass: Add generic serial RX buffer support by Stefan Roese · 7 years ago
  9. 48b771c Revert "serial: ns16550: Add RX interrupt buffer support" by Stefan Roese · 7 years ago
  10. dfb453d vbe: Drop vbe_get_video_info() by Bin Meng · 7 years ago
  11. 552720e x86: ich-spi: Move opcode registers configuration to another routine by Bin Meng · 7 years ago
  12. 36ce024 x86: ich-spi: Don't read cached lock status by Bin Meng · 7 years ago
  13. bf5f72e x86: ich-spi: Remove unnecessary assignment in ich_init_controller() by Bin Meng · 7 years ago
  14. 76e6c99 x86: ich-spi: Remove spi_write_protect_region() by Bin Meng · 7 years ago
  15. 27ab770 i2c: muxes: add i2c gpio multiplexer driver by Peng Fan · 7 years ago
  16. ebf442d i2c: add i2c driver for stm32 by Patrice Chotard · 7 years ago
  17. 4c753a2 fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long by Tom Rini · 7 years ago
  18. a26162d mtd: cfi: staticize functions by Marek Vasut · 7 years ago
  19. 07d0a46 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  20. b1afc88 fastboot: avoid printing invalid data by John Keeping · 8 years ago
  21. 43aa76e Fix fastboot boot address by Peter Chubb · 8 years ago
  22. ec4b573 usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig by Bin Meng · 7 years ago
  23. 0eb2cec reset: uniphier: refactor reset data and add NAND/eMMC reset lines by Masahiro Yamada · 7 years ago
  24. d3c1461 ARM: uniphier: remove sLD3 SoC support by Masahiro Yamada · 7 years ago
  25. d626ea4 clk: uniphier: fix unmet direct dependencies warning by Masahiro Yamada · 7 years ago
  26. f7f0377 Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 7 years ago
  27. b92192c rockchip: rk322x: pinctrl: fix IO MASK error on sdcard pin by Kever Yang · 7 years ago
  28. 7a9b25a rockchip: rk322x: pinctrl: using compatible name same with dts by Kever Yang · 7 years ago
  29. 77520f8 mmc: Support generic PCI SD host controller by Bin Meng · 7 years ago
  30. f54f753 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  31. eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
  32. 9db9688 dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS by Simon Glass · 7 years ago
  33. b9876e2 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · 7 years ago
  34. 407025d dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · 7 years ago
  35. 80e9df4 dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · 7 years ago
  36. 5ee3980 dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · 7 years ago
  37. fa02ca5 dm: mmc: fsl_esdhc: Set up platform data by Simon Glass · 7 years ago
  38. 0c3ef22 dm: mmc: fsl_esdhc: Detect init failure by Simon Glass · 7 years ago
  39. 81357b5 dm: mmc: fsl_esdhc: Detect reset failure by Simon Glass · 7 years ago
  40. 6aa55dc dm: mmc: fsl_esdhc: Set up common versions of operations by Simon Glass · 7 years ago
  41. 1d177d4 dm: mmc: fsl_esdhc: Pass private data to internal functions by Simon Glass · 7 years ago
  42. 0067b87 dm: sata: dwc_ahsata: Add support for driver model by Simon Glass · 7 years ago
  43. 821bb52 dm: sata: Update the AHCI uclass to support operations by Simon Glass · 7 years ago
  44. f89b250 dm: sata: dw_sata: Set up common versions of operations by Simon Glass · 7 years ago
  45. 22b08aa dm: sata: dw_sata: More ahci_init_one() futher down by Simon Glass · 7 years ago
  46. 3b0ca22 dm: sata: dw_sata: Drop is_ready by Simon Glass · 7 years ago
  47. 7b2a629 dm: sata: dw_sata: Rename the dwc_ahsata private header by Simon Glass · 7 years ago
  48. 602cedc dm: sata: dw_sata: Sort #include directives by Simon Glass · 7 years ago
  49. 96f2af4 dm: sata: dw_sata: Drop unnecessary brackets by Simon Glass · 7 years ago
  50. c5fc2a3 dm: sata: dw_sata: Pass uc_priv to internal functions by Simon Glass · 7 years ago
  51. d30e76c dm: sata: dw_sata: Drop unnecessary casts by Simon Glass · 7 years ago
  52. b1f7f58 dm: sata: dw_sata: Rename 'probe_ent' to uc_priv by Simon Glass · 7 years ago
  53. ed82fcc dm: sata: dw_sata: Move exported functions to the end by Simon Glass · 7 years ago
  54. c068229 dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd() by Simon Glass · 7 years ago
  55. 89dc64f dm: sata: dwc_ahsata: Make functions static by Simon Glass · 7 years ago
  56. 4450597 dm: blk: Update return value in blk_create_devicef() by Simon Glass · 7 years ago
  57. 85af5a4 dm: blk: Add a function to find an interface-type name by Simon Glass · 7 years ago
  58. 8061bc6 dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata by Simon Glass · 7 years ago
  59. edc1dff mmc: gen_atmel_mci: Fix wrong arguments used of bind() by Wenyou.Yang@microchip.com · 7 years ago
  60. e4ca9bc mmc: sd_sdhi: Enable clock using clock framework by Marek Vasut · 7 years ago
  61. e553eba mmc: sh_sdhi: Fix the ACMD handling by Marek Vasut · 7 years ago
  62. 7ed7330 mmc: sh_sdhi: Add DM and DT probing support by Marek Vasut · 7 years ago
  63. 9443f42 mmc: uniphier-sd: Fix long response processing by Marek Vasut · 7 years ago
  64. 962a75a Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  65. 3c019da Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  66. 7b55a80 sf: Preserve QE bit when clearing BP# bits for Macronix flash by Bin Meng · 7 years ago
  67. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  68. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  69. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  70. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  71. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  72. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  73. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  74. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  75. 41f6514 driver: net: ldpaa: Update priv->phydev after free() by Prabhakar Kushwaha · 8 years ago
  76. 281a0c7 usb: net: Add support for Microchip LAN75xx and LAN78xx by Yuiko Oshino · 7 years ago
  77. 25122b4 net: fman: add support RGMII_TXID to memac by Madalin Bucur · 7 years ago
  78. cec35dc Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  79. 116ba6b stm32f1: remove stm32f1 support by Patrice Chotard · 7 years ago
  80. 2befb4b wdt: Update uclass to make clear that the timeout is in ms by Andy Shevchenko · 7 years ago
  81. ab1c160 nvme: Handle zero Maximum Data Transfer Size (MDTS) by Bin Meng · 7 years ago
  82. e15555a nvme: Fix number of blocks detection by Jon Nettleton · 7 years ago
  83. 7435481 nvme: Detect devices that are class Storage Express by Jon Nettleton · 7 years ago
  84. a744a4f nvme: Add show routine to print detailed information by Zhikang Zhang · 7 years ago
  85. 145b88f nvme: Add NVM Express driver support by Zhikang Zhang · 7 years ago
  86. 182fccd dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME by Zhikang Zhang · 7 years ago
  87. 273d3f7 arm: mvebu: ddr3_debug: remove self assignments by xypron.glpk@gmx.de · 7 years ago
  88. 94e8daa arm: mvebu: remove self assignment by xypron.glpk@gmx.de · 7 years ago
  89. f20995b rockchip: clk: remove RATE_TO_DIV by Kever Yang · 7 years ago
  90. 99b546d rockchip: clk: update dwmmc clock div by Kever Yang · 7 years ago
  91. 02a61b7 rockchip: timer: add device-model timer driver for RK3368 (and similar) by Philipp Tomsich · 7 years ago
  92. 4fac4ea dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  93. 163796c timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · 7 years ago
  94. c720b89 rockchip: spi: enable support for the rk_spi driver for the RK3368 by Philipp Tomsich · 7 years ago
  95. d21a4d8 rockchip: rk3368: add DRAM controller driver with DRAM initialisation by Philipp Tomsich · 7 years ago
  96. 821c4c4 net: gmac_rockchip: Add support for the RK3368 GMAC by Philipp Tomsich · 7 years ago
  97. b4fb55f rockchip: clk: rk3368: add support for configuring the SPI clocks by Philipp Tomsich · 7 years ago
  98. 83a5d2c rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate() by Philipp Tomsich · 7 years ago
  99. a249f10 rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock by Philipp Tomsich · 7 years ago
  100. c23a993 rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL) by Philipp Tomsich · 7 years ago