Re: [PATCH] mci: sdhci: fix dma mapping

2024-04-10 Thread Sascha Hauer
On Mon, 08 Apr 2024 18:31:01 +0200, Marco Felsch wrote: > In case of MMC_DATA_READ the dest address should be used and in case of > MMC_DATA_WRITE the src address should be used. We had no issues for now > since both dest and src point to same address due to the union. > > Applied, thanks!

[PATCH] mci: sdhci: fix dma mapping

2024-04-08 Thread Marco Felsch
In case of MMC_DATA_READ the dest address should be used and in case of MMC_DATA_WRITE the src address should be used. We had no issues for now since both dest and src point to same address due to the union. Signed-off-by: Marco Felsch --- drivers/mci/sdhci.c | 4 ++-- 1 file changed, 2