1. 5348dba input: apple: Add support for Apple SPI keyboard by Mark Kettenis · Sun Jan 23 16:48:13 2022 +0100
  2. 0c3e924 spi: apple: Add driver for Apple SPI controller by Mark Kettenis · Sun Jan 23 16:48:12 2022 +0100
  3. 31d5f7b nvme: apple: Add driver for Apple NVMe storage controller by Mark Kettenis · Sat Jan 22 20:38:18 2022 +0100
  4. 9e8c483 power: domain: apple: Add reset support by Mark Kettenis · Sat Jan 22 20:38:17 2022 +0100
  5. a106a30 nvme: Add shutdown function by Mark Kettenis · Sat Jan 22 20:38:16 2022 +0100
  6. 7579e90 nvme: Introduce driver ops by Mark Kettenis · Sat Jan 22 20:38:15 2022 +0100
  7. f3efb3b mailbox: apple: Add driver for Apple IOP mailbox by Mark Kettenis · Sat Jan 22 20:38:12 2022 +0100
  8. f8463d6 nvme: Split out PCI support by Mark Kettenis · Sat Jan 22 20:38:11 2022 +0100
  9. 331f7f9 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Thu Feb 10 15:09:55 2022 -0500
  10. 6f775ff Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Feb 10 09:02:06 2022 -0500
  11. c0fe284 serial: Add RISC-V HTIF console driver by Anup Patel · Thu Jan 27 11:41:07 2022 +0530
  12. 6fe2dd5 serial-uclass: fix build warning by Heiko Schocher · Wed Feb 02 13:55:19 2022 +0100
  13. 366daf6 serial: remove nulldev_serial_input by Heiko Schocher · Wed Feb 02 13:53:17 2022 +0100
  14. c5e6ec1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Wed Feb 09 11:40:27 2022 -0500
  15. 231e774 Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig by Simon Glass · Mon Jan 31 07:49:37 2022 -0700
  16. 1a46224 scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE by Simon Glass · Mon Jan 31 07:49:36 2022 -0700
  17. d31075b ahci: Make ahci drivers depend on AHCI by Simon Glass · Mon Jan 31 07:49:35 2022 -0700
  18. 9e56288 sata: sata_sil: Only support BLK by Simon Glass · Mon Jan 31 07:49:34 2022 -0700
  19. 701ef06 sata: Rearrange Kconfig for SATA by Simon Glass · Mon Jan 31 07:49:33 2022 -0700
  20. edc4777 sata: Only support BLK by Simon Glass · Mon Jan 31 07:49:32 2022 -0700
  21. 6b798c9 sata: Drop Silicon Image SIL3114 SATA driver by Simon Glass · Mon Jan 31 07:49:31 2022 -0700
  22. 8a4b588 Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig by Simon Glass · Sat Jan 22 05:53:24 2022 -0700
  23. 37efde8 ide: Drop CONFIG_IDE_AHB by Simon Glass · Sat Jan 22 05:53:23 2022 -0700
  24. 87f79c5 mmc: fsl: Use brackets around if() by Simon Glass · Sat Jan 22 05:07:24 2022 -0700
  25. 86376fd mmc: fsl_esdhc_imx: fix watermark level in dma by Marcel Ziswiler · Mon Jan 31 23:08:31 2022 +0100
  26. f01608f phy: cadence: Sierra: Add support for skipping configuration by Aswath Govindraju · Fri Jan 28 13:41:50 2022 +0530
  27. e51f3e5 phy: cadence: Sierra: Add PCIe + QSGMII PHY multilink configuration by Swapnil Jakhade · Fri Jan 28 13:41:49 2022 +0530
  28. 547eec4 phy: cadence: Sierra: Add support for PHY multilink configurations by Swapnil Jakhade · Fri Jan 28 13:41:48 2022 +0530
  29. 7b7f88b phy: cadence: Sierra: Update single link PCIe register configuration by Swapnil Jakhade · Fri Jan 28 13:41:47 2022 +0530
  30. b5c512f phy: cadence: Sierra: Check PIPE mode PHY status to be ready for operation by Swapnil Jakhade · Fri Jan 28 13:41:46 2022 +0530
  31. 13a6208 phy: cadence: Sierra: Check cmn_ready assertion during PHY power on by Swapnil Jakhade · Fri Jan 28 13:41:45 2022 +0530
  32. aa20b30 phy: cadence: Sierra: Add PHY PCS common register configurations by Swapnil Jakhade · Fri Jan 28 13:41:44 2022 +0530
  33. 5b6b3dc phy: cadence: Sierra: Rename some regmap variables to be in sync with Sierra documentation by Swapnil Jakhade · Fri Jan 28 13:41:43 2022 +0530
  34. 0d372ea phy: cadence: Sierra: Add support to get SSC type from device tree. by Swapnil Jakhade · Fri Jan 28 13:41:42 2022 +0530
  35. e42a847 phy: cadence: Sierra: Prepare driver to add support for multilink configurations by Swapnil Jakhade · Fri Jan 28 13:41:40 2022 +0530
  36. eaf8b51 phy: ti: phy-j721e-wiz.c: Fix the condition for setting P_ENABLE_FORCE by Aswath Govindraju · Fri Jan 28 13:41:37 2022 +0530
  37. 304341f phy: cadence: Sierra: Model PLL_CMNLC and PLL_CMNLC1 as a clock by Aswath Govindraju · Fri Jan 28 13:41:36 2022 +0530
  38. 11fcd0e phy: cadence: Sierra: Add a UCLASS_PHY device for links by Aswath Govindraju · Fri Jan 28 13:41:35 2022 +0530
  39. 25f8b37 phy: cadence: Sierra: Add missing clk_disable_unprepare() in .remove callback by Kishon Vijay Abraham I · Fri Jan 28 13:41:34 2022 +0530
  40. d604252 phy: cadence: Sierra: Add array of input clocks in "struct cdns_sierra_phy" by Kishon Vijay Abraham I · Fri Jan 28 13:41:33 2022 +0530
  41. 12fbc5c phy: cadence: Sierra: Move all reset_control_get*() to a separate function by Kishon Vijay Abraham I · Fri Jan 28 13:41:32 2022 +0530
  42. 47d0bcb phy: cadence: Sierra: Move all clk_get_*() to a separate function by Kishon Vijay Abraham I · Fri Jan 28 13:41:31 2022 +0530
  43. 030625f phy: cadence: Sierra: Create PHY only for "phy" or "link" sub-nodes by Kishon Vijay Abraham I · Fri Jan 28 13:41:30 2022 +0530
  44. 1ff2b71 phy: cadence: Sierra: Fix PHY power_on sequence by Kishon Vijay Abraham I · Fri Jan 28 13:41:29 2022 +0530
  45. a366626 phy: cadence: sierra: Fix for USB3 U1/U2 state by Sanket Parmar · Fri Jan 28 13:41:28 2022 +0530
  46. ff14a05 remoteproc: ipu: Add driver to bring up ipu by Keerthy · Thu Jan 27 13:16:56 2022 +0100
  47. 844db20 remoteproc: uclass: Add remoteproc resource handling helpers by Keerthy · Thu Jan 27 13:16:55 2022 +0100
  48. fe8f609 drivers: misc: Makefile: Enable fs_loader compilation at SPL Level by Keerthy · Thu Jan 27 13:16:53 2022 +0100
  49. 0c0bdbb reset: dra7: Add a reset driver by Keerthy · Thu Jan 27 13:16:51 2022 +0100
  50. 1a798db soc: soc_ti_k3: update j721e revision numbering by Bryan Brattlof · Wed Jan 26 16:07:33 2022 -0600
  51. 2645719 soc: ti: k3-socinfo: Add entry for J721S2 SoC by David Huang · Tue Jan 25 20:56:36 2022 +0530
  52. bf9d0b9 ram: k3-ddrss: Add support for J721S2 SoC by David Huang · Tue Jan 25 20:56:35 2022 +0530
  53. 7078f35 power: domain: ti: Add support for J721S2 SoC by David Huang · Tue Jan 25 20:56:34 2022 +0530
  54. e04854b clk: clk-k3: Add support for J721S2 SoC by David Huang · Tue Jan 25 20:56:33 2022 +0530
  55. 7bee6e1 drivers: dma: Add support for J721S2 by David Huang · Tue Jan 25 20:56:32 2022 +0530
  56. 6324bc7 ram: k3-ddrss: Add support for configuring MSMC subsystem in case of Multiple DDR subsystems by Aswath Govindraju · Tue Jan 25 20:56:30 2022 +0530
  57. b232cb4 ram: k3-ddrss: Add support for multiple instances of DDR subsystems by Aswath Govindraju · Tue Jan 25 20:56:29 2022 +0530
  58. 7bd8844 ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instance by Aswath Govindraju · Tue Jan 25 20:56:28 2022 +0530
  59. dd050c4 remoteproc: k3_system_controller: Support optional boot_notification channel by Nishanth Menon · Tue Jan 25 20:56:27 2022 +0530
  60. bc72284 clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50} by Heiko Thiery · Sun Jan 30 07:38:12 2022 +0100
  61. f54598a regulator: bd718x7: Bypass bogus warnings by Marek Vasut · Tue Jan 25 03:46:52 2022 +0100
  62. 3151e42 GPIO: fxl6408: Add support for FXL6408 GPIO expander by Oleksandr Suvorov · Sun Nov 21 18:05:16 2021 +0200
  63. 8b10a7e spi: mxc_spi: remove redundant code in spi_xchg_single() by Haolin Li · Sat Nov 06 03:03:34 2021 -0700
  64. 7f5dd94 imx8ulp: ddr: Fix DDR frequency request issue by Ye Li · Fri Oct 29 09:46:34 2021 +0800
  65. 9cac6e2 imx8ulp:ddr: saving the dram config timing data into sram by Jacky Bai · Fri Oct 29 09:46:33 2021 +0800
  66. 198bbb1 net: ti: am65-cpsw: Cleanup resources before jump to kernel by Vignesh Raghavendra · Fri Jan 28 11:21:19 2022 +0530
  67. da3d671 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · Wed Feb 02 09:16:49 2022 -0500
  68. e5cb00a mtd: cfi_mtd: populate mtd->dev with flash_info->dev by Patrice Chotard · Fri Dec 03 10:27:44 2021 +0100
  69. ff1cb9c rtc: pcf2127: remove U-Boot specific compatible string by Vladimir Oltean · Mon Jan 03 14:47:30 2022 +0200
  70. 1d4734a rtc: pcf2127: sync with Linux compatible strings by Vladimir Oltean · Mon Jan 03 14:47:23 2022 +0200
  71. 4c2644d i2c: muxes: pca954x: add PCA9847 variant by Vladimir Oltean · Mon Jan 03 14:47:22 2022 +0200
  72. 14de76e pci: layerscape: update the searching compatible of LX2160A PCIe by Hou Zhiqiang · Tue Dec 07 18:13:12 2021 +0800
  73. b6b3557 mmc: sunxi: Use DM_GPIO flags to set pull-up by Samuel Holland · Wed Oct 20 23:52:57 2021 -0500
  74. bfda949 gpio: sunxi: Implement .set_flags by Samuel Holland · Wed Oct 20 23:52:56 2021 -0500
  75. a9f6d95 i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c by Chris Morgan · Fri Jan 07 11:52:54 2022 -0600
  76. 47690e1 sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs by Daniel Wagenknecht · Thu Dec 16 20:42:10 2021 +0100
  77. d26ac2e net: ti: am65-cpsw-nuss: Fix err msg for port bind failures by Vignesh Raghavendra · Fri Jan 21 12:47:51 2022 +0530
  78. cca0287 bootcount: fix printf() code by Heinrich Schuchardt · Wed Jan 19 01:33:43 2022 +0100
  79. fd1f263 dfu: mtd: skip empty pages when writing page for UBI partition by Patrick Delaunay · Tue Jan 18 10:26:21 2022 +0100
  80. 8b79e08 pci: Fix setting controller's last_busno by Pali Rohár · Mon Jan 17 16:38:37 2022 +0100
  81. 80478f4 fastboot: only look up real partition names when no alias exists by Matthias Schiffer · Thu Dec 16 11:26:38 2021 +0100
  82. 455542c dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · Wed Oct 13 17:01:37 2021 +0200
  83. 52cf76d fastboot: fix fastboot_set_reboot_flag() by Roman Stratiienko · Sun May 09 01:25:24 2021 +0300
  84. 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
  85. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · Thu Nov 25 18:16:15 2021 +0100
  86. 3ed2b18 usb: ehci: dm: Convert i.MX28 ehci code to driver model by Lukasz Majewski · Wed Dec 22 10:55:09 2021 +0100
  87. 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
  88. 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
  89. 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
  90. 0039f57 sandbox: sandbox_serial_pending depends on DM_VIDEO by Heinrich Schuchardt · Fri Jan 21 16:07:30 2022 +0100
  91. e766570 usb: Use the first available device for ehci_gadget by Sean Anderson · Fri Nov 05 12:52:55 2021 -0400
  92. 884dcfa acpi: Tidy up the item list by Simon Glass · Wed Dec 01 09:03:05 2021 -0700
  93. 877205e acpi: Collect tables in the acpi_item list by Simon Glass · Wed Dec 01 09:03:04 2021 -0700
  94. 1617088 x86: Use the ACPI table writer by Simon Glass · Wed Dec 01 09:02:49 2021 -0700
  95. f93b904 acpi: Add a table start by Simon Glass · Wed Dec 01 09:02:46 2021 -0700
  96. f3425cb sandbox: Allow building with GENERATE_ACPI_TABLE by Simon Glass · Wed Dec 01 09:02:40 2021 -0700
  97. 135d994 pci: iproc: Set all 24 bits of PCI class code by Pali Rohár · Wed Jan 05 10:50:20 2022 +0100
  98. d657035 misc: mark write buffer const by John Keeping · Tue Jan 11 17:04:49 2022 +0000
  99. 1576abf configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig by Patrick Delaunay · Tue Jan 04 14:24:00 2022 +0100
  100. edfad17 mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as boolean by Patrick Delaunay · Tue Jan 04 14:23:59 2022 +0100