summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2025-08-07mtd: spi-nor: Fix return value of s25_s28_mdp_ready()Takahiro Kuwano
2025-08-07drivers: scsi: fix inaccurate block count reporting in scsi operationsBalaji Selvanathan
2025-08-07net: fec_mxc: Set error code on error exitAndrew Goodbody
2025-08-07imx: scu_api: Remove unnecessary NULL checkAndrew Goodbody
2025-08-07cpu: imx8_cpu: Provide default temperaturesAndrew Goodbody
2025-08-07clk: imx: Free pll on error pathAndrew Goodbody
2025-08-06Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2025-08-06net: rswitch: Fix error detectionAndrew Goodbody
2025-08-06mtd: spi-nor-ids: Add support for Winbond W77Q51NWMarek Vasut
2025-08-06i2c: rcar_iic: Do not use unitialised variableAndrew Goodbody
2025-08-06clk: renesas: Do not test unsigned variable to be less than 0Andrew Goodbody
2025-08-06cmd: Add i3c command support.Dinesh Maniyam
2025-08-06i3c: master: dw-i3c-master: Fix OD_TIMING for spike filterDinesh Maniyam
2025-08-06drivers: i3c: master: Enable probe i3c without slave deviceDinesh Maniyam
2025-08-06drivers: i3c: Add i3c sandbox simple test.Dinesh Maniyam
2025-08-06drivers: i3c: Enabled Kconfig and Makefile for DWI3CDinesh Maniyam
2025-08-06drivers: Enabled Kconfig and Makefile for i3c supportDinesh Maniyam
2025-08-06drivers: i3c: Add i3c uclass driver.Dinesh Maniyam
2025-08-06drivers: i3c: Add driver for MIPI DWI3CDinesh Maniyam
2025-08-06i2c: rcar_iic: Do not use unitialised variableAndrew Goodbody
2025-08-04Merge branch 'u-boot-nand-03082025' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-08-04Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2025-08-03mtd: nand: raw: Remove unused octeontx_nand driverTom Rini
2025-08-03mtd: nand: raw: Remove unused mxic_nand driverTom Rini
2025-08-03mtd: nand: raw: Remove unused lpc32xx_nand_slc driverTom Rini
2025-08-03mtd: rawnand: mxs_nand: Ensure err is set for error pathAndrew Goodbody
2025-08-03mtd: rawnand: denali: Remove always true testAndrew Goodbody
2025-08-03mtd: rawnand: cortina_nand: Fix -ENOMEM detectionAndrew Goodbody
2025-08-03mtd: nand: sunxi: Free allocated memory on errorsAndrew Goodbody
2025-08-03mtd: rawnand: stm32_fmc2: Ensure to return error codeAndrew Goodbody
2025-08-03mtd: nand: pxa3xx: Free memory on errorAndrew Goodbody
2025-08-01net: phy: Support overriding Auto Negotiation timeout with env variableSiddharth Vadapalli
2025-08-01virtio: net: Add missing virtqueue_kick in free_pktChristian Speich