-
Notifications
You must be signed in to change notification settings - Fork 105
mailbox: Add support for Phytium SoC mailbox driver #153
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
Conversation
This patch documents the DT bindings for Phytium KCS interface. Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
Add the driver to support Phytium SoC mailbox controller. Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Xu <wangxu@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
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 <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
|
Hi @hhhui-L. Thanks for your PR. I'm waiting for a deepin-community member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
opsiff
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
/lgtm
deepin pr auto review关键摘要:
是否建议立即修改: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: opsiff The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This patch documents the DT bindings for Phytium KCS interface. Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: deepin-community#153 (cherry picked from commit 1c4d225) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Add the driver to support Phytium SoC mailbox controller. Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Xu <wangxu@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: deepin-community#153 (cherry picked from commit 7566b87) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: drivers/mailbox/Makefile
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 <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: deepin-community#153 (cherry picked from commit 061a2bd) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: drivers/firmware/arm_scmi/transports/mailbox.c
This patch documents the DT bindings for Phytium KCS interface. Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: deepin-community#153 (cherry picked from commit 1c4d225) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Add the driver to support Phytium SoC mailbox controller. Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Xu <wangxu@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: deepin-community#153 (cherry picked from commit 7566b87) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: drivers/mailbox/Makefile
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 <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: deepin-community#153 (cherry picked from commit 061a2bd) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: drivers/firmware/arm_scmi/transports/mailbox.c
This patch documents the DT bindings for Phytium KCS interface. Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: #153 (cherry picked from commit 1c4d225) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Add the driver to support Phytium SoC mailbox controller. Signed-off-by: Li Guohui <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Xu <wangxu@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: #153 (cherry picked from commit 7566b87) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: drivers/mailbox/Makefile
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 <liguohui2061@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn> Link: #153 (cherry picked from commit 061a2bd) Signed-off-by: Wentao Guan <guanwentao@uniontech.com> Conflicts: drivers/firmware/arm_scmi/transports/mailbox.c
Add the driver to support Phytium SoC mailbox controller.