steel products

2022-02-16 Thread Julie
Dear Sir/Madam we are one of the largest cotton yarn manufacturer in China. Making sure the products with good quality and competitive price. Hope to cooperation with you .Thanks for taking your time. Julie whatsapp:+8613361463501 Thanks and best regards! ___

Re: [PATCH 0/2] staging: wfx: apply SDIO suggestions

2022-02-16 Thread Ulf Hansson
On Wed, 16 Feb 2022 at 10:31, Jerome Pouiller wrote: > > From: Jérôme Pouiller > > Hi Ulf, Greg, > > The second patch of this series touch to the staging tree and to the MMC > framework. I don't know what is the rule for these cases, but I think it > makes more sense to carry this patch with the

Re: [PATCH 2/2] staging: wfx: apply the necessary SDIO quirks for the Silabs WF200

2022-02-16 Thread Pali Rohár
On Wednesday 16 February 2022 10:31:12 Jerome Pouiller wrote: > From: Jérôme Pouiller > > Until now, the SDIO quirks are applied directly from the driver. > However, it is better to apply the quirks before driver probing. So, > this patch relocate the quirks in the MMC framework. > > Note that t

Re: [PATCH 1/2] staging: wfx: WF200 has no official SDIO IDs

2022-02-16 Thread Pali Rohár
On Wednesday 16 February 2022 10:31:11 Jerome Pouiller wrote: > From: Jérôme Pouiller > > Some may think that SDIO_VENDOR_ID_SILABS / SDIO_DEVICE_ID_SILABS_WF200 > are official SDIO IDs. However, it is not the case, the values used by > WF200 are not official (BTW, the driver rely on the DT rathe

[PATCH 2/2] staging: wfx: apply the necessary SDIO quirks for the Silabs WF200

2022-02-16 Thread Jerome Pouiller
From: Jérôme Pouiller Until now, the SDIO quirks are applied directly from the driver. However, it is better to apply the quirks before driver probing. So, this patch relocate the quirks in the MMC framework. Note that the WF200 has no valid SDIO VID/PID. Therefore, we match DT rather than on th

[PATCH 1/2] staging: wfx: WF200 has no official SDIO IDs

2022-02-16 Thread Jerome Pouiller
From: Jérôme Pouiller Some may think that SDIO_VENDOR_ID_SILABS / SDIO_DEVICE_ID_SILABS_WF200 are official SDIO IDs. However, it is not the case, the values used by WF200 are not official (BTW, the driver rely on the DT rather than on the SDIO IDs to probe the device). To avoid any confusion, re

[PATCH 0/2] staging: wfx: apply SDIO suggestions

2022-02-16 Thread Jerome Pouiller
From: Jérôme Pouiller Hi Ulf, Greg, The second patch of this series touch to the staging tree and to the MMC framework. I don't know what is the rule for these cases, but I think it makes more sense to carry this patch with the staging tree. Jérôme Pouiller (2): staging: wfx: WF200 has no of