linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: sunxi: depend on RESET_CONTROLLER
@ 2014-05-23 18:50 Maxime Ripard
  2014-05-27 13:19 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2014-05-23 18:50 UTC (permalink / raw)
  To: linux-arm-kernel

The A31 R_PIO driver depends on the reset framework in a mandatory way. Express
this by adding a depends on the reset framework in Kconfig

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

diff --git a/drivers/pinctrl/sunxi/Kconfig b/drivers/pinctrl/sunxi/Kconfig
index da1e83035789..73e0a305ea13 100644
--- a/drivers/pinctrl/sunxi/Kconfig
+++ b/drivers/pinctrl/sunxi/Kconfig
@@ -26,6 +26,7 @@ config PINCTRL_SUN6I_A31
 
 config PINCTRL_SUN6I_A31_R
 	def_bool PINCTRL_SUNXI || MACH_SUN6I
+	depends on RESET_CONTROLLER
 	select PINCTRL_SUNXI_COMMON
 
 config PINCTRL_SUN7I_A20
-- 
1.9.3

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

* [PATCH] pinctrl: sunxi: depend on RESET_CONTROLLER
  2014-05-23 18:50 [PATCH] pinctrl: sunxi: depend on RESET_CONTROLLER Maxime Ripard
@ 2014-05-27 13:19 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2014-05-27 13:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 23, 2014 at 8:50 PM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:

> The A31 R_PIO driver depends on the reset framework in a mandatory way. Express
> this by adding a depends on the reset framework in Kconfig
>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> Reported-by: Arnd Bergmann <arnd@arndb.de>

Patch applied.

Yours,
Linus Walleij

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

end of thread, other threads:[~2014-05-27 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 18:50 [PATCH] pinctrl: sunxi: depend on RESET_CONTROLLER Maxime Ripard
2014-05-27 13:19 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).