1. 729c2db ARM: tegra: adapt to latest HSP DT binding by Stephen Warren · 8 years ago
  2. 8936691 driver/ddr/fsl: Fix timing_cfg_2 by York Sun · 8 years ago
  3. 7fe1d6a crypto/fsl: Update blob cmd to accept 64bit addresses by Sumit Garg · 8 years ago
  4. 04e5c6d driver: spi: fsl-qspi: remove compile Warnings by Yunhui Cui · 8 years ago
  5. 26fb8db Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 8 years ago
  6. 4069437 net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers by Hans de Goede · 8 years ago
  7. 4694dc5 sunxi: gpio: Add .xlate function for gpio phandle resolution by Chen-Yu Tsai · 8 years ago
  8. 2b51784 rockchip: rk3288: Fix pinctrl for GPIO bank 0 by John Keeping · 8 years ago
  9. 46683f3 mmc-uclass: correct the device number by Kever Yang · 8 years ago
  10. a6f56ad spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock by Vignesh R · 8 years ago
  11. b302669 sf: sf_params: Add AT25DF321 flash support by Wenyou Yang · 8 years ago
  12. fee3b6a spi: ti_qspi: Remove delay in read path for dra7xx by Vignesh R · 8 years ago
  13. c595a28 spi: ti_qspi: Fix compiler warning when DEBUG macro is set by Vignesh R · 8 years ago
  14. 69eeefa spi: ti_qspi: Fix failure on multiple READ_ID cmd by Vignesh R · 8 years ago
  15. 6bde34f spi: Add support for N25Q016A by Moritz Fischer · 8 years ago
  16. 4711e7f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  17. ec21aee pci: allow disabling of pci init/enum via env by Tim Harvey · 8 years ago
  18. fe34b6a Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  19. 02ebd42 mmc: dw_mmc: reduce timeout detection cycle by Xu Ziyuan · 8 years ago
  20. 61f5ddc Add a power domain framework/uclass by Stephen Warren · 8 years ago
  21. f1a485a dm: socfpga: mmc: Support CONFIG_BLK by Simon Glass · 8 years ago
  22. 329a449 dm: mmc: zynq: Convert zynq to use driver model for MMC by Simon Glass · 8 years ago
  23. dec49e8 dm: zynq: usb: Convert to CONFIG_DM_USB by Simon Glass · 8 years ago
  24. fbfa1ab net: phy: marvell: Add a missing errno.h header by Simon Glass · 8 years ago
  25. 9119548 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  26. 2e3f1ff dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  27. cc7f66f dm: core: Add a function to bind child devices by Simon Glass · 8 years ago
  28. 5628347 dm: mmc: dwmmc: use the callback functions as static by Jaehoon Chung · 8 years ago
  29. c6f086d Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 8 years ago
  30. 0b6699a Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  31. 9c7a0a6 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  32. a85ba87 net: sun8i_emac: Drop redundant and incorrect setting of syscon register by Chen-Yu Tsai · 8 years ago
  33. 6872844 net: sun8i_emac: Do not configure AHB2 clock by Chen-Yu Tsai · 8 years ago
  34. 9d3b8bd drivers: net/fm: Add Fman support for LS1046A by Mingkai Hu · 8 years ago
  35. 7f0a0e4 DM: crypto/fsl: Enable rsa DM driver usage before relocation by Sumit Garg · 8 years ago
  36. 27059c3 i2c: fsl: Fix driver initialization by mario.six@gdsys.cc · 8 years ago
  37. c3c9fd3 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 8 years ago
  38. 6e677ca i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · 8 years ago
  39. c68c624 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · 8 years ago
  40. 24f9c6b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · 8 years ago
  41. 14a6ff2 i2c: mvtwsi: Add compatibility to DM by mario.six@gdsys.cc · 8 years ago
  42. f8a10ed i2c: mvtwsi: Make address length variable by mario.six@gdsys.cc · 8 years ago
  43. 3c4db63 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · 8 years ago
  44. 61bc02b i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · 8 years ago
  45. e075828 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · 8 years ago
  46. 059fce9 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · 8 years ago
  47. 670514f i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · 8 years ago
  48. 49c801b i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · 8 years ago
  49. dfc3958 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · 8 years ago
  50. 9ec43b0 i2c: mvtwsi: Fix style violations by mario.six@gdsys.cc · 8 years ago
  51. daa69ff drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model by Mugunthan V N · 8 years ago
  52. be243e4 drivers: i2c: omap24xx_i2c: prepare driver for DM conversion by Mugunthan V N · 8 years ago
  53. 5142ac7 drivers: i2c: uclass: parse dt parameters only when CONFIG_OF_CONTROL is enable by Mugunthan V N · 8 years ago
  54. 79c8306 mmc: rockchip: add SDHCI driver support for rockchip soc by Kever Yang · 8 years ago
  55. c3aad6f rockchip: Use rockchip_get_clk() to obtain the SoC clock by Simon Glass · 8 years ago
  56. c57f806 dm: core: Add a way to find a device by its driver by Simon Glass · 8 years ago
  57. c3f03ff rockchip: rk3288: fix FREF_MIN_HZ constant by Heiko Stübner · 8 years ago
  58. b339b5d cosmetic: rockchip: rk3288: rename rkclk_configure_cpu by Heiko Stübner · 8 years ago
  59. 041cdb5 cosmetic: rockchip: sort socs according to numbers by Heiko Stübner · 8 years ago
  60. 23c3042 cosmetic: rockchip: rk3036: pinctrl: fix config symbol naming by Heiko Stübner · 8 years ago
  61. 9f862ec cosmetic: rockchip: rk3288: pinctrl: fix config symbol naming by Heiko Stübner · 8 years ago
  62. 9424f14 usb: dwc2 : invalidate dcache before starting DMA by Xu Ziyuan · 8 years ago
  63. 4711788 usb: dwc2-otg: adjust fifo size via platform data by Xu Ziyuan · 8 years ago
  64. fab3357 usb: rockchip-phy: implement USB2.0 phy control by Xu Ziyuan · 8 years ago
  65. ebb7feb mtd: nand: fix bug writing 1 byte less than page size by Hector Palacios · 8 years ago
  66. cd7f5e1 mtd: nand: Add a full-id entry for the H27QCG8T2E5R‐BCF NAND by Boris Brezillon · 8 years ago
  67. 4ccae81 mtd: nand: Add the sunxi NAND controller driver by Boris Brezillon · 8 years ago
  68. 42bd19c mtd: nand: add common DT init code by Brian Norris · 8 years ago
  69. 4e3d840 ARM: uniphier: use (devm_)ioremap() instead of map_sysmem() by Masahiro Yamada · 8 years ago
  70. 5248692 mtd: OneNAND: initialize mtd->writebufsize to let UBI work by Ladislav Michl · 8 years ago
  71. 77b93e5 mtd: OneNAND: allow board init function fail by Ladislav Michl · 8 years ago
  72. d9098ee mtd: OneNAND: add timeout to wait ready loops by Ladislav Michl · 8 years ago
  73. 0568dd0 armv7: make gpmc_cfg const by Ladislav Michl · 8 years ago
  74. 6f4e7d3 spl: Lightweight UBI and UBI fastmap support by Thomas Gleixner · 8 years ago
  75. 735717d onenand_spl_simple: Add a simple OneNAND read function by Ladislav Michl · 8 years ago
  76. e1a89e9 nand_spl_simple: Add a simple NAND read function by Thomas Gleixner · 8 years ago
  77. 05fc5ef mtd: Sort subsystem directories aplhabeticaly in Makefile by Ladislav Michl · 8 years ago
  78. d7e2891 i2c_eeprom: Add reading support by mario.six@gdsys.cc · 8 years ago
  79. 9f03247 Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 8 years ago
  80. 2cdc778 usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ by Siva Durga Prasad Paladugu · 8 years ago
  81. 9e0758b dm: clk: Remove simple version of clk_get_by_index/name() by Michal Simek · 8 years ago
  82. 59da82e serial: zynq: Read information about clock from DT by Michal Simek · 8 years ago
  83. 1d405e2 mmc: sdhci: Disable internal clock enable bit by Siva Durga Prasad Paladugu · 9 years ago
  84. 89ca873 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  85. 8f01397 powerpc/mpc85xx: SECURE BOOT- Enable chain of trust in SPL by Sumit Garg · 8 years ago
  86. 45031f1 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · 8 years ago
  87. 5d219d4 serial_mxc: Remove unconditional DCE setting by Breno Lima · 8 years ago
  88. 55edb9d mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips by Daniel Schwierzeck · 8 years ago
  89. 8b248c8 imx_watchdog: add weak attribute to reset_cpu function by Stefan Agner · 8 years ago
  90. c448309 usb: ehci-mx6: introduce config for high active power pin by Stefan Agner · 8 years ago
  91. 9a88180 usb: ehci-mx6: configure power polarity in usb_power_config by Stefan Agner · 8 years ago
  92. 2deebe2 usb: move CONFIG_USB_EHCI_MX7 to Kconfig by Stefan Agner · 8 years ago
  93. 83fd908 dm: imx: serial: Support DTE mode when using driver model by Stefan Agner · 8 years ago
  94. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  95. 1f9ef0d Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 8 years ago
  96. ef36d9a sunxi: Use BROM stored boot_media value to determine our boot-source by Hans de Goede · 8 years ago
  97. 926fbcc Merge branch 'master' of git://git.denx.de/u-boot-samsung by Tom Rini · 8 years ago
  98. ebe621d Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  99. a29710c net: Add EMAC driver for H3/A83T/A64 SoCs. by Amit Singh Tomar · 8 years ago
  100. 26c0c15 sunxi: mmc: increase status register polling rate for data transfers by Tobias Doerffel · 8 years ago