All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoC
@ 2017-03-02 17:46 Peter Robinson
  2017-03-02 17:57 ` Tony Lindgren
  2017-03-14 15:05 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Robinson @ 2017-03-02 17:46 UTC (permalink / raw)
  To: Linus Walleij, Nishanth Menon, Tony Lindgren, linux-gpio; +Cc: Peter Robinson

As the IODelay driver is a hardware feature of the  DRA7xxx SoC
depend on that SoC and compile test.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 drivers/pinctrl/ti/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/ti/Kconfig b/drivers/pinctrl/ti/Kconfig
index 815a886..5420770 100644
--- a/drivers/pinctrl/ti/Kconfig
+++ b/drivers/pinctrl/ti/Kconfig
@@ -1,6 +1,6 @@
 config PINCTRL_TI_IODELAY
 	tristate "TI IODelay Module pinconf driver"
-	depends on OF
+	depends on OF && (SOC_DRA7XX || COMPILE_TEST)
 	select GENERIC_PINCTRL_GROUPS
 	select GENERIC_PINMUX_FUNCTIONS
 	select GENERIC_PINCONF
-- 
2.9.3


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

* Re: [PATCH] pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoC
  2017-03-02 17:46 [PATCH] pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoC Peter Robinson
@ 2017-03-02 17:57 ` Tony Lindgren
  2017-03-14 15:05 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2017-03-02 17:57 UTC (permalink / raw)
  To: Peter Robinson; +Cc: Linus Walleij, Nishanth Menon, linux-gpio

* Peter Robinson <pbrobinson@gmail.com> [170302 09:48]:
> As the IODelay driver is a hardware feature of the  DRA7xxx SoC
> depend on that SoC and compile test.

Acked-by: Tony Lindgren <tony@atomide.com>

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

* Re: [PATCH] pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoC
  2017-03-02 17:46 [PATCH] pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoC Peter Robinson
  2017-03-02 17:57 ` Tony Lindgren
@ 2017-03-14 15:05 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2017-03-14 15:05 UTC (permalink / raw)
  To: Peter Robinson; +Cc: Nishanth Menon, Tony Lindgren, linux-gpio

On Thu, Mar 2, 2017 at 6:46 PM, Peter Robinson <pbrobinson@gmail.com> wrote:

> As the IODelay driver is a hardware feature of the  DRA7xxx SoC
> depend on that SoC and compile test.
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>

Patch applied for fixes with Tony's ACK.

Yours,
Linus Walleij

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

end of thread, other threads:[~2017-03-14 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02 17:46 [PATCH] pinctrl: ti: The IODelay driver is a DRA7xxx feature so depend on that SoC Peter Robinson
2017-03-02 17:57 ` Tony Lindgren
2017-03-14 15:05 ` Linus Walleij

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.