summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-04-19mmc: stm32_sdmmc2: Fix AARCH64 compilation warningsPatrice Chotard
2024-04-19mmc: stm32_sdmmc2: Add "st,stm32mp25-sdmmc2" compatiblePatrick Delaunay
2024-04-19net: dwc_eth_qos: Add support for st, ext-phyclk propertyMarek Vasut
2024-04-19net: dwc_eth_qos: Add support of STM32MP13xx platformChristophe Roullier
2024-04-19net: dwc_eth_qos: Add DT parsing for STM32MP13xx platformChristophe Roullier
2024-04-19net: dwc_eth_qos: Constify st, eth-* values parsed out of DTMarek Vasut
2024-04-19net: dwc_eth_qos: Use consistent logging printsMarek Vasut
2024-04-19net: dwc_eth_qos: Move log_debug statements on top of case blockMarek Vasut
2024-04-19net: dwc_eth_qos: Use FIELD_PREP for ETH_SEL bitfieldMarek Vasut
2024-04-19net: dwc_eth_qos: Scrub ifdefferyMarek Vasut
2024-04-19net: dwc_eth_qos: Fold board_interface_eth_init into STM32 glue codeMarek Vasut
2024-04-19net: dwc_eth_qos: Rename eqos_stm32_config to eqos_stm32mp15_configMarek Vasut
2024-04-19net: dwc_eth_qos: Split STM32 glue into separate fileMarek Vasut
2024-04-19mtd: rawnand: stm32_fmc2: add MP25 supportChristophe Kerello
2024-04-19memory: stm32-fmc2-ebi: add MP25 RIF supportChristophe Kerello
2024-04-19memory: stm32-fmc2-ebi: add MP25 supportChristophe Kerello
2024-04-18input: button_kbd: gracefully handle buttons that fail probeCaleb Connolly
2024-04-18reboot-mode: must depend on CONFIG_DM_RTCHeinrich Schuchardt
2024-04-18Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-04-18Merge branch 'for-2024.07' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-18spi: mpc8xx: Set up speed as requestedChristophe Leroy
2024-04-18spi: mpc8xx: Use 16 bit mode for large transfers with even sizeChristophe Leroy
2024-04-18spi: mpc8xx: Allow transfer of more than MAX_BUFFER lenChristophe Leroy
2024-04-18powerpc: 8xx: Set SDMA configuration register correclyChristophe Leroy
2024-04-18thermal: Add support for TI LM74Christophe Leroy
2024-04-18spi: mpc8xx: Fix transfert when input or output buffer is NULLChristophe Leroy
2024-04-18spi: mpc8xx: Add GPIO dependencyChristophe Leroy
2024-04-18tee: remove common.h inclusionIgor Opaniuk
2024-04-18tee: optee: fix description in KconfigIgor Opaniuk
2024-04-15Merge tag 'u-boot-imx-master-20240415' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2024-04-15Merge https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2024-04-15clk: imx93: fix anatop basePeng Fan
2024-04-15cpu: drop imx9_cpuPeng Fan
2024-04-15serial: lpuart: use ipg clk for i.MX7ULPPeng Fan
2024-04-15gpio: imx_rgpio2p: support one addressPeng Fan
2024-04-15mmc: cv1800b_sdhci: Remove the unused argumentJaehoon Chung
2024-04-15mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probeYang Xiwen
2024-04-15mmc: dw_mmc: Don't return error if data busy timeoutYang Xiwen
2024-04-15mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET...Yang Xiwen
2024-04-15mmc: Unconditionally call mmc_deinit()Marek Vasut
2024-04-15mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callbackMarek Vasut
2024-04-15mmc: Add generic tuning flagMarek Vasut
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut
2024-04-15mmc: renesas-sdhi: Stop transmission in case tuning block transfer failsMarek Vasut
2024-04-15mmc: tmio: Check INFO1 for completion during DMA transferMarek Vasut
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut
2024-04-15mmc: arm_pl180_mmci: Rely on DMLinus Walleij
2024-04-15mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman
2024-04-15mmc: Don't suggest to build modules in Kconfig.Heinrich Schuchardt