Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMX93 USDHC #254

Merged
merged 4 commits into from
May 13, 2024
Merged

IMX93 USDHC #254

merged 4 commits into from
May 13, 2024

Commits on May 8, 2024

  1. arm64/imx9: Add uSDHC driver

    Signed-off-by: Jani Paalijarvi <jani.paalijarvi@unikie.com>
    jpaali committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a332617 View commit details
    Browse the repository at this point in the history
  2. arm64/imx9: Add DMA preflight support for uSDHC

    Signed-off-by: Jani Paalijarvi <jani.paalijarvi@unikie.com>
    jpaali committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7628bdc View commit details
    Browse the repository at this point in the history
  3. arm64/imx9: Fix fat_dma_ macro issue.

    Defining fat_dma_alloc(s) as imx9_dma_alloc(s) causes compiler errors.
    
    Signed-off-by: Jani Paalijarvi <jani.paalijarvi@unikie.com>
    jpaali committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0b7bd23 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. drivers/mmcsd/mmcsd_sdio.c: Fix SD card 4-bit support

    Fix a bug which causes that 1-bit mode is always selected.
    This happens even if the driver sets SDIO_CAPS_4BIT capability
    in case of the card and the host support 1- and 4-bit wide bus.
    
    Signed-off-by: Jani Paalijarvi <jani.paalijarvi@unikie.com>
    jpaali committed May 13, 2024
    Configuration menu
    Copy the full SHA
    619a483 View commit details
    Browse the repository at this point in the history