public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Aswath Govindraju <a-govindraju@ti.com>
To: Peng Fan <peng.fan@nxp.com>
Cc: Jaehoon Chung <jh80.chung@samsung.com>, <u-boot@lists.denx.de>,
	Praneeth Bajjuri <praneeth@ti.com>,
	Lokesh Vutla <lokeshvutla@ti.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Faiz Abbas <faiz_abbas@ti.com>
Subject: Re: [PATCH] mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode
Date: Wed, 9 Jun 2021 20:56:34 +0530	[thread overview]
Message-ID: <4e298cce-03d4-ede4-dfe5-5abc8080fad2@ti.com> (raw)
In-Reply-To: <efa5107b-02c7-2079-d795-850da26024cd@ti.com>

Hi Peng,

On 10/05/21 7:18 pm, Aswath Govindraju wrote:
> Hi Peng,
> 
> On 07/04/21 3:52 am, Jaehoon Chung wrote:
>> On 4/5/21 11:44 PM, Aswath Govindraju wrote:
>>> From: Faiz Abbas <faiz_abbas@ti.com>
>>>
>>> Enable HS400 speed mode by writing to HOST_CONTROL2 register.
>>>
>>> Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
>>> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
>>
>> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
>>
> 
> Can you please pick this patch if there are no comments.
> 

May I know if this okay to be merged ?

Thanks,
Aswath

> Thanks,
> Aswath
> 
>> Best Regards,
>> Jaehoon Chung
>>
>>> ---
>>>  drivers/mmc/sdhci.c | 3 +++
>>>  1 file changed, 3 insertions(+)
>>>
>>> diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
>>> index d9ab6a0a839e..eea4701d8af5 100644
>>> --- a/drivers/mmc/sdhci.c
>>> +++ b/drivers/mmc/sdhci.c
>>> @@ -507,6 +507,9 @@ void sdhci_set_uhs_timing(struct sdhci_host *host)
>>>  	case MMC_HS_200:
>>>  		reg |= SDHCI_CTRL_UHS_SDR104;
>>>  		break;
>>> +	case MMC_HS_400:
>>> +		reg |= SDHCI_CTRL_HS400;
>>> +		break;
>>>  	default:
>>>  		reg |= SDHCI_CTRL_UHS_SDR12;
>>>  	}
>>>
>>
> 


  reply	other threads:[~2021-06-09 15:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20210405144459epcas1p3d6df22765afb126a2b2037c5364b0b2e@epcas1p3.samsung.com>
2021-04-05 14:44 ` [PATCH] mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode Aswath Govindraju
2021-04-05 22:18   ` Jaehoon Chung
2021-04-06  5:20     ` Aswath Govindraju
2021-04-06  8:26       ` Aswath Govindraju
2021-04-06  9:14         ` Jaehoon Chung
2021-04-06 22:22   ` Jaehoon Chung
2021-05-10 13:48     ` Aswath Govindraju
2021-06-09 15:26       ` Aswath Govindraju [this message]
2021-07-19  6:48         ` Aswath Govindraju
2021-07-19 22:15           ` Jaehoon Chung
2021-07-20  4:10             ` Lokesh Vutla
2021-07-20  5:21               ` Jaehoon Chung
2021-07-20  5:23                 ` Lokesh Vutla
2021-07-20  5:26                   ` Jaehoon Chung
2021-07-20 12:16               ` Tom Rini
2021-07-29  5:14   ` Lokesh Vutla

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=4e298cce-03d4-ede4-dfe5-5abc8080fad2@ti.com \
    --to=a-govindraju@ti.com \
    --cc=faiz_abbas@ti.com \
    --cc=jh80.chung@samsung.com \
    --cc=kishon@ti.com \
    --cc=lokeshvutla@ti.com \
    --cc=peng.fan@nxp.com \
    --cc=praneeth@ti.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.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