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

[DNM][DNR] Test #9023

Closed
wants to merge 6 commits into from
Closed

Commits on Apr 10, 2024

  1. nxp: imx8/imx8x: switch to Zephyr logging

    Switch to using Zephyr logging on imx8 and imx8x to
    prepare for using native Zephyr drivers.
    
    Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
    LaurentiuM1234 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3c67034 View commit details
    Browse the repository at this point in the history
  2. nxp: imx8/imx8x: add SAI, EDMA, ESAI and HOST_DMA nodes

    Add nodes for the following IPs: SAI, EDMA and ESAI. Also,
    add node for HOST_DMA. These are all required for switching
    to Zephyr native drivers.
    
    Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
    LaurentiuM1234 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2e4d404 View commit details
    Browse the repository at this point in the history
  3. audio: dai-zephyr: add entry for NXP'S ESAI

    Add entry for NXP's ESAI IP in dai_set_config().
    
    Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
    LaurentiuM1234 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f82ea45 View commit details
    Browse the repository at this point in the history
  4. lib: dai: add entry for NXP's ESAI

    Add entry for NXP's ESAI IP inside the "zephyr_dev" array.
    What the entry does is it fetches all "struct device"s for
    ESAI nodes marked as "okay".
    
    Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
    LaurentiuM1234 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a76448f View commit details
    Browse the repository at this point in the history
  5. lib: dma: add entries for imx8/imx8x's EDMA0 and HOST_DMA nodes

    Add entries for EDMA0 and HOST_DMA nodes.
    
    Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
    LaurentiuM1234 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7260615 View commit details
    Browse the repository at this point in the history
  6. nxp: imx8/imx8x: switch to native Zephyr drivers and timer domain

    This commit includes all necessary changes for switching
    to timer domain and Zephyr native drivers on imx8 and imx8x.
    This consists of:
    	1) Switching all imx8 topologies to timer domain.
    	2) Disabling Zephyr DMA domain
    	3) Various interrupt-related fixes via Kconfig-related
    	ifdef logic.
    
    This commit includes all necessary changes for switching
    to native Zephyr drivers on imx8/imx8x.
    
    Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
    LaurentiuM1234 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f0eb12b View commit details
    Browse the repository at this point in the history