public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
From: "Cathy Xu (许华婷)" <ot_cathy.xu@mediatek.com>
To: "ulf.hansson@linaro.org" <ulf.hansson@linaro.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Chaotian Jing (井朝天)" <Chaotian.Jing@mediatek.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	"Andy-ld Lu (卢东)" <Andy-ld.Lu@mediatek.com>,
	"Wenbin Mei (梅文彬)" <Wenbin.Mei@mediatek.com>,
	"Yong Mao (毛勇)" <yong.mao@mediatek.com>,
	"Mengqi Zhang (张梦琦)" <Mengqi.Zhang@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] mmc: mtk-sd: disable new_tx/rx and modify related settings for mt8189
Date: Mon, 9 Mar 2026 07:32:45 +0000	[thread overview]
Message-ID: <fd2a7dc76462ef63fcf0a0eaa0213179864838da.camel@mediatek.com> (raw)
In-Reply-To: <33719d8d-af95-49ae-bc5e-247784529d12@collabora.com>

On Thu, 2026-02-05 at 12:47 +0100, AngeloGioacchino Del Regno wrote:
> Il 04/02/26 03:06, Cathy Xu ha scritto:
> > Disable new_tx/rx and modify related settings helps avoid data
> > transmission instability, and better compatibility for mt8189.
> > 
> > Signed-off-by: Cathy Xu <ot_cathy.xu@mediatek.com>
> 
> Needs a fixes tag. Please add the relevant one and resend.
> 
> Thanks,
> Angelo

  Thank you for your review, I will add it in next.

  Thanks,
  Cathy

> 
> > ---
> >   drivers/mmc/host/mtk-sd.c | 10 +++++-----
> >   1 file changed, 5 insertions(+), 5 deletions(-)
> > 
> > diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
> > index 302ac8529c4f..b2680cc054bd 100644
> > --- a/drivers/mmc/host/mtk-sd.c
> > +++ b/drivers/mmc/host/mtk-sd.c
> > @@ -682,15 +682,15 @@ static const struct mtk_mmc_compatible
> > mt8189_compat = {
> >   	.needs_top_base = true,
> >   	.pad_tune_reg = MSDC_PAD_TUNE0,
> >   	.async_fifo = true,
> > -	.data_tune = true,
> > +	.data_tune = false,
> >   	.busy_check = true,
> >   	.stop_clk_fix = true,
> > -	.stop_dly_sel = 1,
> > -	.pop_en_cnt = 2,
> > +	.stop_dly_sel = 3,
> > +	.pop_en_cnt = 8,
> >   	.enhance_rx = true,
> >   	.support_64g = true,
> > -	.support_new_tx = true,
> > -	.support_new_rx = true,
> > +	.support_new_tx = false,
> > +	.support_new_rx = false,
> >   	.support_spm_res_release = true,
> >   };
> >   
> 
> 

  reply	other threads:[~2026-03-09  7:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-04  2:06 [PATCH] mmc: mtk-sd: disable new_tx/rx and modify related settings for mt8189 Cathy Xu
2026-02-04 14:35 ` Ulf Hansson
2026-03-09  7:31   ` Cathy Xu (许华婷)
2026-02-05 11:47 ` AngeloGioacchino Del Regno
2026-03-09  7:32   ` Cathy Xu (许华婷) [this message]
2026-02-20 17:23 ` Louis-Alexis Eyraud

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fd2a7dc76462ef63fcf0a0eaa0213179864838da.camel@mediatek.com \
    --to=ot_cathy.xu@mediatek.com \
    --cc=Andy-ld.Lu@mediatek.com \
    --cc=Chaotian.Jing@mediatek.com \
    --cc=Mengqi.Zhang@mediatek.com \
    --cc=Wenbin.Mei@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=ulf.hansson@linaro.org \
    --cc=yong.mao@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox