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

drivers: sdhc: add driver support for emmc host controller #61108

Merged
merged 3 commits into from Sep 29, 2023

Commits on Sep 29, 2023

  1. sd: add check for maximum supported voltage by host controller

    add check for maximum voltage supported by hc before apply card voltage.
    
    Signed-off-by: Najumon B.A <najumon.ba@intel.com>
    najumon1980 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8b8b714 View commit details
    Browse the repository at this point in the history
  2. drivers: sdhc: add driver support for emmc host controller

    add host controller driver support for emmc version 5.1.
    The driver expose zephyr sdhc api interface for emmc host controller.
    
    Signed-off-by: Najumon B.A <najumon.ba@intel.com>
    najumon1980 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c5b5202 View commit details
    Browse the repository at this point in the history
  3. boards: x86: add eMMC support for Intel Alder lake platform

    add DTS entry for enable eMMC support on Intel Alder lake platforms
    
    Signed-off-by: Najumon B.A <najumon.ba@intel.com>
    najumon1980 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b1d0b0d View commit details
    Browse the repository at this point in the history