All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] phy: restore OMAP_CONTROL_PHY dependencies
@ 2014-04-08  8:20 Jean Delvare
  2014-04-08  8:27 ` Roger Quadros
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2014-04-08  8:20 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: LKML, Roger Quadros, Felipe Balbi

When OMAP_CONTROL_USB was renamed to OMAP_CONTROL_PHY (commit
14da699b), its dependencies were lost in the process. Nothing in the
commit message indicates that this removal was intentional, so I think
it was by accident and the dependencies should be restored.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Roger Quadros <rogerq@ti.com>
Cc: Felipe Balbi <balbi@ti.com>
---
 drivers/phy/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- linux-3.15-rc0.orig/drivers/phy/Kconfig	2014-04-07 10:23:06.031199592 +0200
+++ linux-3.15-rc0/drivers/phy/Kconfig	2014-04-08 10:12:16.448317340 +0200
@@ -33,6 +33,7 @@ config PHY_MVEBU_SATA
 
 config OMAP_CONTROL_PHY
 	tristate "OMAP CONTROL PHY Driver"
+	depends on ARCH_OMAP2PLUS || COMPILE_TEST
 	help
 	  Enable this to add support for the PHY part present in the control
 	  module. This driver has API to power on the USB2 PHY and to write to


-- 
Jean Delvare
SUSE L3 Support

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

* Re: [PATCH] phy: restore OMAP_CONTROL_PHY dependencies
  2014-04-08  8:20 [PATCH] phy: restore OMAP_CONTROL_PHY dependencies Jean Delvare
@ 2014-04-08  8:27 ` Roger Quadros
  0 siblings, 0 replies; 2+ messages in thread
From: Roger Quadros @ 2014-04-08  8:27 UTC (permalink / raw)
  To: Jean Delvare, Kishon Vijay Abraham I; +Cc: LKML, Felipe Balbi

On 04/08/2014 11:20 AM, Jean Delvare wrote:
> When OMAP_CONTROL_USB was renamed to OMAP_CONTROL_PHY (commit
> 14da699b), its dependencies were lost in the process. Nothing in the
> commit message indicates that this removal was intentional, so I think
> it was by accident and the dependencies should be restored.
> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Kishon Vijay Abraham I <kishon@ti.com>
> Cc: Roger Quadros <rogerq@ti.com>
> Cc: Felipe Balbi <balbi@ti.com>

Acked-by: Roger Quadros <rogerq@ti.com>

cheers,
-roger

> ---
>  drivers/phy/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-3.15-rc0.orig/drivers/phy/Kconfig	2014-04-07 10:23:06.031199592 +0200
> +++ linux-3.15-rc0/drivers/phy/Kconfig	2014-04-08 10:12:16.448317340 +0200
> @@ -33,6 +33,7 @@ config PHY_MVEBU_SATA
>  
>  config OMAP_CONTROL_PHY
>  	tristate "OMAP CONTROL PHY Driver"
> +	depends on ARCH_OMAP2PLUS || COMPILE_TEST
>  	help
>  	  Enable this to add support for the PHY part present in the control
>  	  module. This driver has API to power on the USB2 PHY and to write to
> 
> 


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

end of thread, other threads:[~2014-04-08  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08  8:20 [PATCH] phy: restore OMAP_CONTROL_PHY dependencies Jean Delvare
2014-04-08  8:27 ` Roger Quadros

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.