1. 2fc24d5 rockchip: serial: Add an of-platdata driver for rockchip by Simon Glass · 8 years ago
  2. b2927fb dm: serial: ns16550: Update to support of-platdata by Simon Glass · 8 years ago
  3. 1e6ca1a dm: core: Add an implementation of regmap_init_mem_platdata() by Simon Glass · 8 years ago
  4. a951431 dm: core: Move regmap allocation into a separate function by Simon Glass · 8 years ago
  5. 2c9dfb5 sandbox: Don't bring in the eeprom emulator in SPL by Simon Glass · 8 years ago
  6. 9fa2819 dm: core: Expand platdata for of-platdata devices by Simon Glass · 8 years ago
  7. fd1c2d9 dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED by Simon Glass · 8 years ago
  8. b484b0d dm: serial: Add support for of-platdata by Simon Glass · 8 years ago
  9. 7423daa dm: clk: Add support for of-platdata by Simon Glass · 8 years ago
  10. bab8233 dm: sandbox: Add a simple driver to test of-platdata by Simon Glass · 8 years ago
  11. 04ecf36 dm: syscon: Add support for of-platdata by Simon Glass · 8 years ago
  12. 3b2a29e dm: regmap: Add a dummy implementation for of-platdata by Simon Glass · 8 years ago
  13. 29629eb dm: core: Don't use device tree with of-platdata by Simon Glass · 8 years ago
  14. 0110f50 sandbox: serial: Don't sync video in SPL by Simon Glass · 8 years ago
  15. b8e5997 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  16. f698baa pci: Add board_ prefix to should_load_oprom() and make it weak by Bin Meng · 8 years ago
  17. c0aea6b pci: Make load_oprom and run_oprom independent by Bin Meng · 8 years ago
  18. b45dd66 pci: Remove CONFIG_ALWAYS_LOAD_OPROM by Bin Meng · 8 years ago
  19. bff97dd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 8 years ago
  20. 920c696 sandbox: Find keyboard driver using driver model by Simon Glass · 8 years ago
  21. 4b689f0 dm: gpio: MPC85XX GPIO platform data support by Hamish Martin · 8 years ago
  22. 797d1b9 dm: dfu: mmc: Support CONFIG_BLK in DFU for MMC by Simon Glass · 8 years ago
  23. 4b00bdb dm: mmc: msmsdhic: Drop old MMC code by Simon Glass · 8 years ago
  24. 12293f6 dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  25. ef1e4ed dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  26. 2a80909 dm: mmc: sdhci: Refactor configuration setup to support DM by Simon Glass · 8 years ago
  27. 9a46bd3 dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS by Simon Glass · 8 years ago
  28. 42b37d8 dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boards by Simon Glass · 8 years ago
  29. 691272f dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPS by Simon Glass · 8 years ago
  30. 8ca51e5 dm: mmc: Add a way to use driver model for MMC operations by Simon Glass · 8 years ago
  31. c0c76eb mmc: Move tracing code into separate functions by Simon Glass · 8 years ago
  32. 6775e01 dm: mmc: rockchip: Support only CONFIG_BLK by Simon Glass · 8 years ago
  33. c40704f mmc: Move MMC boot code into its own file by Simon Glass · 8 years ago
  34. 5aed4cb dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · 8 years ago
  35. eede897 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · 8 years ago
  36. 7dba0b9 mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · 8 years ago
  37. 96907c0 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
  38. 2372e14 spi: cadence_quadspi: Enable QUAD mode based on DT data by Vignesh R · 8 years ago
  39. dac3bf2 spi: cadence_qspi_apb: Support 32 bit AHB address by Vignesh R · 8 years ago
  40. 192bb75 spi: davinci_spi: Convert to driver to adapt to DM by Vignesh R · 8 years ago
  41. 7c61686 dm: core: implement dev_map_physmem() by Vignesh R · 8 years ago
  42. eb9d3ca mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe() by Mateusz Kulikowski · 8 years ago
  43. 99b8275 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  44. 246fa47 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  45. 4c64c4d net: rtl8169: Fix return value for rtl_send_common by Oleksandr Tymoshenko · 8 years ago
  46. 19c9dda driver: net: phylib: add support for aquantia AQR106/107 PHY by Mingkai Hu · 8 years ago
  47. 66d027e net: designware: Make driver independent from DM_GPIO again by Alexey Brodkin · 8 years ago
  48. c8864d7 spi: spi-uclass: fix typo in debug output by Anatolij Gustschin · 9 years ago
  49. 8d37483 tegra: video: Always use write-through cache on LCD by Simon Glass · 9 years ago
  50. ec55077 video: tegra: Move to using simple-panel and pwm-backlight by Simon Glass · 9 years ago
  51. f39a6a3 pci: tegra: actually program REFCLK_CFG* on recent SoCs by Stephen Warren · 8 years ago
  52. 3cfc6be pci: tegra: correctly program PADS_REFCLK registers by Stephen Warren · 8 years ago
  53. 70c440e rockchip: video: Lower hpd wait time by Sjoerd Simons · 9 years ago
  54. 68f7289 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  55. 20a4104 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  56. d90bb43 mmc: increase MMC SDHCI read status timeout by Steve Rae · 8 years ago
  57. 8dfd6e2 driver: qspi: correct QSPI disable CS reset value by Praneeth Bajjuri · 8 years ago
  58. fc9da85 pinctrl: uniphier: add Ethernet pin-mux settings by Masahiro Yamada · 8 years ago
  59. 64c1cc4 pinctrl: uniphier: avoid building unneeded pin-mux tables for SPL by Masahiro Yamada · 8 years ago
  60. 5e25b9d pinctrl: uniphier: support pin configuration for dedicated pins by Masahiro Yamada · 8 years ago
  61. 3379987 pinctrl: uniphier: split pinctrl driver for PH1-LD11 and PH1-LD20 by Masahiro Yamada · 8 years ago
  62. 186c133 pinctrl: uniphier: allow to have pinctrl node under syscon node by Masahiro Yamada · 8 years ago
  63. aac641b pinctrl: uniphier: remove unneeded pin group nand_cs1 by Masahiro Yamada · 8 years ago
  64. 69da34c pinctrl: uniphier: fix NAND pin-mux setting for PH1-LD11/LD20 by Masahiro Yamada · 8 years ago
  65. 4d1065c pinctrl: uniphier: remove wrong pin-mux functions for ProXstream2 by Masahiro Yamada · 8 years ago
  66. 44faff2 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  67. 49cdce1 armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCs by Prabhakar Kushwaha · 8 years ago
  68. 1483151 mmc: fsl: introduce wp_enable by Peng Fan · 8 years ago
  69. 84ecdf6 fsl_esdhc: Update clock enable bits for USDHC by Ye Li · 8 years ago
  70. f53225c mmc: fsl: reset to normal boot mode when eMMC fast boot by Peng Fan · 8 years ago
  71. 9bc3479 fastboot: sparse: resync common/image-sparse.c (part 2) by Steve Rae · 8 years ago
  72. 64ece84 fastboot: sparse: remove session-id logic by Steve Rae · 8 years ago
  73. ca2ec9a mmc: dw_mmc: fix the wrong AND operation by Jaehoon Chung · 9 years ago
  74. 57de41e ehci: mx7: fix otg id detection by Peng Fan · 8 years ago
  75. 429ff44 ehci: mx7: fix usbnc_regs by Peng Fan · 8 years ago
  76. 217d169 usb: fsl: Fix NULL terminating issue for usb controller name string by Rajesh Bhagat · 8 years ago
  77. df8b0a0 clk: sandbox: don't check clk ID against 0 by Stephen Warren · 8 years ago
  78. 62f8183 mtd: nand: Drop a blank line in nand_wait() by Andre Renaud · 8 years ago
  79. 08e64ce net: phy: marvell: Do not reset 88e1310 after autoneg by Nathan Rossi · 8 years ago
  80. 7988774 net: phy: micrel: add support for KSZ886x switches in MIIM mode by Alexey Firago · 9 years ago
  81. dad7b74 net: rtl8169: fix switching between adapters by Stephen Warren · 9 years ago
  82. 2313d48 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  83. 1a3619c mmc: add MMC_VERSION_5_1 by Stefan Wahren · 8 years ago
  84. 30780f9 mtd: nand: Patch remaining places where nand_to_mtd() should be used by Boris Brezillon · 8 years ago
  85. e1c2908 nand: nand torture: follow sync with linux v4.6 by Max Krummenacher · 8 years ago
  86. 7748b41 spl: nand: sunxi: add support for NAND config auto-detection by Boris Brezillon · 8 years ago
  87. 4e7d1b3 spl: nand: sunxi: split 'load page' and 'read page' logic by Boris Brezillon · 8 years ago
  88. bb9783b spl: nand: sunxi: rework status polling loop by Boris Brezillon · 8 years ago
  89. fa30115 spl: nand: sunxi: stop guessing the redundant u-boot offset by Boris Brezillon · 8 years ago
  90. 80ef700 spl: nand: support redundant u-boot image by Boris Brezillon · 8 years ago
  91. 494e108 spl: nand: rework SYS_NAND_U_BOOT_OFFS Kconfig option dependency by Boris Brezillon · 8 years ago
  92. c4adf9d spl: nand: sunxi: remove support for so-called 'syndrome' mode by Boris Brezillon · 8 years ago
  93. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  94. 4581b71 reset: implement a reset test by Stephen Warren · 8 years ago
  95. 89c1e2d Add a reset driver framework/uclass by Stephen Warren · 8 years ago
  96. 0f67e23 mailbox: add Tegra186 HSP driver by Stephen Warren · 8 years ago
  97. 769d52e mailbox: rename headers by Stephen Warren · 8 years ago
  98. fc76b69 gpio: pca953x: Fix register reading past 8th GPIO by mario.six@gdsys.cc · 9 years ago
  99. 5aeedeb dm: add manual relocation for devices by Angelo Dureghello · 9 years ago
  100. a10a31e Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago