All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] phy: sun4i: depend on RESET_CONTROLLER
@ 2014-05-23 18:51 ` Maxime Ripard
  0 siblings, 0 replies; 12+ messages in thread
From: Maxime Ripard @ 2014-05-23 18:51 UTC (permalink / raw)
  To: linux-arm-kernel

The driver depend on the reset framework in a mandatory way. Make sure
reset_control_get is defined by adding this dependency in Kconfig

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reported-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/phy/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 16a2f067c242..1d8099a56a91 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -112,6 +112,7 @@ config PHY_EXYNOS5250_SATA
 config PHY_SUN4I_USB
 	tristate "Allwinner sunxi SoC USB PHY driver"
 	depends on ARCH_SUNXI && HAS_IOMEM && OF
+	depends on RESET_CONTROLLER
 	select GENERIC_PHY
 	help
 	  Enable this to support the transceiver that is part of Allwinner
-- 
1.9.3

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

end of thread, other threads:[~2014-06-29 14:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 18:51 [PATCH] phy: sun4i: depend on RESET_CONTROLLER Maxime Ripard
2014-05-23 18:51 ` Maxime Ripard
2014-05-24 10:15 ` Hans de Goede
2014-05-24 10:15   ` Hans de Goede
2014-06-11  9:10 ` Maxime Ripard
2014-06-11  9:10   ` Maxime Ripard
2014-06-11  9:44   ` Kishon Vijay Abraham I
2014-06-11  9:44     ` Kishon Vijay Abraham I
2014-06-11  9:46     ` Maxime Ripard
2014-06-11  9:46       ` Maxime Ripard
2014-06-29 14:00     ` Maxime Ripard
2014-06-29 14:00       ` Maxime Ripard

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.