1. 42db70b dm: Fix error handling for dev_read_addr_ptr by Sean Anderson · 4 years, 5 months ago
  2. b786054 dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 5 months ago
  3. 4d88d96 clk: Add K210 clock support by Sean Anderson · 4 years, 5 months ago
  4. 65cd44e clk: Add a bypass clock for K210 by Sean Anderson · 4 years, 5 months ago
  5. 6e887ee clk: Add K210 pll support by Sean Anderson · 4 years, 5 months ago
  6. f0d5a6b clk: Fix clk_get_by_* handling of index by Sean Anderson · 4 years, 5 months ago
  7. aa1e85f clk: Check that ops of composite clock components exist before calling by Sean Anderson · 4 years, 5 months ago
  8. cfc2f02 clk: Always use the supplied struct clk by Sean Anderson · 4 years, 5 months ago
  9. aeea038 Merge branch '2020-06-30-minor-TI-board-updates' into next by Tom Rini · 4 years, 5 months ago
  10. d91ebbe ti814x: Remove platform by Tom Rini · 4 years, 6 months ago
  11. b21fbb5 ti816x_evm: Enable DM_MMC by Tom Rini · 4 years, 6 months ago
  12. fa4875f am335x: Update list of defconfigs by Tom Rini · 4 years, 6 months ago
  13. d434b1f Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips into next by Tom Rini · 4 years, 5 months ago
  14. c634325 Merge branch '2020-06-30-pxa-dm_mmc-migration' into next by Tom Rini · 4 years, 5 months ago
  15. 8a97938 colibri_pxa270_defconfig: enable dm_mmc by Marcel Ziswiler · 6 years ago
  16. 6ad69a4 colibri_pxa270: add mmc platform data by Marcel Ziswiler · 6 years ago
  17. 8ac49c3 colibri_pxa270_defconfig: enable cmd_dm by Marcel Ziswiler · 6 years ago
  18. 768b86d arm: pxa: mmc: add driver model support by Marcel Ziswiler · 6 years ago
  19. 82c645c kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · 6 years ago
  20. 65c2bf6 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 6 years ago
  21. cf8285f Makefile: allow dm_mmc without of_control by Marcel Ziswiler · 6 years ago
  22. 92f2478 serial: pxa: clean-up platform data include file by Marcel Ziswiler · 6 years ago
  23. b2b7fc8 mmc: add missing space before comment delimiter by Marcel Ziswiler · 6 years ago
  24. 879bc74 .azure-pipelines.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 6 months ago
  25. 5f59756 .travis.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 6 months ago
  26. 744af39 .gitlab-ci.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 6 months ago
  27. bd8065b mips: malta: build u-boot-swap.bin by Daniel Schwierzeck · 4 years, 6 months ago
  28. f7fb731 Makefile: add rule to generate u-boot-swap.bin by Daniel Schwierzeck · 4 years, 6 months ago
  29. a1abae7 tools: add script for byte endianness swapping by Daniel Schwierzeck · 4 years, 6 months ago
  30. b1f83a6 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  31. 978733b net: pcnet: Add DM support by Marek Vasut · 4 years, 6 months ago
  32. 0bc035f net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 6 months ago
  33. c48ad6f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 6 months ago
  34. 0a042d1 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 6 months ago
  35. 292cf50 net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 6 months ago
  36. fd899d2 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 6 months ago
  37. 9250b37 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 6 months ago
  38. 34c00e9 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 6 months ago
  39. 017fe00 net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 6 months ago
  40. 9b2f30c net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 6 months ago
  41. 1fbd423 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 6 months ago
  42. ab3be70 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  43. 08aac4b net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
  44. e549f0f net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
  45. 9e70857 Merge branch '2020-06-26-more-Kconfig-migration' into next by Tom Rini · 4 years, 5 months ago
  46. b493d8f Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
  47. 23aa834 spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX) by Lukasz Majewski · 4 years, 6 months ago
  48. 9cb0cc1 spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) by Lukasz Majewski · 4 years, 6 months ago
  49. 1944087 Convert CONFIG_CADENCE_QSPI to Kconfig by Tom Rini · 4 years, 5 months ago
  50. 76f44298 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 6 months ago
  51. c7811b7 x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 5 months ago
  52. 874b373 video: rockchip: fix HDMI 4K resolution by Anatolij Gustschin · 4 years, 5 months ago
  53. 467eec6 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
  54. 98168a9 Merge tag 'u-boot-rockchip-20200628' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 5 months ago
  55. 54fe2bd rockchip: correctly set vop0 or vop1 by Patrick Wildt · 4 years, 6 months ago
  56. 0034079 video: orisetech_otm8009a: fill characteristics of DSI data link by Yannick Fertre · 4 years, 5 months ago
  57. bf8f564 video: raydium_rm68200: fill characteristics of DSI data link by Yannick Fertre · 4 years, 5 months ago
  58. 581449b video: stm32: stm32_dsi: copy DSI fields by Yannick Fertre · 4 years, 5 months ago
  59. 0b89a87 video: mipi update panel platform data by Yannick Fertre · 4 years, 5 months ago
  60. 402ac70 video: check hardware version of DSI by Yannick Fertre · 4 years, 5 months ago
  61. a2cdea2 splash: Fix build warning on 64 bits CPU by Ye Li · 4 years, 6 months ago
  62. 3e37469 video: vidconsole: avoid multiple lines overwrite logo by Ye Li · 4 years, 6 months ago
  63. b5c864d video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer by Ye Li · 4 years, 6 months ago
  64. 016133a rockchip: clk: rk3188: change APLL to safe 600MHz by Alexander Kochetkov · 4 years, 5 months ago
  65. 1baa6e2 rockchip: rk3188: Fix back to BROM boot by Alexander Kochetkov · 4 years, 5 months ago
  66. c1c33ce rk3399: Add BOOTENV_SF command by Jagan Teki · 4 years, 6 months ago
  67. 6c75e63 spi: Enable missing CONFIG_SPL_DM_SPI support by Tom Rini · 4 years, 5 months ago
  68. 7fdb410 Kconfig: Remove CONFIG_CLOCKS_IN_MHZ by Tom Rini · 4 years, 5 months ago
  69. 4a4c339 Convert CONFIG_BOOTM_NETBSD to Kconfig by Tom Rini · 4 years, 5 months ago
  70. 6081273 arm: imx: Finish migration of CONFIG_CSF_SIZE to Kconfig by Tom Rini · 4 years, 5 months ago
  71. 7cf9ab7 nxp: Finish switch to CONFIG_NXP_ESBC by Tom Rini · 4 years, 5 months ago
  72. 38023f6 arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB by Tom Rini · 4 years, 5 months ago
  73. 4436469 Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Tom Rini · 4 years, 5 months ago
  74. c625602 arm: toradex: Convert CONFIG_CONSOLE_MUX to Kconfig by Tom Rini · 4 years, 5 months ago
  75. 37576b6 Convert CONFIG_CONS_INDEX to Kconfig by Tom Rini · 4 years, 5 months ago
  76. d667c9e Convert CONFIG_CMDLINE_EDITING to Kconfig by Tom Rini · 4 years, 5 months ago
  77. eb6f6fc Convert CONFIG_BUILD_TARGET to Kconfig by Tom Rini · 4 years, 5 months ago
  78. 6389dd7 Convert CONFIG_BOUNCE_BUFFER to Kconfig by Tom Rini · 4 years, 5 months ago
  79. 119c8f9 Convert CONFIG_BOOTP_DNS2 to Kconfig by Tom Rini · 4 years, 5 months ago
  80. cfe912f arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig by Tom Rini · 4 years, 5 months ago
  81. 9469b77 arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al to Kconfig by Tom Rini · 4 years, 5 months ago
  82. 9f8d9a2 Convert CONFIG_BOARD_TYPES to Kconfig by Tom Rini · 4 years, 5 months ago
  83. e56898c Convert CONFIG_BCH to Kconfig by Tom Rini · 4 years, 5 months ago
  84. 97faf61 Convert CONFIG_BOOTARGS to Kconfig by Tom Rini · 4 years, 5 months ago
  85. 51876ec Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig by Tom Rini · 4 years, 5 months ago
  86. 740ffae Convert CONFIG_BAUDRATE to Kconfig by Tom Rini · 4 years, 5 months ago
  87. 7ae616a bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al to Kconfig by Tom Rini · 4 years, 5 months ago
  88. 3c95682 Convert CONFIG_ATMEL_USART to Kconfig by Tom Rini · 4 years, 5 months ago
  89. 3810f10 Convert CONFIG_ATMEL_NAND_HW_PMECC et al to Kconfig by Tom Rini · 4 years, 5 months ago
  90. cc8db2a Convert CONFIG_ATMEL_HLCD to Kconfig by Tom Rini · 4 years, 5 months ago
  91. 21b71d6 Convert CONFIG_AT91_GPIO to Kconfig by Tom Rini · 4 years, 5 months ago
  92. f8328c0 Convert CONFIG_ARM_PL180_MMCI to Kconfig by Tom Rini · 4 years, 5 months ago
  93. a9ad136 Convert CONFIG_ARCH_MISC_INIT to Kconfig by Tom Rini · 4 years, 5 months ago
  94. 2a1064b Convert CONFIG_AM335X_LCD to Kconfig by Tom Rini · 4 years, 5 months ago
  95. c3dc99f Merge branch 'for-tom' of https://github.com/lftan/u-boot by Tom Rini · 4 years, 5 months ago
  96. 91373cd arm: socfpga: misc_s10: Fix EMAC register address calculation by Ley Foon Tan · 4 years, 5 months ago
  97. e4c762b Merge branch '2020-06-25-tidy-up-bd-command' into next by Tom Rini · 4 years, 5 months ago
  98. 7c19901 Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
  99. b3279f3 bdinfo: x86: vesa: Update fb_base to the correct value by Simon Glass · 4 years, 7 months ago
  100. b2b2961 bdinfo: dm: Update fb_base when using driver model by Simon Glass · 4 years, 7 months ago