You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: edma_rev2: drop grouping of EDMA register indexes
Currently, EDMA register indexes are grouped in 4 categories:
1) Common MP registers
2) Common TCD registers
3) Non-common MP registers
4) Non-common TCD registers
This grouping strategy forces us to add new register indexes
to a certain category, thus breaking the register ordering
(which is currently done by index). To fix, drop this grouping
strategy and keep the register indexes ordered by index values.
Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
0 commit comments