Skip to content
Commit 8678c71c authored by Angelo Dureghello's avatar Angelo Dureghello Committed by Vinod Koul
Browse files

dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpu



Due to recent fixes in m68k arch-specific I/O accessor macros, this
driver is not working anymore for ColdFire. Fix wrong tcd endianness
removing additional swaps, since edma_writex() functions should already
take care of any eventual swap if needed.

Note, i could only test the change in ColdFire mcf54415 and Vybrid
vf50 / Colibri where i don't see any issue. So, every feedback and
test for all other SoCs involved is really appreciated.

Signed-off-by: default avatarAngelo Dureghello <angelo.dureghello@timesys.com>
Reported-by: default avatarkbuild test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20200701225205.1674463-1-angelo.dureghello@timesys.com
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent fd17d1ab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment