Re: [PATCH v1 02/11] mmc: sdhci: allow disabling sdma in spl

2022-03-14 Thread Kever Yang
Hi Peter, On 2022/2/22 09:31, Peter Geis wrote: Rockchip emmc devices have a similar issue to Rockchip dwmmc devices, where performing dma to sram causes errors with suspend/resume. Allow us to toggle sdma in spl for sdhci similar to adma support, so we can ensure dma is not used when loading t

Re: [PATCH v1 02/11] mmc: sdhci: allow disabling sdma in spl

2022-02-22 Thread Jaehoon Chung
On 2/22/22 10:31, Peter Geis wrote: > Rockchip emmc devices have a similar issue to Rockchip dwmmc devices, > where performing dma to sram causes errors with suspend/resume. > Allow us to toggle sdma in spl for sdhci similar to adma support, so we > can ensure dma is not used when loading the sram

[PATCH v1 02/11] mmc: sdhci: allow disabling sdma in spl

2022-02-21 Thread Peter Geis
Rockchip emmc devices have a similar issue to Rockchip dwmmc devices, where performing dma to sram causes errors with suspend/resume. Allow us to toggle sdma in spl for sdhci similar to adma support, so we can ensure dma is not used when loading the sram code. Signed-off-by: Peter Geis --- drive