Re: [PATCH 1/2] mmc: host: meson-mx-sdhc: fix manual RX FIFO flushing

2020-05-24 Thread Thomas Graichen
On Mon, May 18, 2020 at 12:29 AM Martin Blumenstingl wrote: > > For Meson8 and Meson8b SoCs the vendor driver follows the following > pattern: > - for eMMC and SD cards in .set_pdma it sets: > pdma->rxfifo_manual_flush = 1; > - for SDIO cards in .set_pdma it sets: > pdma->rxfifo_manual_flush =

Re: [PATCH 1/2] mmc: host: meson-mx-sdhc: fix manual RX FIFO flushing

2020-05-18 Thread Ulf Hansson
On Mon, 18 May 2020 at 00:29, Martin Blumenstingl wrote: > > For Meson8 and Meson8b SoCs the vendor driver follows the following > pattern: > - for eMMC and SD cards in .set_pdma it sets: > pdma->rxfifo_manual_flush = 1; > - for SDIO cards in .set_pdma it sets: > pdma->rxfifo_manual_flush = 0;