1. b3b6cc2 Merge tag 'dm-pull-26jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 10 months ago
  2. b6904cc Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 1 year, 10 months ago
  3. c2e13aa dm: core: Use full printf() format when possible by Samuel Holland · 1 year, 10 months ago
  4. 87a6d86 mtd: spi-nor: Add support for Infineon s25fs256t by Takahiro Kuwano · 2 years ago
  5. eadaadb mtd: spi-nor: Rename s25hx_t prefix by Takahiro Kuwano · 2 years ago
  6. 53f4ef0 spi: cadence_qspi: use STIG mode for small reads by Dhruva Gole · 1 year, 11 months ago
  7. 2330af2 spi: cadence_qspi: setup ADDR Bits in cmd reads by Dhruva Gole · 1 year, 11 months ago
  8. da16d72 mtd: spi-nor-core: Make CFRx reg fields generic by Takahiro Kuwano · 1 year, 10 months ago
  9. 358f803 spi: Add Socionext F_OSPI SPI flash controller driver by Kunihiko Hayashi · 2 years ago
  10. 730fcad drivers: spi: sh_qspi.c: Use log_warning() instead of printf() by Pengfei Fan · 2 years ago
  11. d466f62 drivers: spi: fix some typos by Pengfei Fan · 2 years ago
  12. 54a08c4 ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repository by Tony Dinh · 1 year, 10 months ago
  13. 17e8e58 Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 1 year, 10 months ago
  14. eacc261 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 10 months ago
  15. 0c1f4a9 bootstd: Add a SPI flash bootdev by Simon Glass · 1 year, 10 months ago
  16. 2b3ebf2 ata: Don't try to use non-existent ports by Simon Glass · 1 year, 10 months ago
  17. a60f7a3 bootstd: Add a virtio bootdev by Simon Glass · 1 year, 10 months ago
  18. 00fc8ca virtio: Add a block device by Simon Glass · 1 year, 10 months ago
  19. 9024002 virtio: Avoid strange behaviour on removal by Simon Glass · 1 year, 10 months ago
  20. 811c81e virtio: Fix returning -ENODEV by Simon Glass · 1 year, 10 months ago
  21. 59a6be9 virtio: Avoid repeating a long expression by Simon Glass · 1 year, 10 months ago
  22. 758c706 bootstd: Add an NVMe bootdev by Simon Glass · 1 year, 10 months ago
  23. 0d77f8f bootstd: Add an IDE bootdev by Simon Glass · 1 year, 10 months ago
  24. 8f090b6 bootstd: Add a SCSI bootdev by Simon Glass · 1 year, 10 months ago
  25. 6febc26 scsi: Remove all children of SCSI devices before rescanning by Simon Glass · 1 year, 10 months ago
  26. ca93d28 scsi: Correct allocation of block-device name by Simon Glass · 1 year, 10 months ago
  27. 843160f bootstd: Add an MMC hunter by Simon Glass · 1 year, 10 months ago
  28. 04fb2b6 bootstd: Add a USB hunter by Simon Glass · 1 year, 10 months ago
  29. ecdf3ab dm: usb: Mark the device name as alloced when binding by Simon Glass · 1 year, 10 months ago
  30. b85fc8d bootstd: Add a default method to get bootflows by Simon Glass · 1 year, 10 months ago
  31. 3a2cb96e5 dm: mmc: Use bootdev_setup_sibling_blk() by Simon Glass · 1 year, 10 months ago
  32. d007505 ide: Drop non-DM code for BLK by Simon Glass · 1 year, 10 months ago
  33. 67bb973 sandbox: mmc: Start off with a zeroed file by Simon Glass · 1 year, 10 months ago
  34. 3d01254 dm: core: Support sorting devices with dm tree by Simon Glass · 1 year, 10 months ago
  35. cd108f2 video: sunxi: dw-hdmi: Read address from DT node by Jernej Skrabec · 2 years ago
  36. 2f52be8 video: sunxi: dw-hdmi: Probe driver by compatible by Jernej Skrabec · 2 years ago
  37. 77024aa clk: sunxi: Add DE2 display-related clocks/resets by Samuel Holland · 2 years ago
  38. 55ad509 power: pmic: axp: Bind regulators from the DT by Samuel Holland · 1 year, 10 months ago
  39. 27a93dd power: regulator: Add a driver for AXP PMIC regulators by Samuel Holland · 1 year, 10 months ago
  40. dc1b1d1 power: pmic: axp: Provide a variant ID in the driver data by Samuel Holland · 1 year, 10 months ago
  41. ba16b53 sunxi: mmc: group non-DM specific functions by Andre Przywara · 2 years, 5 months ago
  42. 5db81f1 sunxi: mmc: ignore card detect in SPL by Andre Przywara · 2 years, 5 months ago
  43. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  44. ad24234 watchdog: Clean up defaults for imx_watchdog / ulp_wdog by Tom Rini · 1 year, 11 months ago
  45. c50c778 usbtty: Remove default CONFIG_USBD_* values by Tom Rini · 1 year, 11 months ago
  46. 89c90ca nxp: Finish migration of SYS_FSL_IFC_BANK_COUNT to Kconfig by Tom Rini · 1 year, 11 months ago
  47. bd22bde net: phy: mv88e61xx: Finish migration of MV88E61XX_FIXED_PORTS by Tom Rini · 1 year, 11 months ago
  48. 8de73b7 usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUT by Tom Rini · 1 year, 11 months ago
  49. 8fe042b fpga: Migrate CONFIG_MAX_FPGA_DEVICES to Kconfig by Tom Rini · 1 year, 11 months ago
  50. 81451a3 i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMR by Tom Rini · 1 year, 11 months ago
  51. a3fda0d global: Remove unused CONFIG defines by Tom Rini · 1 year, 11 months ago
  52. eda976d tee: optee: fix uuid comparisons on service discovery by Ilias Apalodimas · 1 year, 10 months ago
  53. 9d28f67 tpm2: ftpm: add the device in the OP-TEE services list by Ilias Apalodimas · 1 year, 10 months ago
  54. 218a991 tee: optee: fix a print error on rng probing by Ilias Apalodimas · 1 year, 10 months ago
  55. 53c47c5 Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 10 months ago
  56. 85d8711 dm: pinctrl: Revert "pinctrl: probe pinctrl drivers during post-bind" by Simon Glass · 2 years ago
  57. 83d7a7a firmware: ti_sci: fix typo in boot authentication message name by Jorge Ramirez-Ortiz · 1 year, 11 months ago
  58. 2e4865b musb-new: omap2430: fix compiling in DM_USB_GADGET config by Andreas Kemnade · 1 year, 11 months ago
  59. 7a2d80e musb-new: omap2430: no host data access in gadget mode by Andreas Kemnade · 1 year, 11 months ago
  60. 448e2b6 event: Correct dependencies on the EVENT framework by Tom Rini · 1 year, 10 months ago
  61. 5b958de Merge branch '2022-01-16-bootstd-updates' by Tom Rini · 1 year, 10 months ago
  62. 6d03688 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 1 year, 10 months ago
  63. 9a13a76 timer: orion-timer: Fix problem in early_init_done() by Stefan Roese · 1 year, 11 months ago
  64. 0e38bd8 video: Add font functions to the vidconsole API by Simon Glass · 1 year, 11 months ago
  65. 7abe73f video: truetype: Rename the metrics function by Simon Glass · 1 year, 11 months ago
  66. 72a0dd8 video: Enable VIDEO_ANSI by default only with EFI by Simon Glass · 1 year, 11 months ago
  67. 30f3333 image: Move common image code to image_board and command by Simon Glass · 1 year, 11 months ago
  68. a25338a clk: rockchip: Add rv1126 clk support by Jagan Teki · 2 years ago
  69. 8430a87 pinctrl: rockchip: Add rv1126 support by Jagan Teki · 2 years ago
  70. 32b2ea9 pinctrl: rockchip: Add pinctrl route types by Jagan Teki · 2 years ago
  71. 0900840 ram: rockchip: Add rv1126 lpddr4 support by Jagan Teki · 2 years ago
  72. 4fadeec ram: rockchip: rv1126: Control ddr init prints via DEBUG by Jagan Teki · 2 years ago
  73. e869b34 ram: rockchip: Add rv1126 ddr driver support by Jagan Teki · 2 years ago
  74. a70a62c ram: rockchip: Add rv1126 ddr loader params by Jagan Teki · 2 years ago
  75. d04aa29 ram: rockchip: Add rv1126 ddr3 support by Jagan Teki · 2 years ago
  76. 5ab30c3 ram: rockchip: Update ddr pctl regs for px30 by Jagan Teki · 2 years ago
  77. 29c3148 ram: rockchip: Compute ddr capacity based on grf split by Jagan Teki · 2 years ago
  78. 26f92be ram: rockchip: Add common ddr type configs by Jagan Teki · 2 years ago
  79. 78276c5 ram: Mark ram-uclass depend on TPL_DM or SPL_DM by Jagan Teki · 2 years ago
  80. 23b71ad rockchip: clk: add watchdog clock to px30_clk_enable by Quentin Schulz · 2 years ago
  81. 2383e8f usb: gadget: dwc2_udc_otg: implement pullup() by Mattijs Korpershoek · 1 year, 11 months ago
  82. 66b5847 usb: gadget: fastboot: detach usb just before rebooting by Dario Binacchi · 1 year, 11 months ago
  83. fe4c21d Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 1 year, 11 months ago
  84. 48b3ecb gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · 2 years, 2 months ago
  85. 942918f dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPL by Quentin Schulz · 2 years, 2 months ago
  86. f4426fd net: fm: Support loading firmware from a filesystem by Sean Anderson · 1 year, 11 months ago
  87. e4f0cc5 net: fm: Add firmware name parameter by Sean Anderson · 1 year, 11 months ago
  88. 0998a20 misc: fs_loader: Add function to get the chosen loader by Sean Anderson · 1 year, 11 months ago
  89. 0d795c3 Uboot RNG Driver using Data Co-processor by Kshitiz Varshney · 2 years ago
  90. 17bae77 adc: stm32mp15: add calibration support by Olivier Moysan · 2 years ago
  91. ba1fa2a usb: onboard-hub: add driver to manage onboard hub supplies by Fabrice Gasnier · 2 years ago
  92. 3133651 ata: Fix dependency for CONFIG_SATA_SIL by Pali Rohár · 1 year, 11 months ago
  93. f3d914c fastboot: Add OEM run command by Sean Anderson · 2 years ago
  94. d037990 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 2 years ago
  95. 59dacc3 optee: bind the TA drivers on OP-TEE node by Patrick Delaunay · 2 years ago
  96. 46b2e5e reboot-mode: Add NVMEM reboot mode by Sean Anderson · 2 years ago
  97. 546795b rtc: abx8xx: Add support for reading RAM by Sean Anderson · 2 years ago
  98. 7ee1c4d pinctrl: nuvoton: add NPCM7xx/NPCM8xx reset type detect by Jim Liu · 2 years ago
  99. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 11 months ago
  100. fe33066 Merge tag 'u-boot-nand-20230108' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash into next by Tom Rini · 1 year, 11 months ago