1. 767ca6d clk: stm32f: fix setting of LCD clock by Dario Binacchi · 11 months ago
  2. bd6eb5d clk: stm32f: fix setting of division factor for LCD_CLK by Dario Binacchi · 11 months ago
  3. fa3f19a Merge tag 'xilinx-for-v2024.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 10 months ago
  4. 11e1cc7 Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 10 months ago
  5. 9578dd8 fdt: Check for a valid fdt in oftree_ensure() by Simon Glass · 11 months ago
  6. c659ac7 acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h by Heinrich Schuchardt · 11 months ago
  7. 9565771 Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)" by Tom Rini · 10 months ago
  8. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 11 months ago
  9. bfe3c7b Merge patch series "some LED patches" by Tom Rini · 10 months ago
  10. f9dc67d led: add TI LP5562 LED driver by Doug Zobel · 11 months ago
  11. d45e712 led: led_pwm: use led_bind_generic() helper by Rasmus Villemoes · 11 months ago
  12. 82eb8e5 led: led_gpio: use led_bind_generic() helper by Rasmus Villemoes · 11 months ago
  13. 3bf0515 led: introduce led_bind_generic() by Rasmus Villemoes · 11 months ago
  14. 067e4ce led-uclass: do not create fallback label for top-level node by Rasmus Villemoes · 11 months ago
  15. 5bf61f9 led-uclass: honour ->label field populated by driver's own .bind by Rasmus Villemoes · 11 months ago
  16. 4f34024 clk: zynqmp: enable topsw_lsbus clock by Venkatesh Yadav Abbarapu · 11 months ago
  17. cb1d68b clk: imx8mn: add pwm clocks by Nicolas Heemeryck · 10 months ago
  18. 7e3d6ec phy: phy-imx8mq-usb: Remove .exit operation by Fabio Estevam · 1 year ago
  19. f9357169 net: phy: realtek: Add support for RTL8211F(D)(I)-VD-CG by Sébastien Szymanski · 1 year ago
  20. 9e1f79b net: dwc_eth_qos: add i.MX93 support by Sébastien Szymanski · 1 year ago
  21. b614ddb ddr: imx: Save the FW loading if it hasn't changed by Shawn Guo · 1 year, 10 months ago
  22. babee72 mailbox: zynqmp: support mulitple mboxes via device-tree by Tanmay Shah · 11 months ago
  23. e2c3e9c mailbox: add el3 support only for zynqmp platform by Tanmay Shah · 11 months ago
  24. cfb41b0 mailbox: zynqmp: support smc calls to TF-A by Tanmay Shah · 11 months ago
  25. 218539e drivers: xilinx_spi: Probe fifo_depth at runtime by Mayuresh Chitale · 11 months ago
  26. 954d437 drivers: xilinx_spi: Add xfer callback by Mayuresh Chitale · 11 months ago
  27. 4c18d9f drivers: xilinx_spi: Use udevice in start_tranfer by Mayuresh Chitale · 11 months ago
  28. a62b01d pci: xilinx: Enable MMIO region by Mayuresh Chitale · 11 months ago
  29. 891b481 pci: xilinx: Fix "reg" not found error by Mayuresh Chitale · 11 months ago
  30. 3c6b1fd net: axi_emac: Use reg property for DMA registers by Mayuresh Chitale · 11 months ago
  31. d379150 Merge tag 'v2024.01-rc4' into next by Tom Rini · 11 months ago
  32. a341a0e watchdog: Correct watchdog timeout print message by Chanho Park · 11 months ago
  33. 493e0e2 usb: USB_XHCI_PCI depends on PCI by Heinrich Schuchardt · 11 months ago
  34. 6e91df9 usb: dwc3-generic: Use combined glue and ctrl node for RK3588 by Jonas Karlman · 11 months ago
  35. a14843f usb: xhci: Fix DMA address calculation in queue_trb by Hector Martin · 12 months ago
  36. 2fd7037 usb: xhci: Do not panic on event timeouts by Hector Martin · 12 months ago
  37. fb5502b usb: xhci: Fail on attempt to queue TRBs to a halted endpoint by Hector Martin · 12 months ago
  38. 9d88bd4 usb: xhci: Recover from halted bulk endpoints by Hector Martin · 12 months ago
  39. 6f64f0a usb: xhci: Allow context state errors when halting an endpoint by Hector Martin · 12 months ago
  40. 2526cd9 usb: xhci: Better error handling in abort_td() by Hector Martin · 12 months ago
  41. 8d1e03f usb: xhci: Guard all calls to xhci_wait_for_event by Hector Martin · 12 months ago
  42. 4a363dd Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next by Tom Rini · 11 months ago
  43. cef52c9 configs: keystone2: Do not include hardware.h by Andrew Davis · 11 months ago
  44. 654580e xen: pvblock: fix the maximum io size in one operation by AKASHI Takahiro · 11 months ago
  45. d6d8078 timer-uclass: Always use "clock-frequency" property as fallback by Alex Bee · 11 months ago
  46. 339d968 Merge patch series "cmd: add scmi command" by Tom Rini · 11 months ago
  47. 9c07c0a firmware: scmi: support protocols on sandbox only if enabled by AKASHI Takahiro · 11 months ago
  48. 38cc6cd Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · 11 months ago
  49. 89994d6 musb-new: Remove implementation of io.h functions by Igor Prusov · 11 months ago
  50. e515a2b treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · 11 months ago
  51. d26db04 spi: meson_spifc_a1: Switch to io{read,write}32_rep() by Igor Prusov · 11 months ago
  52. fa34fbf asm-generic: Import functions from Linux by Igor Prusov · 11 months ago
  53. 66c2173 Merge patch series "sysinfo: Expand sysinfo with some more banner information" by Tom Rini · 11 months ago
  54. 6f646d1 sysinfo: Allow displaying more info on startup by Simon Glass · 11 months ago
  55. b2bf18d Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 11 months ago
  56. acae7eb i2c: Bugfix in i2c_get_chip_by_phandle() by Philip Oberfichtner · 11 months ago
  57. d6e052c Merge patch series "ufs: Add a PCI UFS controller support" by Tom Rini · 11 months ago
  58. 5b2d25a ufs: Handle UFS 3.1 controllers by Bin Meng · 1 year ago
  59. 2ec7d65 ufs: Add a PCI based UFS controller driver by Bin Meng · 1 year ago
  60. e5c19ce ufs: Allow mmio registers on the PCI bus by Bin Meng · 1 year ago
  61. 1b3dab2 ufs: Add a line feed to the end of some dev_xxx() messages by Bin Meng · 1 year ago
  62. b2d0168 ufs: Correct the UFS terminlogy by Bin Meng · 1 year ago
  63. 33e7ca5 serial: s5p: Use dev_read_addr_ptr() to get base address by Sam Protsenko · 12 months ago
  64. 129d6a0 Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next by Tom Rini · 11 months ago
  65. a627f28 serial: s5p: Improve coding style by Sam Protsenko · 12 months ago
  66. e79f630 serial: s5p: Use named constants for register values by Sam Protsenko · 12 months ago
  67. 5ad21de serial: s5p: Use livetree API to get "id" property by Sam Protsenko · 12 months ago
  68. a0615ff serial: s5p: Remove common.h inclusion by Sam Protsenko · 12 months ago
  69. 65660bf serial: npcm: support skip uart clock setting by Jim Liu · 11 months ago
  70. 70b450b dma: ti: k3-udma: Introduce DMA support for the am62ax by Vignesh Raghavendra · 11 months ago
  71. 9086e8f tpm: remove superfluous check in tpm_tis_send() by Heinrich Schuchardt · 11 months ago
  72. 8a0d078 usb: udc: Try to clarify an error message by Miquel Raynal · 1 year ago
  73. 9b63fca cmd: Change the dependencies between CMD_BIND and USB_GADGET by Miquel Raynal · 1 year ago
  74. 1041ee6 usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI command by Marek Vasut · 12 months ago
  75. f490623 dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration by Jaehoon Chung · 2 years, 4 months ago
  76. 6f68dcd usb: fastboot: Add missing newline in pr_err by Simon Holesch · 11 months ago
  77. b272c87 usb: ci: Fix gadget reinit by Simon Holesch · 11 months ago
  78. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 11 months ago
  79. beeb91a scsi: set dma direction to NONE for TEST UNIT READY by Nikita Yushchenko · 11 months ago
  80. d5ff806 Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 11 months ago
  81. d822255 blk: blkmap: add ramdisk creation utility function by Masahisa Kojima · 11 months ago
  82. 45c4b27 virtio: rng: gracefully handle 0 byte returns by Andre Przywara · 12 months ago
  83. ae7ec8b Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · 11 months ago
  84. b83fae6 blk: Drop reference to DM_SPL by Simon Glass · 11 months ago
  85. a074083 dm: core: Correct reference to DM_SPL in SPL_DM_STATS by Simon Glass · 11 months ago
  86. dfeb4f0 cmd: bcb: extend BCB C API to allow read/write the fields by Dmitrii Merkurev · 11 months ago
  87. a654369 cmd: bcb: support various block device interfaces for BCB command by Dmitrii Merkurev · 11 months ago
  88. 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 11 months ago
  89. 3542550 spi: meson_spifc_a1: Use define for time interval by Igor Prusov · 11 months ago
  90. da35ab6 sysreset: Fix unsupported request return values by Paul Barker · 12 months ago
  91. 5271e35 spl: Only support bl_len when we have to by Sean Anderson · 12 months ago
  92. 0c6c83e spl: Remove dev from spl_load_info by Sean Anderson · 12 months ago
  93. 5e6a112 Merge patch series "nand: Add sandbox tests" by Tom Rini · 11 months ago
  94. 8502b5b test: spl: Add a test for NAND by Sean Anderson · 12 months ago
  95. bc8e8a4 nand: Add sandbox driver by Sean Anderson · 12 months ago
  96. 333d43f nand: Allow reinitialization by Sean Anderson · 12 months ago
  97. c203482 nand: Add function to unregister NAND devices by Sean Anderson · 12 months ago
  98. b37a920 mtd: Add some fallbacks for add/del_mtd_device by Sean Anderson · 12 months ago
  99. b35df87 mtd: Rename SPL_MTD_SUPPORT to SPL_MTD by Sean Anderson · 12 months ago
  100. 38ef64e spl: nand: Set bl_len to page size by Sean Anderson · 12 months ago