Re: [PATCH v1] mmc: fsl_esdhc_imx: fix watermark level in dma

2022-02-08 Thread Jaehoon Chung
On 2/1/22 07:08, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Seems that we need the waterlevel setting not only for PIO mode as > without this at least the i.MX 8M Mini won't boot anymore when being > written by such a U-Boot. Corruption has also been observed both on > the i.MX 6 as well

Re: [PATCH v1] mmc: fsl_esdhc_imx: fix watermark level in dma

2022-02-07 Thread Jaehoon Chung
Hi Fabio, On 2/8/22 10:32, Fabio Estevam wrote: > Hi Jaehoon, > > On Wed, Feb 2, 2022 at 2:08 PM Fabio Estevam wrote: >> >> On Mon, Jan 31, 2022 at 10:44 PM Fabio Estevam wrote: >>> >>> Hi Marcel, >>> >>> On Mon, Jan 31, 2022 at 7:08 PM Marcel Ziswiler wrote: From: Marcel Ziswiler

Re: [PATCH v1] mmc: fsl_esdhc_imx: fix watermark level in dma

2022-02-07 Thread Fabio Estevam
Hi Jaehoon, On Wed, Feb 2, 2022 at 2:08 PM Fabio Estevam wrote: > > On Mon, Jan 31, 2022 at 10:44 PM Fabio Estevam wrote: > > > > Hi Marcel, > > > > On Mon, Jan 31, 2022 at 7:08 PM Marcel Ziswiler wrote: > > > > > > From: Marcel Ziswiler > > > > > > Seems that we need the waterlevel setting

Re: [PATCH v1] mmc: fsl_esdhc_imx: fix watermark level in dma

2022-02-02 Thread Fabio Estevam
On Mon, Jan 31, 2022 at 10:44 PM Fabio Estevam wrote: > > Hi Marcel, > > On Mon, Jan 31, 2022 at 7:08 PM Marcel Ziswiler wrote: > > > > From: Marcel Ziswiler > > > > Seems that we need the waterlevel setting not only for PIO mode as > > without this at least the i.MX 8M Mini won't boot anymore

Re: [PATCH v1] mmc: fsl_esdhc_imx: fix watermark level in dma

2022-01-31 Thread Fabio Estevam
Hi Marcel, On Mon, Jan 31, 2022 at 7:08 PM Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > Seems that we need the waterlevel setting not only for PIO mode as > without this at least the i.MX 8M Mini won't boot anymore when being > written by such a U-Boot. Corruption has also been observed

[PATCH v1] mmc: fsl_esdhc_imx: fix watermark level in dma

2022-01-31 Thread Marcel Ziswiler
From: Marcel Ziswiler Seems that we need the waterlevel setting not only for PIO mode as without this at least the i.MX 8M Mini won't boot anymore when being written by such a U-Boot. Corruption has also been observed both on the i.MX 6 as well as i.MX 8M Mini when using ums on the eMMC. Fix