Commit 503101a
CKI KWF Bot
Merge: dmaengine: fsl-edma: update to v6.17 and enable driver
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1455
## Summary of Changes
Update fsl-edma driver to v6.17 as part of NXP S32G enablement work. See [VROOM-32805](https://issues.redhat.com/browse/VROOM-32805) for details.
Depends: !1483
## Testing
This MR requires a non-standard setup to test. See [RHEL-115725](https://issues.redhat.com/browse/RHEL-115725) for how to boot into a console (uses a temporary Buildroot userspace since the hardware is currently being brought up).
Once booted into a Linux console, I probed the `fsl-edma` module then tested with `dmatest`:
```console
# modprobe fsl-edma
# lsmod
Module Size Used by Tainted: G
fsl_edma 61440 0
virt_dma 16384 1 fsl_edma
# modprobe dmatest iterations=1000 timeout=30000 run=1
```
The `dmesg` logs from the module should resemble the following, with "0 failures" on every test summary line:
```
[ 874.648740] dmatest: No channels configured, continue with any
[ 874.648990] dmatest: Added 1 threads using dma0chan0
[ 874.649104] dmatest: Added 1 threads using dma0chan1
<snip>
[ 874.656470] dmatest: Started 1 threads using dma0chan0
[ 874.656485] dmatest: Started 1 threads using dma0chan1
<snip>
[ 874.680380] dmatest: dma0chan27-copy: summary 10 tests, 0 failures 570.67 iops 5079 KB/s (0)
[ 874.680633] dmatest: dma0chan13-copy: summary 10 tests, 0 failures 536.59 iops 3219 KB/s (0)
<snip>
```
I did notice that the driver spewed warnings on removal; this is documented in [VROOM-33316](https://issues.redhat.com/browse/VROOM-33316). Based on my investigation, I don't believe the warnings are severe enough to block this MR, especially considering the board is still in early bringup. See the [investigation notes](https://issues.redhat.com/browse/VROOM-33316?focusedId=28159605&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-28159605) for details.
## Approved Development Ticket(s)
JIRA: https://issues.redhat.com/browse/RHEL-115725
Related ARK enablement MR: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/4170
Signed-off-by: Jared Kangas <jkangas@redhat.com>
Approved-by: Eder Zulian <ezulian@redhat.com>
Approved-by: Eric Chanudet <echanude@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>File tree
5 files changed
+383
-42
lines changed- Documentation/devicetree/bindings/dma
- drivers/dma
- redhat/configs/rhel/automotive/generic/arm/aarch64
5 files changed
+383
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
32 | 44 | | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
36 | 48 | | |
37 | 49 | | |
38 | 50 | | |
39 | | - | |
| 51 | + | |
40 | 52 | | |
41 | 53 | | |
42 | 54 | | |
43 | | - | |
| 55 | + | |
44 | 56 | | |
45 | 57 | | |
46 | 58 | | |
| |||
221 | 233 | | |
222 | 234 | | |
223 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
224 | 266 | | |
225 | 267 | | |
226 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| 483 | + | |
483 | 484 | | |
484 | | - | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
506 | 513 | | |
507 | 514 | | |
508 | | - | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
509 | 523 | | |
510 | 524 | | |
511 | 525 | | |
| |||
623 | 637 | | |
624 | 638 | | |
625 | 639 | | |
| 640 | + | |
| 641 | + | |
626 | 642 | | |
627 | 643 | | |
628 | 644 | | |
629 | 645 | | |
630 | 646 | | |
| 647 | + | |
| 648 | + | |
631 | 649 | | |
632 | 650 | | |
633 | 651 | | |
| |||
803 | 821 | | |
804 | 822 | | |
805 | 823 | | |
806 | | - | |
| 824 | + | |
807 | 825 | | |
808 | 826 | | |
809 | 827 | | |
| |||
813 | 831 | | |
814 | 832 | | |
815 | 833 | | |
816 | | - | |
| 834 | + | |
817 | 835 | | |
818 | 836 | | |
819 | 837 | | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
825 | 847 | | |
826 | 848 | | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
827 | 857 | | |
828 | 858 | | |
829 | 859 | | |
| |||
844 | 874 | | |
845 | 875 | | |
846 | 876 | | |
| 877 | + | |
| 878 | + | |
847 | 879 | | |
848 | 880 | | |
849 | 881 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
71 | 85 | | |
72 | 86 | | |
73 | 87 | | |
| |||
160 | 174 | | |
161 | 175 | | |
162 | 176 | | |
| 177 | + | |
163 | 178 | | |
164 | 179 | | |
165 | 180 | | |
166 | 181 | | |
167 | 182 | | |
168 | 183 | | |
| 184 | + | |
169 | 185 | | |
170 | 186 | | |
171 | 187 | | |
172 | 188 | | |
173 | 189 | | |
| 190 | + | |
174 | 191 | | |
| 192 | + | |
175 | 193 | | |
176 | 194 | | |
177 | 195 | | |
| |||
205 | 223 | | |
206 | 224 | | |
207 | 225 | | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
208 | 229 | | |
209 | 230 | | |
210 | 231 | | |
| |||
240 | 261 | | |
241 | 262 | | |
242 | 263 | | |
| 264 | + | |
243 | 265 | | |
244 | 266 | | |
245 | 267 | | |
| |||
0 commit comments