diff options
author | Frank Li <Frank.Li@nxp.com> | 2023-08-21 18:16:09 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-08-22 16:41:02 +0200 |
commit | c26e611433aaa064691343c0168f4671eb5cfa42 (patch) | |
tree | f81840e193f2fa8a4de2797b942906a93b5247bf /io_uring/xattr.c | |
parent | dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata (diff) | |
download | linux-c26e611433aaa064691343c0168f4671eb5cfa42.tar.xz linux-c26e611433aaa064691343c0168f4671eb5cfa42.zip |
dmaengine: fsl-edma: Remove enum edma_version
The enum edma_version, which defines v1, v2, and v3, is a software concept
used to distinguish IP differences. However, it is not aligned with the
chip reference manual. According to the 7ulp reference manual, it should
be edma2. In the future, there will be edma3, edma4, and edma5, which
could cause confusion. To avoid this confusion, remove the edma_version
and instead use drvdata->flags to distinguish the IP difference.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20230821161617.2142561-5-Frank.Li@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'io_uring/xattr.c')
0 files changed, 0 insertions, 0 deletions