All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mmc: sunxi: revive depends on UART0_PORT_F
@ 2017-01-12  3:16 Masahiro Yamada
  2017-01-12 16:50 ` Maxime Ripard
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2017-01-12  3:16 UTC (permalink / raw)
  To: u-boot

Commit f401e907fcbc ("ARM: sunxi: remove bare default for
CONFIG_MMC") dropped "depends on UART0_PORT_F", but it is still
needed.  Revive it as a prerequisite of CONFIG_MMC_SUNXI.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/mmc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 0aef132..9ed8da3 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -299,7 +299,7 @@ config MMC_SDHCI_TEGRA
 
 config MMC_SUNXI
 	bool "Allwinner sunxi SD/MMC Host Controller support"
-	depends on ARCH_SUNXI
+	depends on ARCH_SUNXI && !UART0_PORT_F
 	default y
 	help
 	  This selects support for the SD/MMC Host Controller on
-- 
2.7.4

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

* [U-Boot] [PATCH] mmc: sunxi: revive depends on UART0_PORT_F
  2017-01-12  3:16 [U-Boot] [PATCH] mmc: sunxi: revive depends on UART0_PORT_F Masahiro Yamada
@ 2017-01-12 16:50 ` Maxime Ripard
  2017-01-13  3:19   ` Jaehoon Chung
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Ripard @ 2017-01-12 16:50 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 12, 2017 at 12:16:15PM +0900, Masahiro Yamada wrote:
> Commit f401e907fcbc ("ARM: sunxi: remove bare default for
> CONFIG_MMC") dropped "depends on UART0_PORT_F", but it is still
> needed.  Revive it as a prerequisite of CONFIG_MMC_SUNXI.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170112/392a5ade/attachment.sig>

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

* [U-Boot] [PATCH] mmc: sunxi: revive depends on UART0_PORT_F
  2017-01-12 16:50 ` Maxime Ripard
@ 2017-01-13  3:19   ` Jaehoon Chung
  0 siblings, 0 replies; 3+ messages in thread
From: Jaehoon Chung @ 2017-01-13  3:19 UTC (permalink / raw)
  To: u-boot

On 01/13/2017 01:50 AM, Maxime Ripard wrote:
> On Thu, Jan 12, 2017 at 12:16:15PM +0900, Masahiro Yamada wrote:
>> Commit f401e907fcbc ("ARM: sunxi: remove bare default for
>> CONFIG_MMC") dropped "depends on UART0_PORT_F", but it is still
>> needed.  Revive it as a prerequisite of CONFIG_MMC_SUNXI.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> 
> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Thanks! Applied on u-boot-mmc!

Best Regards,
Jaehoon Chung

> 
> Thanks!
> Maxime
> 

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

end of thread, other threads:[~2017-01-13  3:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12  3:16 [U-Boot] [PATCH] mmc: sunxi: revive depends on UART0_PORT_F Masahiro Yamada
2017-01-12 16:50 ` Maxime Ripard
2017-01-13  3:19   ` Jaehoon Chung

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.