mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH master 2/3] mci: core: remove HS200 from mci_timing_is_ddr
Date: Mon, 13 May 2024 11:58:46 +0200	[thread overview]
Message-ID: <20240513095847.2420044-2-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20240513095847.2420044-1-a.fatoum@pengutronix.de>

HS200 is a single date rate speed mode. HS400 is the DDR variant, so
drop the former from the mci_timing_is_ddr list.

No functional change expected as the only driver that currently
supported HS200 doesn't call this function anyway.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 include/mci.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/mci.h b/include/mci.h
index 3612c50b1398..b87301f97d47 100644
--- a/include/mci.h
+++ b/include/mci.h
@@ -446,7 +446,6 @@ static inline bool mci_timing_is_ddr(enum mci_timing timing)
 {
 	switch (timing) {
 	case MMC_TIMING_UHS_DDR50:
-	case MMC_TIMING_MMC_HS200:
 	case MMC_TIMING_MMC_DDR52:
 	case MMC_TIMING_MMC_HS400:
 		return true;
-- 
2.39.2




  reply	other threads:[~2024-05-13  9:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13  9:58 [PATCH master 1/3] mci: core: reset number of parttions on card probe failure Ahmad Fatoum
2024-05-13  9:58 ` Ahmad Fatoum [this message]
2024-05-13  9:58 ` [PATCH master 3/3] ARM64: reloc: fix relocation error for big fat bareboxes Ahmad Fatoum
2024-05-15  5:54 ` [PATCH master 1/3] mci: core: reset number of parttions on card probe failure Sascha Hauer

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=20240513095847.2420044-2-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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