1. 3151e42 GPIO: fxl6408: Add support for FXL6408 GPIO expander by Oleksandr Suvorov · Sun Nov 21 18:05:16 2021 +0200
  2. 8b10a7e spi: mxc_spi: remove redundant code in spi_xchg_single() by Haolin Li · Sat Nov 06 03:03:34 2021 -0700
  3. 7f5dd94 imx8ulp: ddr: Fix DDR frequency request issue by Ye Li · Fri Oct 29 09:46:34 2021 +0800
  4. 9cac6e2 imx8ulp:ddr: saving the dram config timing data into sram by Jacky Bai · Fri Oct 29 09:46:33 2021 +0800
  5. 198bbb1 net: ti: am65-cpsw: Cleanup resources before jump to kernel by Vignesh Raghavendra · Fri Jan 28 11:21:19 2022 +0530
  6. da3d671 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Wed Feb 02 09:16:49 2022 -0500
  7. e5cb00a mtd: cfi_mtd: populate mtd->dev with flash_info->dev by Patrice Chotard · Fri Dec 03 10:27:44 2021 +0100
  8. ff1cb9c rtc: pcf2127: remove U-Boot specific compatible string by Vladimir Oltean · Mon Jan 03 14:47:30 2022 +0200
  9. 1d4734a rtc: pcf2127: sync with Linux compatible strings by Vladimir Oltean · Mon Jan 03 14:47:23 2022 +0200
  10. 4c2644d i2c: muxes: pca954x: add PCA9847 variant by Vladimir Oltean · Mon Jan 03 14:47:22 2022 +0200
  11. 14de76e pci: layerscape: update the searching compatible of LX2160A PCIe by Hou Zhiqiang · Tue Dec 07 18:13:12 2021 +0800
  12. b6b3557 mmc: sunxi: Use DM_GPIO flags to set pull-up by Samuel Holland · Wed Oct 20 23:52:57 2021 -0500
  13. bfda949 gpio: sunxi: Implement .set_flags by Samuel Holland · Wed Oct 20 23:52:56 2021 -0500
  14. a9f6d95 i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c by Chris Morgan · Fri Jan 07 11:52:54 2022 -0600
  15. 47690e1 sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs by Daniel Wagenknecht · Thu Dec 16 20:42:10 2021 +0100
  16. d26ac2e net: ti: am65-cpsw-nuss: Fix err msg for port bind failures by Vignesh Raghavendra · Fri Jan 21 12:47:51 2022 +0530
  17. cca0287 bootcount: fix printf() code by Heinrich Schuchardt · Wed Jan 19 01:33:43 2022 +0100
  18. fd1f263 dfu: mtd: skip empty pages when writing page for UBI partition by Patrick Delaunay · Tue Jan 18 10:26:21 2022 +0100
  19. 8b79e08 pci: Fix setting controller's last_busno by Pali Rohár · Mon Jan 17 16:38:37 2022 +0100
  20. 80478f4 fastboot: only look up real partition names when no alias exists by Matthias Schiffer · Thu Dec 16 11:26:38 2021 +0100
  21. 455542c dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · Wed Oct 13 17:01:37 2021 +0200
  22. 52cf76d fastboot: fix fastboot_set_reboot_flag() by Roman Stratiienko · Sun May 09 01:25:24 2021 +0300
  23. 99ce9ea Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jan 27 14:14:47 2022 -0500
  24. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · Thu Nov 25 18:16:15 2021 +0100
  25. 3ed2b18 usb: ehci: dm: Convert i.MX28 ehci code to driver model by Lukasz Majewski · Wed Dec 22 10:55:09 2021 +0100
  26. e91edbc usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start}) by Lukasz Majewski · Wed Dec 22 10:55:08 2021 +0100
  27. 5fb7cb2 usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM by Lukasz Majewski · Wed Dec 22 10:55:07 2021 +0100
  28. 7a4aba6 usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28 by Lukasz Majewski · Wed Dec 22 10:55:06 2021 +0100
  29. 0039f57 sandbox: sandbox_serial_pending depends on DM_VIDEO by Heinrich Schuchardt · Fri Jan 21 16:07:30 2022 +0100
  30. e766570 usb: Use the first available device for ehci_gadget by Sean Anderson · Fri Nov 05 12:52:55 2021 -0400
  31. 884dcfa acpi: Tidy up the item list by Simon Glass · Wed Dec 01 09:03:05 2021 -0700
  32. 877205e acpi: Collect tables in the acpi_item list by Simon Glass · Wed Dec 01 09:03:04 2021 -0700
  33. 1617088 x86: Use the ACPI table writer by Simon Glass · Wed Dec 01 09:02:49 2021 -0700
  34. f93b904 acpi: Add a table start by Simon Glass · Wed Dec 01 09:02:46 2021 -0700
  35. f3425cb sandbox: Allow building with GENERATE_ACPI_TABLE by Simon Glass · Wed Dec 01 09:02:40 2021 -0700
  36. 135d994 pci: iproc: Set all 24 bits of PCI class code by Pali Rohár · Wed Jan 05 10:50:20 2022 +0100
  37. d657035 misc: mark write buffer const by John Keeping · Tue Jan 11 17:04:49 2022 +0000
  38. 1576abf configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig by Patrick Delaunay · Tue Jan 04 14:24:00 2022 +0100
  39. edfad17 mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as boolean by Patrick Delaunay · Tue Jan 04 14:23:59 2022 +0100
  40. 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · Tue Jan 04 14:23:58 2022 +0100
  41. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jan 20 12:40:20 2022 -0500
  42. 3110499 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Jan 20 09:39:45 2022 -0500
  43. dcf92a5 phy: marvell: Remove unused function comphy_update_map() by Pali Rohár · Tue Jan 18 10:33:20 2022 +0100
  44. e3833f6 drivers: octeon: get rid of Unicode in code by Heinrich Schuchardt · Sun Jan 16 23:11:58 2022 +0100
  45. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · Fri Jan 14 14:31:38 2022 +0100
  46. ed9bcb9 pci: pci_mvebu: Add support for Kirkwood PCIe controllers by Pali Rohár · Thu Jan 13 14:28:04 2022 +0100
  47. 5d6b448 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · Thu Jan 20 01:04:42 2022 +0100
  48. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  49. 774c9af Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Wed Jan 19 11:43:44 2022 -0500
  50. 0ce829f firmware: zynqmp: Do not report error if node is already configured by Michal Simek · Fri Jan 14 13:25:37 2022 +0100
  51. 957b248 firmware: zynqmp: Move loading message to debug by Michal Simek · Fri Jan 14 13:25:36 2022 +0100
  52. d9c87e3 clk: ast2600: Revise MII interface delay by Dylan Hung · Thu Dec 09 10:12:28 2021 +0800
  53. c84560a net: ftgmac100: Add Aspeed AST2600 support by Dylan Hung · Thu Dec 09 10:12:25 2021 +0800
  54. 2bec372 net: ftgmac100: Add DM_MDIO support by Dylan Hung · Thu Dec 09 10:12:24 2021 +0800
  55. 347494c mmc: actions: add MMC driver for Actions OWL S700/S900 by Amit Singh Tomar · Sun Nov 28 17:02:24 2021 +0530
  56. 1ec12dc clk: actions: Add SD/MMC clocks by Amit Singh Tomar · Sun Nov 28 17:02:21 2021 +0530
  57. 5433df9 clk: actions: Introduce dummy get/set_rate callbacks by Amit Singh Tomar · Sun Nov 28 17:02:20 2021 +0530
  58. e98e87a pinctrl: single: add support for pinctrl-single, pins when #pinctrl-cells = 2 by AJ Bagwell · Fri Dec 03 15:18:53 2021 +0000
  59. 307be401 drivers: musb_gadget: Save endpoint desc to usb_ep->desc by qianfan Zhao · Tue Nov 16 08:30:12 2021 +0800
  60. 142f41a mtd: nand: pxa3xx: set mtd->dev by Robert Marko · Wed Jan 05 16:01:00 2022 +0100
  61. b75f324 Merge branch '2022-01-15-TI-platform-updates' by Tom Rini · Mon Jan 17 11:24:43 2022 -0500
  62. 79a4cd5 Merge tag 'u-boot-at91-2022.04-b' of https://source.denx.de/u-boot/custodians/u-boot-at91 by Tom Rini · Mon Jan 17 08:36:12 2022 -0500
  63. 50d0c4f Merge https://source.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · Mon Jan 17 08:35:39 2022 -0500
  64. d7d071f Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Mon Jan 17 08:35:11 2022 -0500
  65. bea12f4 net: gem: Workaround gmii2rgmii bridge DT node issue by Ashok Reddy Soma · Fri Jan 14 13:08:07 2022 +0100
  66. 42cb066 Revert "net: gem: Disable broadcast setting" by Michal Simek · Fri Jan 14 13:15:48 2022 +0100
  67. 2fc9405 power: domain: Add Apple pmgr driver by Mark Kettenis · Mon Jan 10 20:58:44 2022 +0100
  68. efa7853 nand: gpmc: Handle bitflips in erased pages when using BCH ECC engine by David Rivshin · Thu Nov 18 13:25:24 2021 -0500
  69. 1560b76 Fix wrong QSPI clock calculation for AM4372 by Stefan Mätje · Tue Nov 30 01:06:56 2021 +0100
  70. f65d0b6 omap: timer: implement timer_get_boot_us by Christian Gmeiner · Thu Dec 16 10:57:29 2021 +0100
  71. 331148e gpio: da8xx_gpio: Fix gpio name with address by chao zeng · Fri Jan 07 11:26:24 2022 +0800
  72. 7fd97aa net: fastboot: make UDP port net: configurable by Christian Gmeiner · Thu Jan 13 08:40:06 2022 +0100
  73. 9c87899 net: fsl: Fix busy flag polling register by Markus Koch · Tue Jan 11 19:22:54 2022 +0100
  74. dfd03c1 net: eth-phy: Demote missing phy-handle log message to debug by Marek Vasut · Sat Jan 01 20:12:23 2022 +0100
  75. 11147e0 net: phy: add TI DP83869HM ethernet driver by Dominic Rath · Wed Dec 22 08:57:46 2021 +0100
  76. dd44c25 net: dsa: sja1105: fix device id detection by Vladimir Oltean · Sun Dec 05 01:00:35 2021 +0200
  77. bbedbbb net: ti: am65-cpsw: Add support for multi port independent MAC mode by Vignesh Raghavendra · Fri Dec 24 12:55:30 2021 +0530
  78. 8ade6b0 dma: ti: k3-udma: Fix rflow reservation for PKTDMA by Vignesh Raghavendra · Thu Dec 23 19:27:30 2021 +0530
  79. be4e5e1 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · Thu Dec 30 22:36:51 2021 +0300
  80. 8384fd8 BRCMNAND: Fix reporting of uncorrectable errors on subpages during page read by Joel Peshkin · Mon Dec 20 20:15:47 2021 -0800
  81. 2684c93 nvme: Do not allocate 8kB buffer on stack by Pali Rohár · Thu Dec 09 11:06:39 2021 +0100
  82. 93008ab pci: Work around PCIe link training failures by Maciej W. Rozycki · Sat Nov 20 23:03:30 2021 +0000
  83. 9e2a947 ddr: marvell: a38x: fix SPLIT_OUT_MIX state decision by Marek Behún · Wed Jan 12 17:06:59 2022 +0100
  84. 90e519e ddr: marvell: a38x: Fix Synchronous vs Asynchronous mode determination by Marek Behún · Tue Jan 04 15:57:49 2022 +0100
  85. fa7890e mtd: nand: pxa3xx: use marvell, prefix for custom DT properties by Pierre Bourdon · Sat Dec 25 05:46:29 2021 +0100
  86. 5fc93e2 arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c by Pali Rohár · Tue Dec 21 12:20:19 2021 +0100
  87. 91d02fb pci: pci_mvebu: Wait 100ms for Link Up in mvebu_pcie_probe() by Pali Rohár · Tue Dec 21 12:20:17 2021 +0100
  88. 3f6890d pci: pci_mvebu: Split initialization of PCIe ports into 3 phases by Pali Rohár · Tue Dec 21 12:20:16 2021 +0100
  89. bb26c4a pci: pci_mvebu: Remove dependency on SOC_REGS_PHY_BASE macro by Pali Rohár · Tue Dec 21 12:20:15 2021 +0100
  90. 807292f pci: pci_mvebu: Inline mvebu_pcie_port_parse_dt() function by Pali Rohár · Tue Dec 21 12:20:14 2021 +0100
  91. ca69af4 pci: pci_mvebu: Fix PCIe MEM and IO resources assignment and mbus mapping by Pali Rohár · Tue Dec 21 12:20:13 2021 +0100
  92. 65f8329 fdt: Drop SPL_BUILD macro by Simon Glass · Wed Jan 12 19:26:15 2022 -0700
  93. c5190ed dm: core: Switch order of pinctrl and power domain calls by Michal Simek · Fri Jan 07 16:38:09 2022 +0100
  94. e4f178b Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jan 13 08:00:02 2022 -0500
  95. 86f4923 drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting". by Vagrant Cascadian · Tue Dec 21 13:07:02 2021 -0800
  96. a321d04 drivers/ddr/altera/sequencer.c: Fix spelling of "resetting". by Vagrant Cascadian · Tue Dec 21 13:07:01 2021 -0800
  97. f014923 drivers/core/of_addr.c: Fix spelling of "shouldn't". by Vagrant Cascadian · Tue Dec 21 13:06:59 2021 -0800
  98. b7cf5af drivers/net/fec_mxc.c: Fix spelling of "resetting". by Vagrant Cascadian · Tue Dec 21 13:06:57 2021 -0800
  99. 887eb98 drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch". by Vagrant Cascadian · Tue Dec 21 13:06:54 2021 -0800
  100. adee399 drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched". by Vagrant Cascadian · Tue Dec 21 13:06:53 2021 -0800