All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1] mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops
@ 2018-12-14 10:02 Yinbo Zhu
  2019-01-18 18:31 ` [U-Boot] [U-Boot, " York Sun
  0 siblings, 1 reply; 3+ messages in thread
From: Yinbo Zhu @ 2018-12-14 10:02 UTC (permalink / raw)
  To: u-boot

This patch is to make get_cd work well when DM_MMC enabled

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 drivers/mmc/fsl_esdhc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c
index 4528345..bbde8cf 100644
--- a/drivers/mmc/fsl_esdhc.c
+++ b/drivers/mmc/fsl_esdhc.c
@@ -1487,7 +1487,6 @@ static int fsl_esdhc_get_cd(struct udevice *dev)
 {
 	struct fsl_esdhc_priv *priv = dev_get_priv(dev);
 
-	return true;
 	return esdhc_getcd_common(priv);
 }
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [U-Boot, v1] mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops
  2018-12-14 10:02 [U-Boot] [PATCH v1] mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops Yinbo Zhu
@ 2019-01-18 18:31 ` York Sun
  0 siblings, 0 replies; 3+ messages in thread
From: York Sun @ 2019-01-18 18:31 UTC (permalink / raw)
  To: u-boot

On 12/14/18 2:02 AM, Yinbo Zhu wrote:
> This patch is to make get_cd work well when DM_MMC enabled
> 
> Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
> ---

Applied to fsl-qoriq master, awaiting upstream.
Thanks.

York

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v1] mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops
@ 2019-01-24  3:10 Yinbo Zhu
  0 siblings, 0 replies; 3+ messages in thread
From: Yinbo Zhu @ 2019-01-24  3:10 UTC (permalink / raw)
  To: u-boot

From: Yinbo Zhu <yinbo.zhu@nxp.com>

This patch is to make get_cd work well when DM_MMC enabled

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
---
 drivers/mmc/fsl_esdhc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c
index 5437910..4ec49bc 100644
--- a/drivers/mmc/fsl_esdhc.c
+++ b/drivers/mmc/fsl_esdhc.c
@@ -1521,7 +1521,6 @@ static int fsl_esdhc_get_cd(struct udevice *dev)
 {
 	struct fsl_esdhc_priv *priv = dev_get_priv(dev);
 
-	return true;
 	return esdhc_getcd_common(priv);
 }
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-01-24  3:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 10:02 [U-Boot] [PATCH v1] mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops Yinbo Zhu
2019-01-18 18:31 ` [U-Boot] [U-Boot, " York Sun
2019-01-24  3:10 [U-Boot] [PATCH " Yinbo Zhu

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.