Re: [PATCH v2 09/14] mci: core: parse more host capabilities from DT

2024-03-15 Thread Ahmad Fatoum
On 14.03.24 19:47, Steffen Trumtrar wrote: > Port the linux v6.7 mmc host caps2 parsing. > While at it, remove the ->no_sd and ->no_sdio. These are bits in the > caps2 field. > > Signed-off-by: Steffen Trumtrar Reviewed-by: Ahmad Fatoum > --- > drivers/mci/mci-core.c | 36

[PATCH v2 09/14] mci: core: parse more host capabilities from DT

2024-03-14 Thread Steffen Trumtrar
Port the linux v6.7 mmc host caps2 parsing. While at it, remove the ->no_sd and ->no_sdio. These are bits in the caps2 field. Signed-off-by: Steffen Trumtrar --- drivers/mci/mci-core.c | 36 ++-- include/mci.h | 32 ++-- 2