1. 3833221 net: mvneta: Drop fixed_link member from private struct by Marek Behún · 2 years, 7 months ago
  2. e06c7f3 net: mvneta: Write PHY address just before enabling HW polling by Marek Behún · 2 years, 7 months ago
  3. 77fcf3c net: mvneta: Convert to use PHY_FIXED for fixed-link by Marek Behún · 2 years, 7 months ago
  4. 31f4ccc net: mvneta: Rename CONFIG_NR_CPUS to MVNETA_NR_CPUS by Marek Behún · 2 years, 7 months ago
  5. 730dad9 net: mvneta: Don't check for CONFIG_PHYLIB by Marek Behún · 2 years, 7 months ago
  6. 824f2f9 net: mvneta: Drop unnecessary space by Marek Behún · 2 years, 7 months ago
  7. 3b38fad net: mvneta: Use bool instead of int for boolean variable by Marek Behún · 2 years, 7 months ago
  8. ca4730a net: mvneta: Drop one indentation level in mvneta_adjust_link() by Marek Behún · 2 years, 7 months ago
  9. 7ec5040 net: mvneta: Fix unused variable warning if DM_GPIO is disabled by Marek Behún · 2 years, 7 months ago
  10. 1d87904 net: mvneta: Don't register MDIO bus by Marek Behún · 2 years, 7 months ago
  11. 4d47ea2 net: mvneta: Remember fixed link instead of PHY address in priv data by Marek Behún · 2 years, 7 months ago
  12. da84e40 net: mvneta: Use DM MDIO API for connecting PHY by Marek Behún · 2 years, 7 months ago
  13. 47f0e8e net: mvneta: Fix 10Mbps speed by Marek Behún · 2 years, 7 months ago
  14. 443cf35 net: mvneta: Get rid of platdata by Marek Behún · 2 years, 7 months ago
  15. 8e0f8ef net: Add ethernet support for MIPS Octeon by Stefan Roese · 2 years, 8 months ago
  16. 3b92018 pci: Add config for Enhanced Allocation by Andrew Scull · 2 years, 7 months ago
  17. 0699a78 virtio: pci: Make use of dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  18. c763e1e virtio: pci: Check virtio configs are mapped by Andrew Scull · 2 years, 7 months ago
  19. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  20. a822d1d pci: Update dm_pci_bus_to_virt() parameters by Andrew Scull · 2 years, 7 months ago
  21. 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 7 months ago
  22. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
  23. 398dc36 pci: Range check address conversions by Andrew Scull · 2 years, 7 months ago
  24. ec8eba8 pci: Check region ranges are addressable by Andrew Scull · 2 years, 7 months ago
  25. 60f4142 pci: Fix use of flags in dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  26. e7870c2 virtio: pci: Read entire capability into memory by Andrew Scull · 2 years, 7 months ago
  27. 6a8cb87 virtio: pci: Check virtio capability is in bounds by Andrew Scull · 2 years, 7 months ago
  28. f2c1ef1 virtio: pci: Check virtio common config size by Andrew Scull · 2 years, 7 months ago
  29. c690f64 virtio: pci: Bounds check notification writes by Andrew Scull · 2 years, 7 months ago
  30. 94b28b9 virtio: pci: Bounds check device config access by Andrew Scull · 2 years, 7 months ago
  31. da03cdf virtio: pci: Fix discovery of device config length by Andrew Scull · 2 years, 7 months ago
  32. 30471d5 virtio: pci: Allow exclusion of legacy driver by Andrew Scull · 2 years, 7 months ago
  33. edb6982 Merge branch '2022-05-02-add-verifying-program-loader' by Tom Rini · 2 years, 7 months ago WIP/02May2022
  34. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
  35. f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 7 months ago
  36. f0f9875 net: marvell: mvgbe: Set PHY page 0 before phy_connect by Tony Dinh · 2 years, 8 months ago
  37. 49209da sound: Fix buffer overflow in square wave generation by Andrew Scull · 2 years, 8 months ago
  38. beb341a usb: sandbox: Bounds check read from buffer by Andrew Scull · 2 years, 8 months ago
  39. 6212015 usb: sandbox: Check for string end in copy_to_unicode() by Andrew Scull · 2 years, 8 months ago
  40. 9c2f5ec x86: sandbox: Add missing PCI bar to barinfo by Andrew Scull · 2 years, 8 months ago
  41. 69245e4 led: Drop led_default_state() by Marek Vasut · 2 years, 7 months ago
  42. 0107469 led: gpio: Use NOP uclass driver for top-level node by Marek Vasut · 2 years, 7 months ago
  43. e3aa766 led: gpio: Check device compatible string to determine the top level node by Marek Vasut · 2 years, 7 months ago
  44. c438866 led: Mark device instance with DM_FLAG_PROBE_AFTER_BIND by Marek Vasut · 2 years, 7 months ago
  45. 9cc32bf dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag by Marek Vasut · 2 years, 7 months ago
  46. 8b2b125 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 2 years, 7 months ago
  47. 24df831 Merge tag 'u-boot-amlogic-20220427' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 2 years, 7 months ago
  48. 182d45d cpu: 83xx: Add missing dependency on CPU_MPC83XX by Michal Simek · 2 years, 7 months ago
  49. 95f8dfe pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie" by Pali Rohár · 2 years, 8 months ago
  50. 0980cbb mmc: fsl_esdhc_spl: pre-PBL: implement redundancy support by Pali Rohár · 2 years, 8 months ago
  51. 44564e7 mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attribute by Pali Rohár · 2 years, 8 months ago
  52. 06ef911 mtd: nand: raw: Add support for DT property nand-ecc-algo=bch by Pali Rohár · 2 years, 8 months ago
  53. c9ea901 mtd: rawnand: fsl_elbc: Use ECC configuration from device tree by Pali Rohár · 2 years, 8 months ago
  54. da98dda mtd: rawnand: fsl_elbc: Add device tree support by Pali Rohár · 2 years, 8 months ago
  55. 974f66a mtd: rawnand: fsl_elbc: Implement RNDOUT command by Pali Rohár · 2 years, 8 months ago
  56. 78cdaf4 ddr: fsl: Allow to compile it without env support by Pali Rohár · 2 years, 8 months ago
  57. 48467e4 mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUG by Pali Rohár · 2 years, 8 months ago
  58. 57d527e mmc: fsl_esdhc_spl: Call mmc_init() before booting from SD card by Pali Rohár · 2 years, 8 months ago
  59. a91998d mmc: fsl_esdhc_spl: pre-PBL: fix determining U-Boot size by Pali Rohár · 2 years, 8 months ago
  60. 0f58f03 mmc: fsl_esdhc_spl: pre-PBL: check for BOOT signature instead of MBR/DBR by Pali Rohár · 2 years, 8 months ago
  61. 20ced4b spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller by Tudor Ambarus · 2 years, 8 months ago
  62. 632422d timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMER by Eugen Hristev · 2 years, 8 months ago
  63. e135d2c timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCB by Eugen Hristev · 2 years, 8 months ago
  64. 71d4393 sysreset: Add Atmel/Microchip sysreset driver by Sergiu Moga · 2 years, 8 months ago
  65. 1123213 nds32: Remove the architecture by Tom Rini · 2 years, 8 months ago
  66. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
  67. 0ccb0ac bootstd: usb: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
  68. b8aa463 bootstd: mmc: Add a bootdev driver by Simon Glass · 2 years, 7 months ago
  69. 87571b7 dm: blk: Add a function to return the device type by Simon Glass · 2 years, 7 months ago
  70. 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
  71. 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
  72. 8a4a73f adc: meson-saradc: add AXG variant by Vyacheslav Bocharov · 2 years, 7 months ago
  73. 66a657b clk: meson: update driver for g12a-ao clocks by Vyacheslav Bocharov · 2 years, 7 months ago
  74. 4da0986 clk: meson: fix driver name for g12a-ao clocks by Vyacheslav Bocharov · 2 years, 7 months ago
  75. dcccf73 clk: meson: add minimal driver for axg-ao clocks by Vyacheslav Bocharov · 2 years, 7 months ago
  76. bf76031 dm: blk: add a device-probe hook for scanning disk partitions by AKASHI Takahiro · 2 years, 7 months ago
  77. a806f33 dm: tag: change ENOSPC to ENOMEM by AKASHI Takahiro · 2 years, 7 months ago
  78. faeb564 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · 2 years, 7 months ago
  79. 6d73175 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 7 months ago
  80. 8479902 power-domain: Fix use of uninitialized value in dev_power_domain_ctrl by Sean Anderson · 2 years, 8 months ago
  81. 759a899 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 7 months ago
  82. 6e2af64 Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 7 months ago
  83. 6674d2d Add support for TP-Link UE200 dongle by Oleksii Titov · 2 years, 7 months ago
  84. 142d50f usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · 2 years, 9 months ago
  85. 570eaad usb: gadget: ci: Make various ops const by Adam Ford · 2 years, 9 months ago
  86. e885d09 wdt: nuvoton: Add support for Nuvoton by Jim Liu · 2 years, 8 months ago
  87. 467f0c4 misc: atsha204a: Remove duplicate CRC-16 implementation by Pali Rohár · 2 years, 8 months ago
  88. 2c16bf2 crypto/fsl: add invalidate_dcache_range for hash output buffer by Gaurav Jain · 2 years, 7 months ago
  89. cc84edd crypto/fsl: Clear the memory when blob decapsulation fails by Gaurav Jain · 2 years, 7 months ago
  90. e3bdc97 pci: imx: remove weak overrides no longer used by Tim Harvey · 2 years, 8 months ago
  91. 6f6e069 pci: imx: use vpcie-supply if defined by device-tree by Tim Harvey · 2 years, 8 months ago
  92. d0f7a05 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · 2 years, 8 months ago
  93. f1ef955 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · 2 years, 8 months ago
  94. 898e761 imx: power-domain: Add i.MX8MP HSIOMIX driver by Marek Vasut · 2 years, 8 months ago
  95. 2e760f1 imx: power-domain: Add i.MX8MP support by Marek Vasut · 2 years, 8 months ago
  96. 63c390a power_domain: Add power_domain_get_by_name() by Marek Vasut · 2 years, 8 months ago
  97. 4eb82c2 imx: power-domain: Get rid of SMCCC dependency by Marek Vasut · 2 years, 8 months ago
  98. 19842b6 imx: power-domain: Inline arch-imx8m/power-domain.h by Marek Vasut · 2 years, 8 months ago
  99. 8741d92 imx: power-domain: Descend into pgc subnode if present by Marek Vasut · 2 years, 8 months ago
  100. 20874a6 power-domain: Return 0 if ops unimplemented and remove empty functions by Marek Vasut · 2 years, 8 months ago