All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4.14] mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS
@ 2019-01-25 15:11 Georgi Djakov
  2019-01-26 18:09 ` Sasha Levin
  0 siblings, 1 reply; 2+ messages in thread
From: Georgi Djakov @ 2019-01-25 15:11 UTC (permalink / raw)
  To: stable; +Cc: loic.poulain, koen.vandeputte, Vijay Viswanath, Georgi Djakov

From: Vijay Viswanath <vviswana@codeaurora.org>

commit 99d570da309813f67e9c741edeff55bafc6c1d5e upstream.

Enable CONFIG_MMC_SDHCI_IO_ACCESSORS so that SDHC controller specific
register read and write APIs, if registered, can be used.

Signed-off-by: Vijay Viswanath <vviswana@codeaurora.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
Cc: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---

We got a report [1] that a specific platform (ipq806x) fails to build,
after the following commit in the v4.14 stable kernel:
4abb6960f61c ("mmc: sdhci-msm: Disable CDR function on TX")

Let's pick this patch into v4.14.y to automagically select this Kconfig
dependency for platforms which have enabled the driver, but not the
accessors in their kernel config.

[1] https://www.spinics.net/lists/linux-mmc/msg52983.html

 drivers/mmc/host/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 8c15637178ff..9ed786935a30 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -429,6 +429,7 @@ config MMC_SDHCI_MSM
 	tristate "Qualcomm SDHCI Controller Support"
 	depends on ARCH_QCOM || (ARM && COMPILE_TEST)
 	depends on MMC_SDHCI_PLTFM
+	select MMC_SDHCI_IO_ACCESSORS
 	help
 	  This selects the Secure Digital Host Controller Interface (SDHCI)
 	  support present in Qualcomm SOCs. The controller supports

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

* Re: [PATCH v4.14] mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS
  2019-01-25 15:11 [PATCH v4.14] mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS Georgi Djakov
@ 2019-01-26 18:09 ` Sasha Levin
  0 siblings, 0 replies; 2+ messages in thread
From: Sasha Levin @ 2019-01-26 18:09 UTC (permalink / raw)
  To: Georgi Djakov; +Cc: stable, loic.poulain, koen.vandeputte, Vijay Viswanath

On Fri, Jan 25, 2019 at 05:11:41PM +0200, Georgi Djakov wrote:
>From: Vijay Viswanath <vviswana@codeaurora.org>
>
>commit 99d570da309813f67e9c741edeff55bafc6c1d5e upstream.
>
>Enable CONFIG_MMC_SDHCI_IO_ACCESSORS so that SDHC controller specific
>register read and write APIs, if registered, can be used.
>
>Signed-off-by: Vijay Viswanath <vviswana@codeaurora.org>
>Acked-by: Adrian Hunter <adrian.hunter@intel.com>
>Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
>Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
>Cc: Loic Poulain <loic.poulain@linaro.org>
>Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>

Queued, thank you.

--
Thanks,
Sasha

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

end of thread, other threads:[~2019-01-26 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-25 15:11 [PATCH v4.14] mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS Georgi Djakov
2019-01-26 18:09 ` Sasha Levin

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.