1. 1aae8a3 usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined by Marek Vasut · 3 years, 7 months ago
  2. 50d0146 usb: ehci-mx6: Add generic EHCI PHY support by Marek Vasut · 3 years, 7 months ago
  3. 6443a3b usb: ehci-mx6: Use portnr from DT in DM case by Marek Vasut · 3 years, 7 months ago
  4. 6686469 usb: ehci-mx6: Pass MISC address to usb_oc_config() by Marek Vasut · 3 years, 7 months ago
  5. 849763b usb: ehci-mx6: Split usb_power_config() by Marek Vasut · 3 years, 7 months ago
  6. eb64f59 usb: ehci-mx6: Pass PHY address to usb_*_phy*() by Marek Vasut · 3 years, 7 months ago
  7. ef464e4 usb: ehci-mx6: Split ehci_mx6_common_init() by Marek Vasut · 3 years, 7 months ago
  8. 4dcfa3b usb: ehci-mx6: Parse USB PHY and MISC offsets from DT by Marek Vasut · 3 years, 7 months ago
  9. 598fa7e usb: ehci-mx6: Unify USBNC registers by Marek Vasut · 3 years, 7 months ago
  10. 7f2c10e usb: ehci-mx6: Add DM clock support by Marek Vasut · 3 years, 7 months ago
  11. 7e1f1e1 usb: ehci-mx6: Turn off Vbus on probe failure by Marek Vasut · 3 years, 7 months ago
  12. f174a0d imx: power-domain: Add fsl,imx8mn-gpc compatible string by Marek Vasut · 3 years, 7 months ago
  13. da16034 imx: power-domain: Add fsl,imx8mm-gpc compatible string by Marek Vasut · 3 years, 7 months ago
  14. 1220aa9 phy: nop-phy: Add standard usb-nop-xceiv compat string by Marek Vasut · 3 years, 7 months ago
  15. 45b3cf8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years, 6 months ago
  16. ea8971c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 7 months ago
  17. 80279fa dm: core: Correctly read <ranges> of simple-bus by Bin Meng · 3 years, 7 months ago
  18. a081546 net: tsec: Support <reg> property from the subnode "queue-group" by Bin Meng · 3 years, 7 months ago
  19. 408f056 net: tsec: Use map_physmem() directly instead of dev_remap_addr() by Bin Meng · 3 years, 7 months ago
  20. ff98da0 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · 3 years, 7 months ago
  21. 3c56251 net: tsec: Use dm_eth_phy_connect() directly for the DM case by Vladimir Oltean · 3 years, 7 months ago
  22. ec3b97e net: phy: fixed: Support the old DT binding by Bin Meng · 3 years, 7 months ago
  23. d809a9d net: phy: fixed: Add the missing ending newline by Bin Meng · 3 years, 7 months ago
  24. af34a94 net: phy: fixed: Make driver ops static by Bin Meng · 3 years, 7 months ago
  25. 676fbd3 net: phy: Simplify the logic of phy_connect_fixed() by Bin Meng · 3 years, 7 months ago
  26. 188ff18 net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii() by Bin Meng · 3 years, 7 months ago
  27. 6c99381 net: phy: xilinx: Be compatible with live OF tree by Bin Meng · 3 years, 7 months ago
  28. 3407c30 net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed by Vladimir Oltean · 3 years, 7 months ago
  29. f27bc8a net: phy: fixed: Be compatible with live OF tree by Vladimir Oltean · 3 years, 7 months ago
  30. 173c66b of: extra: Introduce ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 7 months ago
  31. 017af7f watchdog: Add booke watchdog driver by Chris Packham · 3 years, 8 months ago
  32. 2c32c70 pci: add Amlogic Meson Designware PCIe controller by Neil Armstrong · 3 years, 7 months ago
  33. c90f3d0 pci: pcie_dw_rockchip: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  34. 1a03182 pci: pcie_dw_ti: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  35. dfadb94 pci: add common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  36. 7062d4e scmi: translate the resource only when livetree is not activated by Patrick Delaunay · 3 years, 7 months ago
  37. 34f8fc7 gpio: Drop dm_gpio_set_dir() by Simon Glass · 3 years, 7 months ago
  38. a12aa79 gpio: i2c-gpio: Drop use of dm_gpio_set_dir() by Simon Glass · 3 years, 7 months ago
  39. 5830b57 qemu: add MMIO driver for QFW by Asherah Connor · 3 years, 7 months ago
  40. 6951255 test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 7 months ago
  41. 5b0b43e x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 7 months ago
  42. 2a3f161 scmi: correctly configure MMU for SCMI buffer by Patrick Delaunay · 3 years, 7 months ago
  43. 69a7529 fastboot: Fix possible buffer overrun by Sean Anderson · 3 years, 8 months ago
  44. 9af869c lib: string: Implement strlcat by Sean Anderson · 3 years, 8 months ago
  45. 92e8489 tee: optee: Change printing during optee_probe by Ilias Apalodimas · 3 years, 8 months ago
  46. 05a0776 rtc: add support for rv3028 rtc by Heiko Schocher · 3 years, 8 months ago
  47. c3bba70 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 8 months ago
  48. 0124218 firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 8 months ago
  49. 1f213ee firmware: scmi: voltage regulator by Etienne Carriere · 3 years, 8 months ago
  50. a62de44 pci: Mark 64bit Memory BARs as such by Phil Sutter · 3 years, 8 months ago
  51. c146de4 mtd: Update fail_addr when erase fails due to bad blocks by Farhan Ali · 3 years, 8 months ago
  52. 67696ab power: pmic: remove pmic_max77696.c file by Jaehoon Chung · 3 years, 9 months ago
  53. 3b676a1 Merge branch '2021-04-11-remove-non-migrated-boards' by Tom Rini · 3 years, 6 months ago
  54. c6a4ee2 Merge tag 'video-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 6 months ago
  55. 38e18d6 video: Fix line padding calculation for 16 and 24 BPP bitmaps by Sylwester Nawrocki · 3 years, 11 months ago
  56. 131c224 tegra: video: fix tegra_dc_sor_config_panel() by Heinrich Schuchardt · 3 years, 7 months ago
  57. ff4e1e2 finish removing mb862xx video driver by Trevor Woerner · 3 years, 7 months ago
  58. 1bed576 video: SIMPLE_PANEL depends on DM_GPIO by Asherah Connor · 3 years, 8 months ago
  59. 1b9ee28 pwm: Add a driver for Chrome OS EC PWM by Alper Nebi Yasak · 4 years ago
  60. fefa713 video: backlight: Support PWMs without a known period_ns by Alper Nebi Yasak · 4 years ago
  61. a99dab1 ppc: Remove Cyrus_P5020 and P5040 boards by Tom Rini · 3 years, 8 months ago
  62. 2322b95 ppc: Remove T2081QDS board and ARCH_T2081 support by Tom Rini · 3 years, 8 months ago
  63. bf85995 ppc: Remove TARGET_T1040QDS references by Tom Rini · 3 years, 8 months ago
  64. 9ac8368 arm: Remove s32v234evb board by Tom Rini · 3 years, 8 months ago
  65. c6c26a0 arm: Remove vexpress_ca15_tc2 board by Tom Rini · 3 years, 8 months ago
  66. 4652bef arm: Remove apf27 board by Tom Rini · 3 years, 8 months ago
  67. a80e036 drivers: ata: Remove mvsata_ide driver by Tom Rini · 3 years, 9 months ago
  68. 90932da ata: DWC_AHSATA depends on BLK by Tom Rini · 3 years, 9 months ago
  69. 9749d2e rockchip: video: vop: Add reset support by Arnaud Patard (Rtp) · 3 years, 8 months ago
  70. cd529f7 rockchip: video: edp: Add missing reset support by Arnaud Patard (Rtp) · 3 years, 8 months ago
  71. 3fd6411 rockchip: video: vop: Fix format of fbbase in debug string by Arnaud Patard (Rtp) · 3 years, 8 months ago
  72. 4db3926 rockchip: pwm: Fix default polarity by Arnaud Patard (Rtp) · 3 years, 8 months ago
  73. decbc18 Rockchip: video: vop: Reserve efi fb memory by Arnaud Patard (Rtp) · 3 years, 8 months ago
  74. 04d67ce rockchip: video: edp: Add rk3399 support by Arnaud Patard (Rtp) · 3 years, 8 months ago
  75. 7fe2ebf rockchip: video: vop: Use endpoint compatible string to find VOP mode by Arnaud Patard (Rtp) · 3 years, 8 months ago
  76. 3f2e3c7 Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 7 months ago
  77. a1e95e3 Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 7 months ago
  78. 1f0305e ram: stm32: fix strsep failed on read only memory by dillon min · 3 years, 7 months ago
  79. 8974ff1 mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessary by Haibo Chen · 3 years, 7 months ago
  80. 1e595a8 mmc: fsl_esdhc_imx: remove redundant cmd11 related code. by Haibo Chen · 3 years, 7 months ago
  81. 6375657 mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output by Haibo Chen · 3 years, 8 months ago
  82. aa0032f spl: fit: nand: allow for non-page-aligned elements by Tim Harvey · 3 years, 8 months ago
  83. 2ff17d2 crypto: fsl: refactor for 32 bit version CAAM support on ARM64 by Ye Li · 3 years, 7 months ago
  84. 58fc03e fsl_mfgprot: Fix typo in sign_mppubk() by Breno Lima · 3 years, 7 months ago
  85. 56d2050 imx8m: Add DEK blob encapsulation for imx8m by Clement Faure · 3 years, 7 months ago
  86. f6127db Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 7 months ago
  87. 53a97d2 clk: mpfs_clk: Enable DM_FLAG_PRE_RELOC flag by Bin Meng · 3 years, 7 months ago
  88. 9c02e50 timer: sifive_clint: Support the official clint DT bindings by Bin Meng · 3 years, 7 months ago
  89. ae2d950 riscv: sifive: Rename fu540 board to unleashed by Bin Meng · 3 years, 7 months ago
  90. 97bcdd2 wdt: dw: Free the clock on error by Sean Anderson · 3 years, 8 months ago
  91. 4cb0ab4 wdt: dw: Enable the clock before using it by Sean Anderson · 3 years, 8 months ago
  92. 7d83943 wdt: dw: Switch to if(CONFIG()) instead of using #if by Sean Anderson · 3 years, 8 months ago
  93. cb57811 wdt: dw: Switch to using fls for log2 by Sean Anderson · 3 years, 8 months ago
  94. a018e6e crypto: caam: Fix pointer size to 32bit for i.MX8M by Aymen Sghaier · 3 years, 7 months ago
  95. dde92e2 crypto: caam: Fix build warnings pointer casting by Aymen Sghaier · 3 years, 7 months ago
  96. 940d36d crypto: caam: Add CAAM support to i.MX8M platforms by Aymen Sghaier · 3 years, 7 months ago
  97. b543800 caam: enable support for iMX7ULP by Franck LENORMAND · 3 years, 7 months ago
  98. 68a905d crypto: caam: change JR running loop by Franck LENORMAND · 3 years, 7 months ago
  99. a307981 crypto: fsl: blob: Flush dcache range for destination address by Breno Lima · 3 years, 7 months ago
  100. 30e39ac imx: imx7 Support for Manufacturing Protection by Breno Lima · 3 years, 7 months ago