-
Notifications
You must be signed in to change notification settings - Fork 173
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
Marvell Arm64 and armada 7020 #124
base: master
Are you sure you want to change the base?
Marvell Arm64 and armada 7020 #124
Conversation
Arm64 PCI mmap resource from user space using sysfs Arm64 /proc/dma file access Signed-off-by: Antony Rheneus <arheneus@marvell.com>
Arm64 PCI mmap resource from user space using sysfs Arm64 /proc/dma file access Signed-off-by: Antony Rheneus <arheneus@marvell.com>
Please retry compilation, as it got failed as below. LD [M] drivers/net/wireless/realtek/rtlwifi/rtl8723be/rtl8723be.o |
not sure retry will help. check build error below.
|
Arm64 PCI mmap resource from user space using sysfs Arm64 /proc/dma file access Signed-off-by: Antony Rheneus <arheneus@marvell.com>
please identify the upstream commit id and the start linux version that introduce this patch. check below for example |
i can see quite a few patches for armada 7020 is in 4.19. can you check when armada 7020 is fully supported in linux kernel. since we are moving to 4.19 in this release. maybe we can support this 7020 in the coming 4.19 release instead of back port this to 4.9 release. there are quite a few changes related to general function which can impact other platforms. I have concerns to back port this patch to 201911 release. |
From 4.14, Armada 7020 is fully supported and upstreamed. |
great, then I will skip these patches for 4.9 kernel. We plan to get to debian buster 4.19 for sonic 202006 release |
Thanks, I will keep this PR open till we move to latest kernel, as we maintain list open PRs to patch while building SONIC image for Marvell. |
/easycla |
Marvell Armada A7020 support backported to 4.9.189
Arm64 PCI mmap resource from user space using sysfs
Arm64 /proc/dma file access
Signed-off-by: Antony Rheneus arheneus@marvell.com