Re: [RFC PATCH] mmc: zynq_sdhci: Dependable card detect

2023-06-06 Thread Stefan Herbrechtsmeier
, Sai Krishna Subject: Re: [RFC PATCH] mmc: zynq_sdhci: Dependable card detect Hi Ashok, Am 18.05.2023 um 08:20 schrieb Soma, Ashok Reddy: We haven't seen any instability issue so far on ZynqMP boards and no one reported any such issue till now. It isn't an instability issue. The high level

RE: [RFC PATCH] mmc: zynq_sdhci: Dependable card detect

2023-06-06 Thread Soma, Ashok Reddy
i, Sai > Krishna > Subject: Re: [RFC PATCH] mmc: zynq_sdhci: Dependable card detect > > Hi Ashok, > > Am 18.05.2023 um 08:20 schrieb Soma, Ashok Reddy: > > > We haven't seen any instability issue so far on ZynqMP boards and no one > reported any such issue til

Re: [RFC PATCH] mmc: zynq_sdhci: Dependable card detect

2023-05-22 Thread Stefan Herbrechtsmeier
On Behalf Of Stefan Herbrechtsmeier Sent: Tuesday, May 16, 2023 7:51 PM To: u-boot@lists.denx.de Cc: Stefan Herbrechtsmeier ; Jaehoon Chung ; Simek, Michal ; Peng Fan Subject: [RFC PATCH] mmc: zynq_sdhci: Dependable card detect CAUTION: This message has originated from an External Source. Ple

RE: [RFC PATCH] mmc: zynq_sdhci: Dependable card detect

2023-05-18 Thread Soma, Ashok Reddy
-Boot On Behalf Of Stefan > Herbrechtsmeier > Sent: Tuesday, May 16, 2023 7:51 PM > To: u-boot@lists.denx.de > Cc: Stefan Herbrechtsmeier ; > Jaehoon Chung ; Simek, Michal > ; Peng Fan > Subject: [RFC PATCH] mmc: zynq_sdhci: Dependable card detect > > CAUTION: This messa

[RFC PATCH] mmc: zynq_sdhci: Dependable card detect

2023-05-16 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier The card detect logic needs a short card present signal to work dependable. Without a present card the SDHCI_CARD_STATE_STABLE signal is not set dependable after a reset. Use the internal fixed card present signal to initiate the card detect logic. Signed-off-by: