All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: mtk-sd: fix typo
@ 2022-05-30 12:38 ` Fabien Parent
  0 siblings, 0 replies; 9+ messages in thread
From: Fabien Parent @ 2022-05-30 12:38 UTC (permalink / raw)
  To: Chaotian Jing, Ulf Hansson, Matthias Brugger
  Cc: Fabien Parent, linux-mmc, linux-arm-kernel, linux-mediatek, linux-kernel

Fix a typo: Fianl -> Final.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 drivers/mmc/host/mtk-sd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
index 195dc897188b..c7d196f805ec 100644
--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
 	else
 		val = readl(host->base + PAD_DS_TUNE);
 
-	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
+	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
 
 	return 0;
 
-- 
2.36.1


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

* [PATCH] mmc: mtk-sd: fix typo
@ 2022-05-30 12:38 ` Fabien Parent
  0 siblings, 0 replies; 9+ messages in thread
From: Fabien Parent @ 2022-05-30 12:38 UTC (permalink / raw)
  To: Chaotian Jing, Ulf Hansson, Matthias Brugger
  Cc: Fabien Parent, linux-mmc, linux-arm-kernel, linux-mediatek, linux-kernel

Fix a typo: Fianl -> Final.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 drivers/mmc/host/mtk-sd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
index 195dc897188b..c7d196f805ec 100644
--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
 	else
 		val = readl(host->base + PAD_DS_TUNE);
 
-	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
+	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
 
 	return 0;
 
-- 
2.36.1


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH] mmc: mtk-sd: fix typo
@ 2022-05-30 12:38 ` Fabien Parent
  0 siblings, 0 replies; 9+ messages in thread
From: Fabien Parent @ 2022-05-30 12:38 UTC (permalink / raw)
  To: Chaotian Jing, Ulf Hansson, Matthias Brugger
  Cc: Fabien Parent, linux-mmc, linux-arm-kernel, linux-mediatek, linux-kernel

Fix a typo: Fianl -> Final.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 drivers/mmc/host/mtk-sd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
index 195dc897188b..c7d196f805ec 100644
--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
 	else
 		val = readl(host->base + PAD_DS_TUNE);
 
-	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
+	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
 
 	return 0;
 
-- 
2.36.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] mmc: mtk-sd: fix typo
  2022-05-30 12:38 ` Fabien Parent
  (?)
@ 2022-05-30 16:02   ` Miles Chen
  -1 siblings, 0 replies; 9+ messages in thread
From: Miles Chen @ 2022-05-30 16:02 UTC (permalink / raw)
  To: fparent
  Cc: chaotian.jing, linux-arm-kernel, linux-kernel, linux-mediatek,
	linux-mmc, matthias.bgg, ulf.hansson

>Fix a typo: Fianl -> Final.
>
>Signed-off-by: Fabien Parent <fparent@baylibre.com>

Reviewed-by: Miles Chen <miles.chen@mediatek.com> 

>---
> drivers/mmc/host/mtk-sd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
>index 195dc897188b..c7d196f805ec 100644
>--- a/drivers/mmc/host/mtk-sd.c
>+++ b/drivers/mmc/host/mtk-sd.c
>@@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
> 	else
> 		val = readl(host->base + PAD_DS_TUNE);
> 
>-	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
>+	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
> 
> 	return 0;
> 
>-- 
>2.36.1



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

* Re: [PATCH] mmc: mtk-sd: fix typo
@ 2022-05-30 16:02   ` Miles Chen
  0 siblings, 0 replies; 9+ messages in thread
From: Miles Chen @ 2022-05-30 16:02 UTC (permalink / raw)
  To: fparent
  Cc: chaotian.jing, linux-arm-kernel, linux-kernel, linux-mediatek,
	linux-mmc, matthias.bgg, ulf.hansson

>Fix a typo: Fianl -> Final.
>
>Signed-off-by: Fabien Parent <fparent@baylibre.com>

Reviewed-by: Miles Chen <miles.chen@mediatek.com> 

>---
> drivers/mmc/host/mtk-sd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
>index 195dc897188b..c7d196f805ec 100644
>--- a/drivers/mmc/host/mtk-sd.c
>+++ b/drivers/mmc/host/mtk-sd.c
>@@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
> 	else
> 		val = readl(host->base + PAD_DS_TUNE);
> 
>-	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
>+	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
> 
> 	return 0;
> 
>-- 
>2.36.1



