Re: [PATCH v2 2/2] mmc: dw_mmc: support transfer mode auto detection

2022-03-12 Thread Johan Jonker
On 3/12/22 10:23, Jagan Teki wrote: > On Wed, Feb 23, 2022 at 6:37 PM Johan Jonker wrote: >> >> From: Paweł Jarosz >> >> dw_mmc supports two transfer modes in u-boot: IDMA and FIFO. >> This patch adds auto detection of transfer mode and >> eliminates the need to set this in host config struct.

Re: [PATCH v2 2/2] mmc: dw_mmc: support transfer mode auto detection

2022-03-12 Thread Jagan Teki
On Wed, Feb 23, 2022 at 6:37 PM Johan Jonker wrote: > > From: Paweł Jarosz > > dw_mmc supports two transfer modes in u-boot: IDMA and FIFO. > This patch adds auto detection of transfer mode and > eliminates the need to set this in host config struct. > Allow handling for a u-boot,spl-fifo-mode ho

[PATCH v2 2/2] mmc: dw_mmc: support transfer mode auto detection

2022-02-23 Thread Johan Jonker
From: Paweł Jarosz dw_mmc supports two transfer modes in u-boot: IDMA and FIFO. This patch adds auto detection of transfer mode and eliminates the need to set this in host config struct. Allow handling for a u-boot,spl-fifo-mode host property in the logic to not put the MMC controllers into FIFO