All of lore.kernel.org
 help / color / mirror / Atom feed
From: Faiz Abbas <faiz_abbas@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH 01/10] mmc: Add a saved_clock member
Date: Thu, 23 Jan 2020 20:54:26 +0530	[thread overview]
Message-ID: <20200123152435.6793-2-faiz_abbas@ti.com> (raw)
In-Reply-To: <20200123152435.6793-1-faiz_abbas@ti.com>

Add a saved_clock member to struct mmc to store the previous clock speed
in the clock needs to be stopped for some time.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
---
 include/mmc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/mmc.h b/include/mmc.h
index b5cb514f57..2f21dbf1b7 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -602,6 +602,7 @@ struct mmc {
 	bool clk_disable; /* true if the clock can be turned off */
 	uint bus_width;
 	uint clock;
+	uint saved_clock;
 	enum mmc_voltage signal_voltage;
 	uint card_caps;
 	uint host_caps;
-- 
2.19.2

  reply	other threads:[~2020-01-23 15:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-23 15:24 [PATCH 00/10] Add Support for eMMC boot in AM65x and J721e Faiz Abbas
2020-01-23 15:24 ` Faiz Abbas [this message]
2020-01-23 15:24 ` [PATCH 02/10] arm: K3: sysfw-loader: Add a config_pm_pre_callback() Faiz Abbas
2020-01-23 15:24 ` [PATCH 03/10] configs: am65x_evm: Add CONFIG_SUPPORT_EMMC_BOOT Faiz Abbas
2020-01-23 15:24 ` [PATCH 04/10] spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation Faiz Abbas
2020-01-23 15:24 ` [PATCH 05/10] mmc: Merge SD_LEGACY and MMC_LEGACY bus modes Faiz Abbas
2020-01-23 15:24 ` [PATCH 06/10] mmc: sdhci_am654: Update output tap delay writes Faiz Abbas
2020-01-23 15:24 ` [PATCH 07/10] configs: j721e_evm: Add Support for eMMC boot Faiz Abbas
2020-01-23 15:24 ` [PATCH 08/10] mmc: Add init() API Faiz Abbas
2020-01-23 15:24 ` [PATCH 09/10] mmc: sdhci: Expose sdhci_init() as non-static Faiz Abbas
2020-01-23 15:24 ` [PATCH 10/10] mmc: am654_sdhci: Implement workaround for card detect Faiz Abbas
2020-01-24  3:37 ` [PATCH 00/10] Add Support for eMMC boot in AM65x and J721e Lokesh Vutla
2020-01-24  4:26   ` Lokesh Vutla
2020-01-24  6:17   ` Faiz Abbas

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=20200123152435.6793-2-faiz_abbas@ti.com \
    --to=faiz_abbas@ti.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.