1. dd44c25 net: dsa: sja1105: fix device id detection by Vladimir Oltean · Sun Dec 05 01:00:35 2021 +0200
  2. 478eb75 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · Sun Jan 09 07:56:31 2022 -0500
  3. 46a63fe Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Fri Dec 31 07:28:36 2021 -0500
  4. f028a99 efi: serial: Support arrow keys by Simon Glass · Wed Dec 29 11:57:37 2021 -0700
  5. ac461ae Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · Tue Dec 28 11:28:31 2021 -0500
  6. f9baa05 Merge tag 'video-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Tue Dec 28 11:19:26 2021 -0500
  7. c902198 Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Dec 28 07:59:43 2021 -0500
  8. f7c6985 Convert CONFIG_KIRKWOOD_GPIO to Kconfig by Tom Rini · Fri Dec 17 18:08:46 2021 -0500
  9. 2d6f219 serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8 by Tom Rini · Fri Dec 17 18:08:39 2021 -0500
  10. 8c70baa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · Tue Dec 14 13:36:40 2021 -0500
  11. 9837245 Finish conversion CONFIG_SYS_NAND_SELF_INIT to Kconfig by Tom Rini · Sun Dec 12 22:12:36 2021 -0500
  12. 8f37ac4 Convert CONFIG_TEGRA_NAND to Kconfig by Tom Rini · Sun Dec 12 22:12:35 2021 -0500
  13. 50e6f1b Convert CONFIG_SYS_PCI_64BIT to Kconfig by Tom Rini · Sun Dec 12 22:12:32 2021 -0500
  14. e9269a0 Convert CONFIG_SYS_IMMR to Kconfig by Tom Rini · Sun Dec 12 22:12:30 2021 -0500
  15. e63618a pci: Remove unused FSL_PCI_INIT code by Tom Rini · Sun Dec 12 22:12:26 2021 -0500
  16. d03e14e Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to Kconfig by Tom Rini · Sat Dec 11 14:55:54 2021 -0500
  17. 05b419e Convert CONFIG_FSL_IFC to Kconfig by Tom Rini · Sat Dec 11 14:55:49 2021 -0500
  18. 119d2fb Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · Sat Dec 11 14:55:48 2021 -0500
  19. f059955 Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in Kconfig by Tom Rini · Sat Dec 11 14:55:47 2021 -0500
  20. 6b18e94 video: mxsfb: fix clk_get_by_name() return value check by Giulio Benetti · Sun Oct 24 00:34:42 2021 +0200
  21. 7a652859 video: Show the U-Boot logo by default by Simon Glass · Fri Nov 19 13:24:04 2021 -0700
  22. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · Fri Nov 19 13:24:03 2021 -0700
  23. c87ddf7 video: Drop VIDEO_LOGO from cfb_console by Simon Glass · Fri Nov 19 13:24:02 2021 -0700
  24. 8e5a8b6 video: Convert CONFIG_VIDEO_LOGO to Kconfig by Simon Glass · Fri Nov 19 13:24:01 2021 -0700
  25. 6149470 video: Drop #ifdefs from video_bmp by Simon Glass · Fri Nov 19 13:24:00 2021 -0700
  26. 6a92e88 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · Fri Nov 19 13:23:59 2021 -0700
  27. 1b695db video: Tidy up 24/32 BMP blitting by Simon Glass · Fri Nov 19 13:23:57 2021 -0700
  28. 8dc32e7 video: Drop the uclass colour map by Simon Glass · Fri Nov 19 13:23:56 2021 -0700
  29. 490bb99 video: bmp: Update RLE8 support to use the write function by Simon Glass · Fri Nov 19 13:23:55 2021 -0700
  30. 998e16a video: Move BMP pixel-writing into a function by Simon Glass · Fri Nov 19 13:23:54 2021 -0700
  31. aa662a6 video: Drop fb_put_byte() el at by Simon Glass · Fri Nov 19 13:23:53 2021 -0700
  32. 78cdc5d video: Expand video debugging buffer size by Simon Glass · Fri Nov 19 13:23:51 2021 -0700
  33. c3b5adf sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · Fri Nov 19 13:23:50 2021 -0700
  34. a45738a sandbox: video: Correct the address of the copy base by Simon Glass · Fri Nov 19 13:23:49 2021 -0700
  35. 0c5b59e video: sandbox: Set a maximum frame-buffer size by Simon Glass · Fri Nov 19 13:23:48 2021 -0700
  36. cce7480 video: sandbox: Avoid duplicate display windows by Simon Glass · Fri Nov 19 13:23:46 2021 -0700
  37. c3cfd76 sandbox: video: Support 8bpp depth by Simon Glass · Fri Nov 19 13:23:45 2021 -0700
  38. 3d8f34b Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Sun Dec 26 14:07:41 2021 -0500
  39. 9a41ed3 sysreset: watchdog: watchdog cannot power off by Heinrich Schuchardt · Thu Nov 04 10:31:17 2021 +0100
  40. 9964f00 power: pmic/fan53555: allow dm be omitted by SPL by Quentin Schulz · Fri Nov 12 15:10:47 2021 +0100
  41. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · Thu Dec 16 20:59:32 2021 -0700
  42. 17de873 pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR by Pali Rohár · Thu Nov 11 16:35:47 2021 +0100
  43. 2aeb942 pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size() by Pali Rohár · Thu Nov 11 16:35:43 2021 +0100
  44. 495f313 pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup by Pali Rohár · Thu Nov 11 16:35:42 2021 +0100
  45. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · Mon Dec 20 17:12:04 2021 -0500
  46. 0520727 i2c: mvtwsi: Swab the register address if its size is > 1 by Stefan Roese · Thu Nov 18 09:18:41 2021 +0100
  47. 3689099 arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers by Pali Rohár · Thu Dec 16 12:04:07 2021 +0100
  48. 028ac88 arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers by Pali Rohár · Thu Dec 16 12:04:06 2021 +0100
  49. 04c9347 phy: marvell: a3700: Convert to official DT bindings in COMPHY driver by Pali Rohár · Fri Nov 26 14:57:13 2021 +0100
  50. f872e83 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · Fri Nov 26 14:57:08 2021 +0100
  51. a4273f5 treewide: Use fdt_create_phandle() where appropriate by Marek Behún · Fri Nov 26 14:57:06 2021 +0100
  52. 11c6693 arm: mvebu: axp: ddr: Switch to using DM I2C API by Stefan Roese · Thu Nov 18 09:19:38 2021 +0100
  53. 6f3dc96 arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function by Stefan Roese · Thu Nov 18 09:19:37 2021 +0100
  54. 3e32dbe blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · Fri Dec 10 15:49:29 2021 +0900
  55. d8ef301 Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · Fri Dec 17 07:25:34 2021 -0500
  56. adc079f arm: socfpga: arria10: Enable double peripheral RBF configuration by Tien Fong Chee · Sun Nov 07 23:08:56 2021 +0800
  57. a54dce7 mtd: spi-nor-ids: Add support for W25Q01JV by Ram Narayanan · Mon Nov 29 21:54:58 2021 -0800
  58. bd07a49 Merge tag 'clk-2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · Wed Dec 15 14:51:44 2021 -0500
  59. 8767e79 clk: define LOG_CATEGORY for generic and ccf clocks by Patrick Delaunay · Fri Nov 19 15:12:07 2021 +0100
  60. 283dadf clk: cosmetic: reorder include files by Patrick Delaunay · Fri Nov 19 15:12:06 2021 +0100
  61. 0f65c04 arm: a37xx: pci: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · Thu Nov 11 16:35:48 2021 +0100
  62. 3166722 pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · Thu Nov 11 16:35:45 2021 +0100
  63. 6f66291 pci: pci_mvebu, pci_aardvark: Fix size of configuration cache by Marek Behún · Thu Nov 11 16:35:44 2021 +0100
  64. a4ba7ff net: ravb: Support multiple clocks by Adam Ford · Mon Dec 06 10:29:26 2021 -0600
  65. c468839 efi: Add a media/block driver for EFI block devices by Simon Glass · Sat Dec 04 08:56:32 2021 -0700
  66. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · Sat Dec 04 08:56:31 2021 -0700
  67. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · Sat Dec 04 08:56:30 2021 -0700
  68. 8e4f44b spi: atmel-quadspi: Add support for SAMA7G5 QSPI by Tudor Ambarus · Wed Nov 03 18:47:10 2021 +0200
  69. 1105680 ide: Drop ATA_PORT_ADDR by Simon Glass · Wed Nov 24 09:26:48 2021 -0700
  70. a6b4aaa ide: Drop unused CONFIG options by Simon Glass · Wed Nov 24 09:26:47 2021 -0700
  71. 278efc68 Convert CONFIG_KEYBOARD to Kconfig by Simon Glass · Wed Nov 24 09:26:44 2021 -0700
  72. c6d7681 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · Wed Nov 24 09:26:40 2021 -0700
  73. 97e2f84 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Fri Dec 03 09:02:49 2021 -0500
  74. 6937919 drivers: core: lists: fix for loop index type by Alexander Preißner · Sat Nov 06 02:08:59 2021 +0100
  75. 80f0307 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · Thu Dec 02 07:16:04 2021 -0500
  76. 7ddb4ec i2c: Add Microchip PolarFire SoC I2C driver by Padmarao Begari · Wed Nov 17 18:21:16 2021 +0530
  77. 63459cd net: macb: Remove Microchip compatible string by Padmarao Begari · Wed Nov 17 18:21:15 2021 +0530
  78. 30b28c4 net: dwc_eth_qos: Enable clock in probe by Marek Vasut · Sat Nov 13 03:23:52 2021 +0100
  79. 9da5a55 net: eth-phy: Handle gpio_request_by_name() return value by Marek Vasut · Sat Nov 13 03:23:11 2021 +0100
  80. b48ee74 net: brcm: netXtreme driver by Bharat Gooty · Mon Nov 08 14:46:10 2021 -0800
  81. e06f73b driver: net: Makefile: order file alphabetically by Ramon Fried · Thu Dec 02 08:15:27 2021 +0200
  82. 6588dc1 drivers: net: Soft reset felix switch core by Radu Bulie · Sat Nov 27 14:52:35 2021 +0200
  83. 57d007a mtd: spi: Remove SF_DUAL_FLASH symbol from Kconfig by Michal Simek · Tue Nov 30 13:47:10 2021 +0100
  84. 84d4f73 mtd: cqspi: Wait for transfer completion by Marek Vasut · Tue Sep 14 05:22:31 2021 +0200
  85. 99f0cd2 dm: add debug message when failed to select the default pinctrl by Patrick Delaunay · Fri Nov 19 10:02:27 2021 +0100
  86. f7eed20 Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig by Tom Rini · Sat Nov 13 18:10:40 2021 -0500
  87. 915bd1a ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setup by Patrick Delaunay · Wed Nov 24 10:52:19 2021 +0100
  88. df7fe21 ram: stm32mp1: compute DDR size from DDRCTL registers by Patrick Delaunay · Wed Nov 24 10:52:18 2021 +0100
  89. b1a756b video: stm32: stm32_ltdc: align framebuffer on 2MB by Patrick Delaunay · Mon Nov 15 16:32:22 2021 +0100
  90. efcc84b video: Add video_is_active function by Patrick Delaunay · Mon Nov 15 16:32:20 2021 +0100
  91. 0c4354e stm32mp1: ram: remove tuning support by Patrick Delaunay · Mon Nov 15 15:32:30 2021 +0100
  92. 9e2dd66 stm32mp1: ram: remove the support of calibration result by Patrick Delaunay · Mon Nov 15 15:32:29 2021 +0100
  93. a709d63 stm32mp1: ram: add read valid training support by Patrick Delaunay · Mon Nov 15 15:32:28 2021 +0100
  94. 98a1205 mmc: stm32_sdmmc2: Add support for probing bus voltage level translator by Marek Vasut · Sat Nov 13 03:29:43 2021 +0100
  95. 8620739 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Tue Nov 30 08:59:22 2021 -0500
  96. 938a03f tis: fix tpm_tis_remove() by Heinrich Schuchardt · Mon Nov 29 00:03:44 2021 +0100
  97. 67af77a pinctrl: stmfx: define LOG_CATEGORY by Patrick Delaunay · Wed Nov 10 18:14:10 2021 +0100
  98. d3a220f serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL by Pali Rohár · Mon Nov 15 13:48:06 2021 +0100
  99. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · Mon Nov 29 12:00:57 2021 -0500
  100. dab7e0d dm: core: Add a way to count the devices in a uclass by Simon Glass · Sat Oct 23 17:26:09 2021 -0600