_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] mmc: mtk-sd: fix typo
@ 2022-05-30 16:02   ` Miles Chen
  0 siblings, 0 replies; 9+ messages in thread
From: Miles Chen @ 2022-05-30 16:02 UTC (permalink / raw)
  To: fparent
  Cc: chaotian.jing, linux-arm-kernel, linux-kernel, linux-mediatek,
	linux-mmc, matthias.bgg, ulf.hansson

>Fix a typo: Fianl -> Final.
>
>Signed-off-by: Fabien Parent <fparent@baylibre.com>

Reviewed-by: Miles Chen <miles.chen@mediatek.com> 

>---
> drivers/mmc/host/mtk-sd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
>index 195dc897188b..c7d196f805ec 100644
>--- a/drivers/mmc/host/mtk-sd.c
>+++ b/drivers/mmc/host/mtk-sd.c
>@@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
> 	else
> 		val = readl(host->base + PAD_DS_TUNE);
> 
>-	dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
>+	dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
> 
> 	return 0;
> 
>-- 
>2.36.1



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] mmc: mtk-sd: fix typo
  2022-05-30 12:38 ` Fabien Parent
  (?)
@ 2022-06-01 12:46   ` Ulf Hansson
  -1 siblings, 0 replies; 9+ messages in thread
From: Ulf Hansson @ 2022-06-01 12:46 UTC (permalink / raw)
  To: Fabien Parent
  Cc: Chaotian Jing, Matthias Brugger, linux-mmc, linux-arm-kernel,
	linux-mediatek, linux-kernel

On Mon, 30 May 2022 at 14:39, Fabien Parent <fparent@baylibre.com> wrote:
>
> Fix a typo: Fianl -> Final.
>
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Queued for v5.20 on the devel branch, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/mtk-sd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
> index 195dc897188b..c7d196f805ec 100644
> --- a/drivers/mmc/host/mtk-sd.c
> +++ b/drivers/mmc/host/mtk-sd.c
> @@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
>         else
>                 val = readl(host->base + PAD_DS_TUNE);
>
> -       dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
> +       dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
>
>         return 0;
>
> --
> 2.36.1
>

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

* Re: [PATCH] mmc: mtk-sd: fix typo
@ 2022-06-01 12:46   ` Ulf Hansson
  0 siblings, 0 replies; 9+ messages in thread
From: Ulf Hansson @ 2022-06-01 12:46 UTC (permalink / raw)
  To: Fabien Parent
  Cc: Chaotian Jing, Matthias Brugger, linux-mmc, linux-arm-kernel,
	linux-mediatek, linux-kernel

On Mon, 30 May 2022 at 14:39, Fabien Parent <fparent@baylibre.com> wrote:
>
> Fix a typo: Fianl -> Final.
>
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Queued for v5.20 on the devel branch, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/mtk-sd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
> index 195dc897188b..c7d196f805ec 100644
> --- a/drivers/mmc/host/mtk-sd.c
> +++ b/drivers/mmc/host/mtk-sd.c
> @@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
>         else
>                 val = readl(host->base + PAD_DS_TUNE);
>
> -       dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
> +       dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
>
>         return 0;
>
> --
> 2.36.1
>

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] mmc: mtk-sd: fix typo
@ 2022-06-01 12:46   ` Ulf Hansson
  0 siblings, 0 replies; 9+ messages in thread
From: Ulf Hansson @ 2022-06-01 12:46 UTC (permalink / raw)
  To: Fabien Parent
  Cc: Chaotian Jing, Matthias Brugger, linux-mmc, linux-arm-kernel,
	linux-mediatek, linux-kernel

On Mon, 30 May 2022 at 14:39, Fabien Parent <fparent@baylibre.com> wrote:
>
> Fix a typo: Fianl -> Final.
>
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Queued for v5.20 on the devel branch, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/mtk-sd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
> index 195dc897188b..c7d196f805ec 100644
> --- a/drivers/mmc/host/mtk-sd.c
> +++ b/drivers/mmc/host/mtk-sd.c
> @@ -2318,7 +2318,7 @@ static int msdc_execute_hs400_tuning(struct mmc_host *mmc, struct mmc_card *card
>         else
>                 val = readl(host->base + PAD_DS_TUNE);
>
> -       dev_info(host->dev, "Fianl PAD_DS_TUNE: 0x%x\n", val);
> +       dev_info(host->dev, "Final PAD_DS_TUNE: 0x%x\n", val);
>
>         return 0;
>
> --
> 2.36.1
>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-06-01 12:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-30 12:38 [PATCH] mmc: mtk-sd: fix typo Fabien Parent
2022-05-30 12:38 ` Fabien Parent
2022-05-30 12:38 ` Fabien Parent
2022-05-30 16:02 ` Miles Chen
2022-05-30 16:02   ` Miles Chen
2022-05-30 16:02   ` Miles Chen
2022-06-01 12:46 ` Ulf Hansson
2022-06-01 12:46   ` Ulf Hansson
2022-06-01 12:46   ` Ulf Hansson

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.