Re: [U-Boot] [PATCH 5/9] mmc: dw_mmc: add support for 64bit DMA

2018-11-21 Thread Lukasz Majewski
On Wed, 21 Nov 2018 09:52:08 +0100 Lukasz Majewski wrote: > On Wed, 07 Nov 2018 16:03:08 +0100 > Marek Szyprowski wrote: > > > From: Lukasz Majewski > > > > DW-MMC module in Samsung Exynos5433 requires 64bit DMA descriptors. > > This patch adds code for handling them. > > > > Signed-off-by:

Re: [U-Boot] [PATCH 5/9] mmc: dw_mmc: add support for 64bit DMA

2018-11-21 Thread Lukasz Majewski
On Wed, 07 Nov 2018 16:03:08 +0100 Marek Szyprowski wrote: > From: Lukasz Majewski > > DW-MMC module in Samsung Exynos5433 requires 64bit DMA descriptors. > This patch adds code for handling them. > > Signed-off-by: Lukasz Majewski > [extracted from old sources and adapted to mainline

[U-Boot] [PATCH 5/9] mmc: dw_mmc: add support for 64bit DMA

2018-11-07 Thread Marek Szyprowski
From: Lukasz Majewski DW-MMC module in Samsung Exynos5433 requires 64bit DMA descriptors. This patch adds code for handling them. Signed-off-by: Lukasz Majewski [extracted from old sources and adapted to mainline u-boot, minor fixes] Signed-off-by: Marek Szyprowski --- drivers/mmc/dw_mmc.c