summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-08-18Merge tag 'net-20250818' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2025-08-18phy: cadence: torrent: Set an error code for returnAndrew Goodbody
2025-08-18phy: cadence: sierra: Remove variable that is not assigned toAndrew Goodbody
2025-08-18net: ks8851_mll: Remove unreachable codeAndrew Goodbody
2025-08-18net: cortina_ni: Fix typo accessing wrong phyAndrew Goodbody
2025-08-18net: octeontx2: NULL check before dereferenceAndrew Goodbody
2025-08-18net: octeontx2: Restore default value for errAndrew Goodbody
2025-08-18net: mvpp2: Use field just assigned in error testAndrew Goodbody
2025-08-18net: mvpp2: Cannot test unsigned variable to be negativeAndrew Goodbody
2025-08-18net: mvpp2: Return -ENOMEM for failed allocAndrew Goodbody
2025-08-18net: mvpp2: Fix impossible testAndrew Goodbody
2025-08-18net: mv88e6xxx: Fix logical operator instead of bitwiseAndrew Goodbody
2025-08-18net: mediatek: Use correct variable for returnAndrew Goodbody
2025-08-18net: ldpaa_eth: Fix buffer overflow in memsetAndrew Goodbody
2025-08-18net: phy: broadcom: add support for BCM54612EJim Liu
2025-08-18net: designware: Fix get_timer value overflowJim Liu
2025-08-18phy: marvell: Cannot test unsigned field to be negativeAndrew Goodbody
2025-08-18phy: marvell: Fix off by 1 limit checksAndrew Goodbody
2025-08-18net: phy: vitesse: Fix incorrect test for timeoutAndrew Goodbody
2025-08-18net: octeontx: Free allocated memory on errorAndrew Goodbody
2025-08-18net: octeontx: Remove unneeded testAndrew Goodbody
2025-08-18net: octeontx: Remove unneeded codeAndrew Goodbody
2025-08-17pci: pcie-rcar-gen4: Fix PHY initializationMarek Vasut
2025-08-14misc: add PolarFire SoC system controllerJamie Gibbons
2025-08-14mailbox: add PolarFire SoC mailbox driverJamie Gibbons
2025-08-13Merge tag 'qcom-fixes-13Aug2025' of https://source.denx.de/u-boot/custodians/...Tom Rini
2025-08-13pinctrl: qcom: sdm845: Limit check off by 1Andrew Goodbody
2025-08-13pinctrl: qcom: sa8775: Limit check for array index not correctAndrew Goodbody
2025-08-13button: qcom-pmic: Fix dereference of uninitialised pointerAndrew Goodbody
2025-08-13serial: msm-geni: No need to NULL check privAndrew Goodbody
2025-08-13serial: msm-geni: Detect error from get_clk_div_rateAndrew Goodbody
2025-08-13phy: qcom: Fix ret is uninitialisedAndrew Goodbody
2025-08-12pinctrl: sunxi: a523: change Ethernet pin function nameAndre Przywara
2025-08-08Merge tag 'u-boot-socfpga-next-20250808' of https://source.denx.de/u-boot/cus...Tom Rini
2025-08-08Merge tag 'u-boot-imx-master-20250808' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2025-08-08ddr: altera: soc64: Fix dram size calculation in clamshell modeTingting Meng
2025-08-08ddr: altera: soc64: Clean up bit-shift by zero bitTingting Meng
2025-08-08ddr: altera: Add DDR driver for Agilex7 M-seriesTingting Meng
2025-08-08ddr: altera: Add uibssm mailbox support for Agilex7 M-series with HBMTingting Meng
2025-08-08clk: altera: Add clock support for Agilex7 M-seriesTingting Meng
2025-08-08sysreset: socfpga: soc64: Enable L2 resetAlif Zakuan Yuslaimi
2025-08-08ddr: altera: agilex: Get ACF from boot scratch registerAlif Zakuan Yuslaimi
2025-08-08ddr: altera: agilex: Remove code redundancyAlif Zakuan Yuslaimi
2025-08-08ddr: altera: soc64: Add secure region support for ATF flowAlif Zakuan Yuslaimi
2025-08-08drivers: clk: agilex: Replace status polling with wait_for_bit_le32()Alif Zakuan Yuslaimi
2025-08-08drivers: watchdog: Enable watchdog support in SPL for AgilexAlif Zakuan Yuslaimi
2025-08-08drivers: clk: agilex: Use real clock source frequencyAlif Zakuan Yuslaimi
2025-08-08net: dwc_eth_xgmac_socfpga: Remove always true testAndrew Goodbody
2025-08-08net: dwc_eth_xgmac: Use unwind goto on errorAndrew Goodbody
2025-08-07virtio: fix freeing of virtio ring bufferHeinrich Schuchardt