public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] mmc: sdhci-sprd: Add SD HS mode online tuning
@ 2023-08-15  1:40 Wenchao Chen
  2023-08-15  1:40 ` [PATCH V2 1/2] mmc: core: Add host specific tuning support for SD HS mode Wenchao Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Wenchao Chen @ 2023-08-15  1:40 UTC (permalink / raw)
  To: ulf.hansson, adrian.hunter
  Cc: linux-mmc, linux-kernel, wenchao.chen666, zhenxiong.lai,
	chunyan.zhang, yuelin.tang, Wenchao Chen

Change in v2:
- add mmc_sd_switch() and mmc_send_status() to the header file
- split up core changes from host driver changes
- Use pr_debug instead of dev_info and dev_dbg
- Optimize the best sampled value algorithm

Wenchao Chen (2):
  mmc: core: Add host specific tuning support for SD HS mode
  mmc: sdhci-sprd: Add SD HS mode online tuning

 drivers/mmc/core/sd.c         |  12 +++
 drivers/mmc/core/sd_ops.c     |   1 +
 drivers/mmc/host/sdhci-sprd.c | 152 ++++++++++++++++++++++++++++++++++
 include/linux/mmc/host.h      |   8 ++
 4 files changed, 173 insertions(+)

-- 
2.17.1


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

end of thread, other threads:[~2023-08-24 10:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15  1:40 [PATCH V2 0/2] mmc: sdhci-sprd: Add SD HS mode online tuning Wenchao Chen
2023-08-15  1:40 ` [PATCH V2 1/2] mmc: core: Add host specific tuning support for SD HS mode Wenchao Chen
2023-08-24 10:11   ` Ulf Hansson
2023-08-15  1:40 ` [PATCH V2 2/2] mmc: sdhci-sprd: Add SD HS mode online tuning Wenchao Chen
2023-08-24  9:59   ` Ulf Hansson
2023-08-15  6:20 ` [PATCH V2 0/2] " Adrian Hunter
2023-08-15 10:29   ` Wenchao Chen
2023-08-15 10:37     ` Adrian Hunter
2023-08-15 10:55       ` Wenchao Chen
2023-08-15 11:19         ` Adrian Hunter
2023-08-16  2:33           ` Wenchao Chen

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