1. d5b1c27 armv7: make gpmc_cfg const by Ladislav Michl · 8 years ago
  2. 820d24d spl: Lightweight UBI and UBI fastmap support by Thomas Gleixner · 8 years ago
  3. dcd7ed3 onenand_spl_simple: Add a simple OneNAND read function by Ladislav Michl · 8 years ago
  4. daec8a4 nand_spl_simple: Add a simple NAND read function by Thomas Gleixner · 8 years ago
  5. 4a7234b mtd: Sort subsystem directories aplhabeticaly in Makefile by Ladislav Michl · 8 years ago
  6. 7559ac4 i2c_eeprom: Add reading support by mario.six@gdsys.cc · 8 years ago
  7. dcca7a9 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  8. 42fcc18 usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ by Siva Durga Prasad Paladugu · 8 years ago
  9. 30d40b3 dm: clk: Remove simple version of clk_get_by_index/name() by Michal Simek · 8 years ago
  10. eea9d96 serial: zynq: Read information about clock from DT by Michal Simek · 8 years ago
  11. 2da5125 mmc: sdhci: Disable internal clock enable bit by Siva Durga Prasad Paladugu · 9 years ago
  12. fcdfeed Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  13. f6d96cb powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL by Sumit Garg · 8 years ago
  14. 99893dd Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 8 years ago
  15. 3e2fa2a mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips by Daniel Schwierzeck · 8 years ago
  16. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  17. a1db4fe Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  18. 6527fa2 sunxi: Use BROM stored boot_media value to determine our boot-source by Hans de Goede · 8 years ago
  19. b87ea78 Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 8 years ago
  20. ecf6082 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  21. d194c0e net: Add EMAC driver for H3/A83T/A64 SoCs. by Amit Singh Tomar · 8 years ago
  22. e2ead48 sunxi: mmc: increase status register polling rate for data transfers by Tobias Doerffel · 8 years ago
  23. 6f3ea20 sunxi: Support booting from SPI flash by Siarhei Siamashka · 8 years ago
  24. ff8357e rockchip: pinctrl: Update the rk3288 driver to support of-platdata by Simon Glass · 8 years ago
  25. 00c5fd4 rockchip: clk: Update the rk3288 driver to support of-platdata by Simon Glass · 8 years ago
  26. 994c29d rockchip: clk: Move all DT decoding to ofdata_to_platdata() by Simon Glass · 8 years ago
  27. 4bb9ce4 rockchip: mmc: Update the driver to support of-platdata by Simon Glass · 8 years ago
  28. 4188d94 rockchip: mmc: Move all DT decoding to ofdata_to_platdata() by Simon Glass · 8 years ago
  29. b3068ad rockchip: serial: Add an of-platdata driver for rockchip by Simon Glass · 8 years ago
  30. 18798be dm: serial: ns16550: Update to support of-platdata by Simon Glass · 8 years ago
  31. b611433 dm: core: Add an implementation of regmap_init_mem_platdata() by Simon Glass · 8 years ago
  32. 30d73e8 dm: core: Move regmap allocation into a separate function by Simon Glass · 8 years ago
  33. c744fca sandbox: Don't bring in the eeprom emulator in SPL by Simon Glass · 8 years ago
  34. afbf9b8 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  35. 2d4c7dc dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · 8 years ago
  36. afd81a5 dm: serial: Add support for of-platdata by Simon Glass · 8 years ago
  37. 589d915 dm: clk: Add support for of-platdata by Simon Glass · 8 years ago
  38. 750c482 dm: sandbox: Add a simple driver to test of-platdata by Simon Glass · 8 years ago
  39. 73dd069 dm: syscon: Add support for of-platdata by Simon Glass · 8 years ago
  40. b944345 dm: regmap: Add a dummy implementation for of-platdata by Simon Glass · 8 years ago
  41. 8d7e816 dm: core: Don't use device tree with of-platdata by Simon Glass · 8 years ago
  42. 549f23a sandbox: serial: Don't sync video in SPL by Simon Glass · 8 years ago
  43. 4612af6 rtc: Tidy up the code style by Simon Glass · 8 years ago
  44. 65bfb9c stm32: clk: Add 200MHz clock configuration for stm32f746 discovery board by Toshifumi NISHINAGA · 8 years ago
  45. 47a3d05 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  46. f49c485 pci: Add board_ prefix to should_load_oprom() and make it weak by Bin Meng · 8 years ago
  47. 0ea6bcb pci: Make load_oprom and run_oprom independent by Bin Meng · 8 years ago
  48. 6ac0ee5 pci: Remove CONFIG_ALWAYS_LOAD_OPROM by Bin Meng · 8 years ago
  49. 98d18e9 mmc: exynos_dw_mmc: support the Driver mode for Exynos by Jaehoon Chung · 8 years ago
  50. 865ecd9 mmc: exynos_dw_mmc: use the 4bit bus-width by default by Jaehoon Chung · 8 years ago
  51. de61aaee mmc: exynos_dw_mmc: clean the unused and unnecessary codes by Jaehoon Chung · 8 years ago
  52. e0303c7 mmc: exynos_dw_mmc: add the error control for checking index by Jaehoon Chung · 8 years ago
  53. cc95ce5 mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL by Jaehoon Chung · 8 years ago
  54. 2f9cbd5 mmc: exynos_dw_mmc: remove the unused function by Jaehoon Chung · 8 years ago
  55. d2ef0fc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 8 years ago
  56. 3e5a8b9 sandbox: Find keyboard driver using driver model by Simon Glass · 8 years ago
  57. 47ca9fc dm: gpio: MPC85XX GPIO platform data support by Hamish Martin · 8 years ago
  58. aa7620b dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
  59. 8612025 dm: mmc: msmsdhic: Drop old MMC code by Simon Glass · 8 years ago
  60. 8ef0765 dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  61. b97f0fa dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  62. b084207 dm: mmc: sdhci: Refactor configuration setup to support DM by Simon Glass · 8 years ago
  63. efcc669 dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS by Simon Glass · 8 years ago
  64. faeef3b dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards by Simon Glass · 8 years ago
  65. ff5c1b7 dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  66. 394dfc0 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · 8 years ago
  67. b23d96e mmc: Move tracing code into separate functions by Simon Glass · 8 years ago
  68. e7f50d9 dm: mmc: rockchip: Support only CONFIG_BLK by Simon Glass · 8 years ago
  69. 84f9df9 mmc: Move MMC boot code into its own file by Simon Glass · 8 years ago
  70. 21875cf dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · 8 years ago
  71. 2f1ea90 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · 8 years ago
  72. 62e293a mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · 8 years ago
  73. ae56979 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
  74. 4ca6019 spi: cadence_quadspi: Enable QUAD mode based on DT data by Vignesh R · 8 years ago
  75. 0c80b92 spi: cadence_qspi_apb: Support 32 bit AHB address by Vignesh R · 8 years ago
  76. c1091e1 spi: davinci_spi: Convert to driver to adapt to DM by Vignesh R · 8 years ago
  77. 0dff370 dm: core: implement dev_map_physmem() by Vignesh R · 8 years ago
  78. e5669a3 serial_sh: Add standrad SCI (w/o FIFO) support by Yoshinori Sato · 9 years ago
  79. a6eed2b serial_sh: Device Tree support by Yoshinori Sato · 9 years ago
  80. c012e57 mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe() by Mateusz Kulikowski · 8 years ago
  81. c821dbd Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  82. 0bc7f4a Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  83. 51d22bb net: rtl8169: Fix return value for rtl_send_common by Oleksandr Tymoshenko · 8 years ago
  84. 602e9b5 driver: net: phylib: add support for aquantia AQR106/107 PHY by Mingkai Hu · 8 years ago
  85. 57a37bc net: designware: Make driver independent from DM_GPIO again by Alexey Brodkin · 8 years ago
  86. 264359e spi: spi-uclass: fix typo in debug output by Anatolij Gustschin · 9 years ago
  87. bbdae4b tegra: video: Always use write-through cache on LCD by Simon Glass · 9 years ago
  88. 44fe9e4 video: tegra: Move to using simple-panel and pwm-backlight by Simon Glass · 9 years ago
  89. 29f49fc pci: tegra: actually program REFCLK_CFG* on recent SoCs by Stephen Warren · 8 years ago
  90. d132c47 pci: tegra: correctly program PADS_REFCLK registers by Stephen Warren · 8 years ago
  91. 0b03623 rockchip: video: Lower hpd wait time by Sjoerd Simons · 9 years ago
  92. 30bad53 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  93. b090226 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  94. d478083 mmc: increase MMC SDHCI read status timeout by Steve Rae · 8 years ago
  95. 5d21e6f driver: qspi: correct QSPI disable CS reset value by Praneeth Bajjuri · 8 years ago
  96. cc94a98 pinctrl: uniphier: add Ethernet pin-mux settings by Masahiro Yamada · 8 years ago
  97. 65ef4f7 pinctrl: uniphier: avoid building unneeded pin-mux tables for SPL by Masahiro Yamada · 8 years ago
  98. 9447e13 pinctrl: uniphier: support pin configuration for dedicated pins by Masahiro Yamada · 8 years ago
  99. e637a8e pinctrl: uniphier: split pinctrl driver for PH1-LD11 and PH1-LD20 by Masahiro Yamada · 8 years ago
  100. 13d8ac3 pinctrl: uniphier: allow to have pinctrl node under syscon node by Masahiro Yamada · 8 years ago