Re: [PATCH 0/2] mmc: omap_hsmmc: Restore the init_stream sequence

2025-04-23 Thread Peng Fan (OSS)
From: Peng Fan On Thu, 10 Apr 2025 11:00:19 +0200, Mathieu Othacehe wrote: > Back in 2019, the init_stream sequence was disabled with db52e19ced because: > > This is not required. The MMC core sends CMD0 right after the > initialization and it serves the same purpose. > > That is wrong. It

Re: [PATCH 0/2] mmc: omap_hsmmc: Restore the init_stream sequence

2025-04-18 Thread Peng Fan
Hi Mathieu, On Thu, Apr 10, 2025 at 11:00:19AM +0200, Mathieu Othacehe wrote: >Hello, > >Back in 2019, the init_stream sequence was disabled with db52e19ced because: > > This is not required. The MMC core sends CMD0 right after the > initialization and it serves the same purpose. > >That is wron