1. c57383b checkpatch.pl: Fully re-sync with v5.7 by Tom Rini · 4 years, 4 months ago
  2. 61139e2 kconfig: show compiler version text in the top comment by Tom Rini · 4 years, 5 months ago
  3. 9d0087a socfpga: Enable optimized inlining on stratix10 by Tom Rini · 4 years, 5 months ago
  4. 72c4d40 compilers: Introduce options for forcing inlining on SPL/TPL by Tom Rini · 4 years, 5 months ago
  5. 1f1a0f3 compiler_types.h: Re-introduce CONFIG_OPTIMIZE_INLINING for U-Boot by Tom Rini · 4 years, 5 months ago
  6. 67f51b4 compiler*.h: sync include/linux/compiler*.h with Linux 5.7-rc5 by Tom Rini · 4 years, 5 months ago
  7. 8214791 pci: rockchip: Mark inline functions as static inline by Tom Rini · 4 years, 4 months ago
  8. 6ca300a socfpga: Mark socfpga_fpga_add() as static inline in the non-FPGA case by Tom Rini · 4 years, 5 months ago
  9. 897860e x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 5 months ago
  10. f2ff327 tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 5 months ago
  11. 443f223 Don't start ad-hoc games with -Wno-maybe-initialized by Tom Rini · 4 years, 5 months ago
  12. a9610bd kconfig: Add scripts/Kconfig.include from v4.19 by Tom Rini · 4 years, 5 months ago
  13. ddf34e7 kconfiglib: Update to the 14.1.0 release by Tom Rini · 4 years, 5 months ago
  14. faf002c Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 5 months ago
  15. e2a4d24 Merge branch '2020-06-30-minor-TI-board-updates' into next by Tom Rini · 4 years, 4 months ago
  16. 50b5326 ti814x: Remove platform by Tom Rini · 4 years, 5 months ago
  17. 9ccd840 ti816x_evm: Enable DM_MMC by Tom Rini · 4 years, 5 months ago
  18. a3e7750 am335x: Update list of defconfigs by Tom Rini · 4 years, 5 months ago
  19. 5fdb3c0 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, 4 months ago
  20. 6b3c744 Merge branch '2020-06-30-pxa-dm_mmc-migration' into next by Tom Rini · 4 years, 4 months ago
  21. 3c4aeaf colibri_pxa270_defconfig: enable dm_mmc by Marcel Ziswiler · 5 years ago
  22. 3450f62 colibri_pxa270: add mmc platform data by Marcel Ziswiler · 5 years ago
  23. 885b3cd colibri_pxa270_defconfig: enable cmd_dm by Marcel Ziswiler · 5 years ago
  24. 290e6bb arm: pxa: mmc: add driver model support by Marcel Ziswiler · 5 years ago
  25. 9b515a8 kconfig: mmc: move pxa_mmc_generic to kconfig by Marcel Ziswiler · 5 years ago
  26. 45224e8 dm: core: gracefully handle alias seq without of by Marcel Ziswiler · 5 years ago
  27. f992af8 Makefile: allow dm_mmc without of_control by Marcel Ziswiler · 5 years ago
  28. 4d3053a serial: pxa: clean-up platform data include file by Marcel Ziswiler · 5 years ago
  29. f5624b1 mmc: add missing space before comment delimiter by Marcel Ziswiler · 5 years ago
  30. e35c2a8 .azure-pipelines.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
  31. d985aaa .travis.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
  32. d853316 .gitlab-ci.yml: add Qemu tests for MIPS Malta board by Daniel Schwierzeck · 4 years, 5 months ago
  33. 5467434 mips: malta: build u-boot-swap.bin by Daniel Schwierzeck · 4 years, 5 months ago
  34. b8cecd0 Makefile: add rule to generate u-boot-swap.bin by Daniel Schwierzeck · 4 years, 5 months ago
  35. 753a892 tools: add script for byte endianness swapping by Daniel Schwierzeck · 4 years, 5 months ago
  36. d8553d6 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 5 months ago
  37. 53019cf net: pcnet: Add DM support by Marek Vasut · 4 years, 5 months ago
  38. f5e7df5 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  39. 6d76c9f net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 5 months ago
  40. deca773 net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 5 months ago
  41. 834d5ce net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 5 months ago
  42. ab6ecbd net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 5 months ago
  43. 553286a net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 5 months ago
  44. 54c6067 net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 5 months ago
  45. ada6a2c net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 5 months ago
  46. 0e11d79 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 5 months ago
  47. 89369b0 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 5 months ago
  48. d3b1df0 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 5 months ago
  49. b92b8f4 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 5 months ago
  50. b9c52c5 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 5 months ago
  51. 50c9b0e Merge branch '2020-06-26-more-Kconfig-migration' into next by Tom Rini · 4 years, 4 months ago
  52. 0b7d955 Merge tag 'rockchip-fix' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 4 months ago
  53. 2896422 spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX) by Lukasz Majewski · 4 years, 5 months ago
  54. 044a66c spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a) by Lukasz Majewski · 4 years, 5 months ago
  55. 582b4f7 Convert CONFIG_CADENCE_QSPI to Kconfig by Tom Rini · 4 years, 4 months ago
  56. 56c4046 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 5 months ago
  57. c87f9ce x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 4 months ago
  58. 35ee34b video: rockchip: fix HDMI 4K resolution by Anatolij Gustschin · 4 years, 4 months ago
  59. 19a7e58 Merge tag 'fixes-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 4 months ago
  60. 5f99ba1 Merge tag 'u-boot-rockchip-20200628' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 4 months ago
  61. 673eb44 rockchip: correctly set vop0 or vop1 by Patrick Wildt · 4 years, 5 months ago
  62. bccb385 video: orisetech_otm8009a: fill characteristics of DSI data link by Yannick Fertre · 4 years, 4 months ago
  63. ac824e8 video: raydium_rm68200: fill characteristics of DSI data link by Yannick Fertre · 4 years, 4 months ago
  64. 7084dd8 video: stm32: stm32_dsi: copy DSI fields by Yannick Fertre · 4 years, 4 months ago
  65. 36e66e3 video: mipi update panel platform data by Yannick Fertre · 4 years, 4 months ago
  66. 670eda3 video: check hardware version of DSI by Yannick Fertre · 4 years, 4 months ago
  67. 70b06d9 splash: Fix build warning on 64 bits CPU by Ye Li · 4 years, 5 months ago
  68. 8cee200 video: vidconsole: avoid multiple lines overwrite logo by Ye Li · 4 years, 5 months ago
  69. bab68b2 video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer by Ye Li · 4 years, 5 months ago
  70. 5e15dcb rockchip: clk: rk3188: change APLL to safe 600MHz by Alexander Kochetkov · 4 years, 4 months ago
  71. a2b1cff rockchip: rk3188: Fix back to BROM boot by Alexander Kochetkov · 4 years, 4 months ago
  72. 6a28dc3 rk3399: Add BOOTENV_SF command by Jagan Teki · 4 years, 5 months ago
  73. 8f74e65 spi: Enable missing CONFIG_SPL_DM_SPI support by Tom Rini · 4 years, 4 months ago
  74. 2254f13 Kconfig: Remove CONFIG_CLOCKS_IN_MHZ by Tom Rini · 4 years, 4 months ago
  75. f399e83 Convert CONFIG_BOOTM_NETBSD to Kconfig by Tom Rini · 4 years, 4 months ago
  76. 7d80a9c arm: imx: Finish migration of CONFIG_CSF_SIZE to Kconfig by Tom Rini · 4 years, 4 months ago
  77. bba4c7f nxp: Finish switch to CONFIG_NXP_ESBC by Tom Rini · 4 years, 4 months ago
  78. 0567099 arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB by Tom Rini · 4 years, 4 months ago
  79. f23476f Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig by Tom Rini · 4 years, 4 months ago
  80. bc209fb arm: toradex: Convert CONFIG_CONSOLE_MUX to Kconfig by Tom Rini · 4 years, 4 months ago
  81. 1ca87f9 Convert CONFIG_CONS_INDEX to Kconfig by Tom Rini · 4 years, 4 months ago
  82. 75bdd53 Convert CONFIG_CMDLINE_EDITING to Kconfig by Tom Rini · 4 years, 4 months ago
  83. 54d865b Convert CONFIG_BUILD_TARGET to Kconfig by Tom Rini · 4 years, 4 months ago
  84. a51cff2 Convert CONFIG_BOUNCE_BUFFER to Kconfig by Tom Rini · 4 years, 4 months ago
  85. e2dce7a Convert CONFIG_BOOTP_DNS2 to Kconfig by Tom Rini · 4 years, 4 months ago
  86. 4093083 arm: abb secu1: Convert CONFIG_BOOTDELAY to Kconfig by Tom Rini · 4 years, 4 months ago
  87. 53355d5 arm: capricorn: Convert CONFIG_BOOTCOUNT_ENV et al to Kconfig by Tom Rini · 4 years, 4 months ago
  88. 05369e4 Convert CONFIG_BOARD_TYPES to Kconfig by Tom Rini · 4 years, 4 months ago
  89. 103354d Convert CONFIG_BCH to Kconfig by Tom Rini · 4 years, 4 months ago
  90. 44a666a Convert CONFIG_BOOTARGS to Kconfig by Tom Rini · 4 years, 4 months ago
  91. eabbf80 Convert CONFIG_BOARD_EARLY_INIT_F et al to Kconfig by Tom Rini · 4 years, 4 months ago
  92. 11af95a Convert CONFIG_BAUDRATE to Kconfig by Tom Rini · 4 years, 4 months ago
  93. b120665 bk4r1: Re-convert CONFIG_AUTOBOOT_PROMPT et al to Kconfig by Tom Rini · 4 years, 4 months ago
  94. f61e2e4 Convert CONFIG_ATMEL_USART to Kconfig by Tom Rini · 4 years, 4 months ago
  95. 4e361cc Convert CONFIG_ATMEL_NAND_HW_PMECC et al to Kconfig by Tom Rini · 4 years, 4 months ago
  96. a60becc Convert CONFIG_ATMEL_HLCD to Kconfig by Tom Rini · 4 years, 4 months ago
  97. 348d183 Convert CONFIG_AT91_GPIO to Kconfig by Tom Rini · 4 years, 4 months ago
  98. b40fa97 Convert CONFIG_ARM_PL180_MMCI to Kconfig by Tom Rini · 4 years, 4 months ago
  99. 295ab895 Convert CONFIG_ARCH_MISC_INIT to Kconfig by Tom Rini · 4 years, 4 months ago
  100. 0735ac8 Convert CONFIG_AM335X_LCD to Kconfig by Tom Rini · 4 years, 4 months ago