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

mailbox: Add support for Phytium SoC mailbox driver #153

Merged
merged 3 commits into from
Jun 19, 2024

Commits on May 16, 2024

  1. dt-bindings: mailbox: phytium: Add a bindings for Phytium mailbox

    This patch documents the DT bindings for Phytium KCS interface.
    
    Signed-off-by: Li Guohui <[email protected]>
    Signed-off-by: Chen Baozi <[email protected]>
    Signed-off-by: Wang Yinfeng <[email protected]>
    hhhui-L committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4b48d65 View commit details
    Browse the repository at this point in the history
  2. mailbox: Add support for Phytium SoC mailbox driver

    Add the driver to support Phytium SoC mailbox controller.
    
    Signed-off-by: Li Guohui <[email protected]>
    Signed-off-by: Chen Baozi <[email protected]>
    Signed-off-by: Wang Xu <[email protected]>
    Signed-off-by: Wang Yinfeng <[email protected]>
    hhhui-L committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ef3057a View commit details
    Browse the repository at this point in the history
  3. firmware: arm_scmi: Make mailbox transport poll on Phytium mailbox

    There is no completion irq available with Phytium mailbox
    implementation. Use the core common polling machinery if we detect
    phytium mailbox.
    
    Signed-off-by: Li Guohui <[email protected]>
    Signed-off-by: Chen Baozi <[email protected]>
    Signed-off-by: Wang Yinfeng <[email protected]>
    hhhui-L committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a05b704 View commit details
    Browse the repository at this point in the history