Re: [PATCH v9 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip

2022-01-12 Thread Kalle Valo
Ulf Hansson writes: > On Tue, 11 Jan 2022 at 18:14, Jerome Pouiller > wrote: >> >> From: Jérôme Pouiller >> >> Note that the values used by Silabs are uncommon. A driver cannot fully >> rely on the SDIO PnP. It should also check if the device is declared in >> the DT. >> >> So, to apply the

Re: [PATCH v9 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip

2022-01-12 Thread Ulf Hansson
On Tue, 11 Jan 2022 at 18:14, Jerome Pouiller wrote: > > From: Jérôme Pouiller > > Note that the values used by Silabs are uncommon. A driver cannot fully > rely on the SDIO PnP. It should also check if the device is declared in > the DT. > > So, to apply the quirks necessary for the Silabs

[PATCH v9 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip

2022-01-11 Thread Jerome Pouiller
From: Jérôme Pouiller Note that the values used by Silabs are uncommon. A driver cannot fully rely on the SDIO PnP. It should also check if the device is declared in the DT. So, to apply the quirks necessary for the Silabs WF200, we rely on the DT rather than on the SDIO VID/PID.