[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230815014057.13589-1-wenchao.chen@unisoc.com>
Date: Tue, 15 Aug 2023 09:40:55 +0800
From: Wenchao Chen <wenchao.chen@...soc.com>
To: <ulf.hansson@...aro.org>, <adrian.hunter@...el.com>
CC: <linux-mmc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<wenchao.chen666@...il.com>, <zhenxiong.lai@...soc.com>,
<chunyan.zhang@...soc.com>, <yuelin.tang@...soc.com>,
Wenchao Chen <wenchao.chen@...soc.com>
Subject: [PATCH V2 0/2] mmc: sdhci-sprd: Add SD HS mode online tuning
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
Powered by blists - more mailing lists