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

ddma: Add Phytium DDMA controller driver support #142

Merged
merged 2 commits into from
May 27, 2024

Commits on May 14, 2024

  1. dt-bindings: phytium-ddma: Add bindings for Phytium DDMA

    This patch document provide DT bindings for the Phytium DDMA controller.
    
    Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn>
    Signed-off-by: Liu Tianyu <liutianyu1250@phytium.com.cn>
    Signed-off-by: Li Mingzhe <limingzhe1839@phytium.com.cn>
    Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
    Signed-off-by: Lan Hengyu <lanhengyu1395@phytium.com.cn>
    hhhui-L committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5d0a426 View commit details
    Browse the repository at this point in the history
  2. ddma: phytium: Add DDMA controller driver support

    This patch provides DDMA (DEVICE DMA) support mainly for DMA transmission on low-speed devices, such as UART/SPI.
    
    Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn>
    Signed-off-by: Liu Tianyu <liutianyu1250@phytium.com.cn>
    Signed-off-by: Lan Hengyu <lanhengyu1395@phytium.com.cn>
    Signed-off-by: Li Mingzhe <limingzhe1839@phytium.com.cn>
    Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
    hhhui-L committed May 14, 2024
    Configuration menu
    Copy the full SHA
    74d80f2 View commit details
    Browse the repository at this point in the history