1. 692bccb ide: Convert to use log_debug() by Simon Glass · 1 year, 6 months ago
  2. 9666de8 ide: Tidy up ide_reset() by Simon Glass · 1 year, 6 months ago
  3. 49aa778 ide: Correct LBA setting by Simon Glass · 1 year, 6 months ago
  4. d7d5743 ide: Use a single local blk_desc for ide_ident() by Simon Glass · 1 year, 6 months ago
  5. 9608311 ide: Move all blk_desc init into ide_ident() by Simon Glass · 1 year, 6 months ago
  6. 038590a ide: Make ide_ident() return an error code by Simon Glass · 1 year, 6 months ago
  7. ce99e29 ide: Use desc consistently for struct blk_desc by Simon Glass · 1 year, 6 months ago
  8. f0af25a ide: Combine the two loops in ide_probe() by Simon Glass · 1 year, 6 months ago
  9. 708404c ide: Move ide_init() entirely within ide_probe() by Simon Glass · 1 year, 6 months ago
  10. db89e72 ide: Move setting of vendor strings into ide_probe() by Simon Glass · 1 year, 6 months ago
  11. 209ee95 ide: Make ide_bus_ok a local variable by Simon Glass · 1 year, 6 months ago
  12. b6483ea ide: Move bus init into a function by Simon Glass · 1 year, 6 months ago
  13. 8b1b943 ide: Avoid preprocessor for CONFIG_LBA48 by Simon Glass · 1 year, 6 months ago
  14. c94a331 ide: Avoid preprocessor for CONFIG_ATAPI by Simon Glass · 1 year, 6 months ago
  15. 9367e61 ide: Simplify success condition by Simon Glass · 1 year, 6 months ago
  16. 6579bb0 ide: Refactor confusing loop code by Simon Glass · 1 year, 6 months ago
  17. 2a16595 ide: Change the retries variable by Simon Glass · 1 year, 6 months ago
  18. 1b33fd8 ide: Make function static by Simon Glass · 1 year, 6 months ago
  19. 646deed ide: Correct use of ATAPI by Simon Glass · 1 year, 6 months ago
  20. 1486c90 ide: Create a prototype for ide_set_reset() by Simon Glass · 1 year, 6 months ago
  21. f8e87e7 ide: Drop weak functions by Simon Glass · 1 year, 6 months ago
  22. bc65bff ide: Move a few functions further up the file by Simon Glass · 1 year, 6 months ago
  23. 62d13fa ide: Drop ide_device_present() by Simon Glass · 1 year, 6 months ago
  24. 80778f5 ide: Move ide_init() into probing by Simon Glass · 1 year, 6 months ago
  25. 4d89f4b ide: Use mdelay() for long delays by Simon Glass · 1 year, 6 months ago
  26. 14a4f52 ide: Move ATA_CURR_BASE to C file by Simon Glass · 1 year, 6 months ago
  27. 27ff780 virtio: Ensure PCI is set up first by Simon Glass · 1 year, 6 months ago
  28. 08b3098 spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completion by Dhruva Gole · 1 year, 6 months ago
  29. 8077d296 spi: cadence-quadspi: Use STIG mode for all ops with small payload by Apurva Nandan · 1 year, 6 months ago
  30. 44e2de0 spi: cadence-quadspi: Fix check condition for DTR ops by Apurva Nandan · 1 year, 6 months ago
  31. 562d166 mtd: spi-nor-core: Add fixups for s25fs512s by Takahiro Kuwano · 1 year, 6 months ago
  32. def72d5 video: panel: add generic endeavoru panel by Svyatoslav Ryhel · 1 year, 6 months ago
  33. d8cca91 video: tegra: add DC based PWM backlight driver by Svyatoslav Ryhel · 1 year, 6 months ago
  34. 6d9b3a7 video: panel: add Renesas R69328 MIPI DSI panel driver by Svyatoslav Ryhel · 1 year, 6 months ago
  35. dcee478 video: panel: add Renesas R61307 MIPI DSI panel driver by Svyatoslav Ryhel · 1 year, 6 months ago
  36. b026824 video: bridge: add Solomon SSD2825 DSI/LVDS driver by Svyatoslav Ryhel · 1 year, 6 months ago
  37. 0602083 video: add lm3533 backlight driver by Svyatoslav Ryhel · 1 year, 6 months ago
  38. 0fac5c4 gpio-uclass: fix off-by-one in gpio_request_list_by_name_nodev() by Rasmus Villemoes · 1 year, 6 months ago
  39. b411ba9 xen: Limit execution to EL1 only by Michal Simek · 1 year, 6 months ago
  40. cc62598 ata: pci: enable bus mastering by Christian Gmeiner · 1 year, 6 months ago
  41. 6326519 sysreset: psci: add psci_sysreset_get_status by Peng Fan · 1 year, 7 months ago
  42. 439b938 sysreset: psci: enable DM_FLAG_PRE_RELOC by Peng Fan · 1 year, 7 months ago
  43. 1bd790b firmware: psci: enable DM_FLAG_PRE_RELOC by Peng Fan · 1 year, 7 months ago
  44. 44cd761 xen: Fix Kconfig dependencies by Michal Simek · 1 year, 7 months ago
  45. 73b39a7 usb: gadget: f_mass_storage: Rework do_request_sense slightly by Tom Rini · 1 year, 7 months ago
  46. 45981a9 soc: soc_ti_k3: fix revision array bounds checks by Rasmus Villemoes · 1 year, 7 months ago
  47. 8485595 spi: synquacer: Silence uninitialized variable warnings by Ilias Apalodimas · 1 year, 7 months ago
  48. 24c27b3 mtd: spi-nor: missing fallthrough in set_4byte() by Heinrich Schuchardt · 1 year, 7 months ago
  49. 0514227 spi: npcm-fiu: add regulator feature and remove set clock by Jim Liu · 1 year, 8 months ago
  50. c008280 spi: f-ospi: Add missing spi_mem_default_supports_op() helper by Kunihiko Hayashi · 1 year, 7 months ago
  51. db58dc5 spi: spi-mem: perform odd len check only while writing data by Dhruva Gole · 1 year, 8 months ago
  52. 963b5da spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op() by Dhruva Gole · 1 year, 8 months ago
  53. b91a082 mtd: spi-nor: Add CHIP_ERASE optimization by Marek Vasut · 1 year, 8 months ago
  54. b0a2fe1 virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set by Will Deacon · 1 year, 7 months ago
  55. 37e53db virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM by Will Deacon · 1 year, 7 months ago
  56. a15d67e virtio: Add helper functions to attach/detach vring descriptors by Will Deacon · 1 year, 7 months ago
  57. 75582fc virtio: Allocate virtqueue in page-size units by Will Deacon · 1 year, 7 months ago
  58. da4e8bb virtio: pci: Tear down VQs in virtio_pci_reset() by Will Deacon · 1 year, 7 months ago
  59. 7804306 virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features by Will Deacon · 1 year, 7 months ago
  60. 86fbee6 drivers: video: Enable necessary video functions at SPL by Nikhil M Jain · 1 year, 6 months ago
  61. 2e72e4e drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL by Nikhil M Jain · 1 year, 6 months ago
  62. 35ca2e4 drivers: video: Makefile: Rule to compile necessary video driver files by Nikhil M Jain · 1 year, 6 months ago
  63. e3357a9 drivers: Makefile: Add rule to compile video driver by Nikhil M Jain · 1 year, 6 months ago
  64. 54929ec drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL by Nikhil M Jain · 1 year, 6 months ago
  65. 857d02d drivers: video: Kconfig: Add configs for enabling video at SPL by Nikhil M Jain · 1 year, 6 months ago
  66. 65f3afc remoteproc: ti_k3_arm64: Change the startup of arm64 core by Manorit Chawdhry · 1 year, 6 months ago
  67. f392860 arm: mach-k3: Remove empty sys_proto.h include by Andrew Davis · 1 year, 7 months ago
  68. ef538cc arm: mach-k3: Move sdelay() and wait_on_value() declaration by Andrew Davis · 1 year, 7 months ago
  69. 677a1e2 soc: soc_ti_k3: Use hardware.h to remove definition duplication by Andrew Davis · 1 year, 7 months ago
  70. 328fdeb Merge tag 'u-boot-rockchip-20230421' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 1 year, 6 months ago
  71. 802132c Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 1 year, 6 months ago
  72. da142d1 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 1 year, 6 months ago
  73. f2db245 Merge tag 'u-boot-stm32-20230419' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 1 year, 6 months ago
  74. 770e770 mtd: rawnand: nand_base: Handle algorithm selection by Linus Walleij · 1 year, 7 months ago
  75. fee6b9b Revert "mtd: rawnand: nand_base: Handle algorithm selection" by Dario Binacchi · 1 year, 6 months ago
  76. 2cc6cde mmc: rockchip_sdhci: Limit number of blocks read in a single command by Jonas Karlman · 1 year, 6 months ago
  77. 3cd664d mmc: sdhci: Allow disabling of SDMA in SPL by Peter Geis · 1 year, 6 months ago
  78. bdbfd58 clk: rockchip: rk3588: Add limited TMCLK_EMMC clock support by Jonas Karlman · 1 year, 6 months ago
  79. a3cab28 mmc: rockchip_sdhci: Add support for RK3588 by Jonas Karlman · 1 year, 6 months ago
  80. d2cece0 mmc: rockchip_sdhci: Fix HS400 and HS400ES mode on RK3568 by Jonas Karlman · 1 year, 6 months ago
  81. 8874c41 mmc: rockchip_sdhci: Rearrange and simplify used regs and flags by Jonas Karlman · 1 year, 6 months ago
  82. 667576c mmc: rockchip_sdhci: Remove empty get_phy and set_enhanced_strobe ops by Jonas Karlman · 1 year, 6 months ago
  83. 6de4438 mmc: rockchip_sdhci: Update speed mode controls in set_ios_post by Jonas Karlman · 1 year, 6 months ago
  84. ba9f5e5 mmc: rockchip_sdhci: Refactor execute tuning error handling by Jonas Karlman · 1 year, 6 months ago
  85. b8a63c8 mmc: rockchip_sdhci: Use set_clock and config_dll sdhci_ops by Jonas Karlman · 1 year, 6 months ago
  86. 7e74522 mmc: rockchip_sdhci: Add set_clock and config_dll sdhci_ops by Jonas Karlman · 1 year, 6 months ago
  87. 0030d49 mmc: rockchip_sdhci: Remove unneeded emmc_phy_init by Jonas Karlman · 1 year, 6 months ago
  88. b8c394b mmc: rockchip_sdhci: Fix use of device private data by Jonas Karlman · 1 year, 6 months ago
  89. c1425ed mmc: sdhci: Set UHS Mode Select field for UHS SDR25 mode by Jonas Karlman · 1 year, 6 months ago
  90. 7774b79 mmc: sdhci: Fix HISPD bit handling for MMC HS 52MHz mode by Jonas Karlman · 1 year, 6 months ago
  91. 5891282 rockchip: rng: add trngv1 for rk3588 by Chris Morgan · 1 year, 6 months ago
  92. 45717d6 clk: rockchip: rk3568: Add dummy I2S1_MCLKOUT_TX clock support by Jonas Karlman · 1 year, 6 months ago
  93. 518fa34 pinctrl: rockchip: Fix IO mux selection on RK3568 by Jonas Karlman · 1 year, 6 months ago
  94. 6737771 rockchip: rk3588: Add support for sdmmc clocks in SPL by Jonas Karlman · 1 year, 6 months ago
  95. 2229758 clk: scmi: Add Kconfig option for SPL by Jonas Karlman · 1 year, 6 months ago
  96. 9fea369 rockchip: otp: fix misc_read() return values by John Keeping · 1 year, 7 months ago
  97. a48d135 rockchip: efuse: fix misc_read() return values by John Keeping · 1 year, 7 months ago
  98. 6fa8383 rockchip: video: Add support for RK3568 DSI Host by Chris Morgan · 1 year, 7 months ago
  99. bf57dd5 drivers: phy: add Innosilicon DSI-DPHY driver by Chris Morgan · 1 year, 7 months ago
  100. cf8b415 ram: rk3399: add missing high row detection by Jonathan Liu · 1 year, 7 months ago