Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH RESEND V2 0/2] Adjust some error messages for SD UHS-II initialization process
@ 2025-05-23 11:01 Victor Shih
  2025-05-23 11:01 ` [PATCH RESEND V2 1/2] mmc: core: Adjust some error messages for SD UHS-II cards Victor Shih
  2025-05-23 11:01 ` [PATCH RESEND V2 2/2] mmc: sdhci-uhs2: Adjust some error messages and register dump for SD UHS-II card Victor Shih
  0 siblings, 2 replies; 6+ messages in thread
From: Victor Shih @ 2025-05-23 11:01 UTC (permalink / raw)
  To: ulf.hansson, adrian.hunter
  Cc: linux-mmc, linux-kernel, benchuanggli, HL.Liu, Greg.tu,
	Ben.Chuang, Victor Shih

From: Victor Shih <victor.shih@genesyslogic.com.tw>

Summary
=======
It is normal that errors will occur when using non-UHS-II card to enter
the UHS-II card initialization process. We should not be producing error
messages and register dumps. Therefore, switch the error messages to debug
mode and register dumps to dynamic debug mode.

Patch structure
===============
patch#1: for core
patch#2: for sdhci

Changes in v2 (May. 23, 2025)
* Rebase on latest mmc/next.
* Patch#1: Drop the use of DBG macro and use pr_debug() instead.
* Patch#2: Drop the use of DBG macro in some function
           and use pr_debug() instead.

----------------- original cover letter from v1 -----------------
Summary
=======
It is normal that errors will occur when using non-UHS-II card to enter
the UHS-II card initialization process. We should not be producing error
messages and register dumps. Therefore, switch the error messages to debug
mode and register dumps to dynamic debug mode.

Patch structure
===============
patch#1: for core
patch#2: for sdhci

Changes in v1 (May. 16, 2025)
* Rebase on latest mmc/next.
* Patch#1: Adjust some error messages for SD UHS-II cards.
* Patch#2: Adjust some error messages and register dump for SD UHS-II card

Victor Shih (2):
  mmc: core: Adjust some error messages for SD UHS-II cards
  mmc: sdhci-uhs2: Adjust some error messages and register dump for SD
    UHS-II card

 drivers/mmc/core/sd_uhs2.c    |  4 ++--
 drivers/mmc/host/sdhci-uhs2.c | 20 ++++++++++----------
 drivers/mmc/host/sdhci.h      | 16 ++++++++++++++++
 3 files changed, 28 insertions(+), 12 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-06-06 10:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-23 11:01 [PATCH RESEND V2 0/2] Adjust some error messages for SD UHS-II initialization process Victor Shih
2025-05-23 11:01 ` [PATCH RESEND V2 1/2] mmc: core: Adjust some error messages for SD UHS-II cards Victor Shih
2025-05-28 11:58   ` Adrian Hunter
2025-05-23 11:01 ` [PATCH RESEND V2 2/2] mmc: sdhci-uhs2: Adjust some error messages and register dump for SD UHS-II card Victor Shih
2025-05-28 12:09   ` Adrian Hunter
2025-06-06 10:32     ` Victor Shih

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox