-
Notifications
You must be signed in to change notification settings - Fork 63
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
can: Add Phytium CAN controller support #167
Conversation
This patch documents the DT bindings for Phytium CAN controller. Signed-off-by: yuanxia <yuanxia2073@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
This patch adds Phytium CAN controller support. Signed-off-by: yuanxia <yuanxia2073@phytium.com.cn> Signed-off-by: Cheng Quan <chengquan@phytium.com.cn> Signed-off-by: Li Zhengguang <lizhengguang1317@phytium.com.cn> Signed-off-by: Wu Jinyong <wujinyong1788@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
Phytium CANFD ususally is not supported without explicit specifying in ACPI. Therefore, the default mode under ACPI should be CAN rather than CANFD. Signed-off-by: yuanxia <yuanxia2073@phytium.com.cn> Signed-off-by: Chen Zhenhua <chenzhenhua@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
Because the finally clock frequency of px210 has been decreased to 480M, update the struct member clock_freq of phytium_can_pci_data to match the updated design. Signed-off-by: yuanxia <yuanxia2073@phytium.com.cn> Signed-off-by: Li Zhengguang <lizhengguang1317@phytium.com.cn> Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
This patch is designed to optimize the issue of low performance in CAN communication at 1Mbps,as there is a waste of time in the interaction between software and hardware. Signed-off-by: yuanxia <yuanxia2073@phytium.com.cn> Signed-off-by: Wu Jinyong <wujinyong1788@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @yuanxia0927. 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. Instructions 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. |
This patch adds support for the Phytium CAN controller and its related functions.