summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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
2025-08-01arm: bcm281xx: Remove ethernet driverTom Rini
2025-08-01net: Tighten some network driver dependenciesTom Rini
2025-08-01net: Add <cpu_func.h> to some platformsTom Rini
2025-08-01drivers/net/ftgmac100.c: Fix a debug printTom Rini
2025-07-31Merge tag 'u-boot-stm32-20250731' of https://source.denx.de/u-boot/custodians...Tom Rini
2025-07-31Merge tag 'u-boot-socfpga-next-20250731' of https://source.denx.de/u-boot/cus...Tom Rini
2025-07-30Merge patch series "Extend usb_onboard_hub driver to support Cypress HX3 hub ...Tom Rini
2025-07-30usb: onboard-hub: Use devm API do automatically free the reset GPIOLukasz Czechowski
2025-07-30reset: stm32: Fix set_clr fieldPatrice Chotard
2025-07-30arch: arm: agilex5: Enable power manager for Agilex5Alif Zakuan Yuslaimi
2025-07-30socfpga_dtreg: Ensure reg is initialised before useAndrew Goodbody
2025-07-30ddr: altera: n5x: size_t cannot be less than 0Andrew Goodbody
2025-07-30clk: n5x: Fix misplaced parenAndrew Goodbody
2025-07-30arm: socfpga: Remove unnecessary for loopAndrew Goodbody
2025-07-30watchdog: don't autostart watchdog on STM32MP architecturePatrice Chotard
2025-07-30watchdog: stm32mp: check the watchdog statusClément Le Goffic
2025-07-30watchdog: arm_smc_wdt: get wdt status through SMCWD_GET_TIMELEFTAntonio Borneo
2025-07-30watchdog: wdt-uclass.c: add wdt_set_force_autostart() helperAntonio Borneo
2025-07-29Merge patch series "bios_emulator: Fix two issues found by Smatch"Tom Rini
2025-07-29bios_emulator: Add parens to xorl macroAndrew Goodbody
2025-07-29bios_emulator: Fix buffer overflowAndrew Goodbody
2025-07-29Merge tag 'u-boot-marvell-20250729' of https://source.denx.de/u-boot/custodia...Tom Rini
2025-07-29ARM: stm32mp: Add STM32MP23 supportPatrice Chotard
2025-07-29clk: stm32: Wrong macros used in register readAndrew Goodbody
2025-07-29clk: scmi: Fix clock identifier passed to struct scmi_clk_parent_set_inAlice Guo
2025-07-29reset: stm32: Fix header misuseMarek Vasut
2025-07-29pwm: stm32: add support for stm32mp25Cheick Traore
2025-07-29Merge tag 'u-boot-at91-2025.10-b' of https://source.denx.de/u-boot/custodians...Tom Rini
2025-07-29ddr: marvell: a38x: Fix unsigned issuesAndrew Goodbody
2025-07-29spi: mvebu: Correct dependencies on MVEBU_A3700_SPITom Rini
2025-07-27power: regulator: add AXP323 supportAndre Przywara
2025-07-27sunxi: mmc: add support for Allwinner A523 MMC mod clockAndre Przywara
2025-07-27pinctrl: sunxi: add Allwinner A523 pinctrl descriptionAndre Przywara
2025-07-27clk: sunxi: Add support for the A523 -R CCUAndre Przywara
2025-07-27clk: sunxi: Add support for the A523 CCUAndre Przywara
2025-07-26efi: Rename CONFIG_EFI to CONFIG_EFI_CLIENTSimon Glass
2025-07-25Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2025-07-25clk: at91: sama7d65: add clock supportRyan Wanner
2025-07-25clk: at91: Update MAX PLL and master clk IDRyan Wanner
2025-07-25usb: dwc3-generic: Add Exynos850 supportSam Protsenko
2025-07-25phy: samsung: Add Exynos USB DRD PHY driverSam Protsenko
2025-07-24Merge tag 'u-boot-imx-master-20250724' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2025-07-24Merge patch series "Add support for K3 BIST"Tom Rini
2025-07-24sandbox: eth-raw: Prevent possible buffer overflowAndrew Goodbody