All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig
@ 2019-09-11  8:44 Michal Simek
  2019-10-08  7:42 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-09-11  8:44 UTC (permalink / raw)
  To: u-boot

From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>

This patch moves CONFIG_ZYNQ_HISPD_BROKEN to Kconfig

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

That config_whitelist.txt change doesn't need to be the part of commit but
DP has done that and it should be ok to keep it there.
---
 drivers/mmc/Kconfig          | 6 ++++++
 scripts/config_whitelist.txt | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 8fb2bfa44419..41f62d75d664 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -635,6 +635,12 @@ config ZYNQ_SDHCI_MIN_FREQ
 	help
 	  Set the minimum frequency of the controller.
 
+config ZYNQ_HISPD_BROKEN
+	bool "High speed broken for Zynq SDHCI controller"
+	depends on MMC_SDHCI_ZYNQ
+	help
+	  Set if high speed mode is broken.
+
 config MMC_SUNXI
 	bool "Allwinner sunxi SD/MMC Host Controller support"
 	depends on ARCH_SUNXI && !UART0_PORT_F
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index b18eab1707ac..5f07a14139b5 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -4377,5 +4377,4 @@ CONFIG_YAFFS_WINCE
 CONFIG_YELLOW_LED
 CONFIG_ZLT
 CONFIG_ZM7300
-CONFIG_ZYNQ_HISPD_BROKEN
 CONFIG_eTSEC_MDIO_BUS
-- 
2.17.1

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

* [U-Boot] [PATCH] mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig
  2019-09-11  8:44 [U-Boot] [PATCH] mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig Michal Simek
@ 2019-10-08  7:42 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-10-08  7:42 UTC (permalink / raw)
  To: u-boot

st 11. 9. 2019 v 10:44 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
>
> This patch moves CONFIG_ZYNQ_HISPD_BROKEN to Kconfig
>
> Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> That config_whitelist.txt change doesn't need to be the part of commit but
> DP has done that and it should be ok to keep it there.
> ---
>  drivers/mmc/Kconfig          | 6 ++++++
>  scripts/config_whitelist.txt | 1 -
>  2 files changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
> index 8fb2bfa44419..41f62d75d664 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -635,6 +635,12 @@ config ZYNQ_SDHCI_MIN_FREQ
>         help
>           Set the minimum frequency of the controller.
>
> +config ZYNQ_HISPD_BROKEN
> +       bool "High speed broken for Zynq SDHCI controller"
> +       depends on MMC_SDHCI_ZYNQ
> +       help
> +         Set if high speed mode is broken.
> +
>  config MMC_SUNXI
>         bool "Allwinner sunxi SD/MMC Host Controller support"
>         depends on ARCH_SUNXI && !UART0_PORT_F
> diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
> index b18eab1707ac..5f07a14139b5 100644
> --- a/scripts/config_whitelist.txt
> +++ b/scripts/config_whitelist.txt
> @@ -4377,5 +4377,4 @@ CONFIG_YAFFS_WINCE
>  CONFIG_YELLOW_LED
>  CONFIG_ZLT
>  CONFIG_ZM7300
> -CONFIG_ZYNQ_HISPD_BROKEN
>  CONFIG_eTSEC_MDIO_BUS
> --
> 2.17.1
>

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

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

end of thread, other threads:[~2019-10-08  7:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-11  8:44 [U-Boot] [PATCH] mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig Michal Simek
2019-10-08  7:42 ` Michal Simek

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.