linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: qcom: fix driver dependencies
@ 2014-09-01 15:20 Bartlomiej Zolnierkiewicz
  2014-11-26 15:54 ` Bartlomiej Zolnierkiewicz
  0 siblings, 1 reply; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-09-01 15:20 UTC (permalink / raw)
  To: Mike Turquette; +Cc: Stephen Boyd, Kyungmin Park, linux-kernel

Support for Qualcomm's clock controllers should be available only on
Qualcomm platforms.

Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/clk/qcom/Kconfig |    1 +
 1 file changed, 1 insertion(+)

Index: b/drivers/clk/qcom/Kconfig
===================================================================
--- a/drivers/clk/qcom/Kconfig	2014-08-22 16:53:37.429123415 +0200
+++ b/drivers/clk/qcom/Kconfig	2014-09-01 17:13:43.604778653 +0200
@@ -1,6 +1,7 @@
 config COMMON_CLK_QCOM
 	tristate "Support for Qualcomm's clock controllers"
 	depends on OF
+	depends on ARCH_QCOM || COMPILE_TEST
 	select REGMAP_MMIO
 	select RESET_CONTROLLER
 


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

* Re: [PATCH] clk: qcom: fix driver dependencies
  2014-09-01 15:20 [PATCH] clk: qcom: fix driver dependencies Bartlomiej Zolnierkiewicz
@ 2014-11-26 15:54 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2014-11-26 15:54 UTC (permalink / raw)
  To: Mike Turquette; +Cc: Stephen Boyd, Kyungmin Park, linux-kernel


Hi Mike,

Could you please apply this patch for 3.19?

It still applies fine to the current -next and I haven't got any
feedback for it since the initial posting in September.

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics

On Monday, September 01, 2014 05:20:41 PM Bartlomiej Zolnierkiewicz wrote:
> Support for Qualcomm's clock controllers should be available only on
> Qualcomm platforms.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> ---
>  drivers/clk/qcom/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: b/drivers/clk/qcom/Kconfig
> ===================================================================
> --- a/drivers/clk/qcom/Kconfig	2014-08-22 16:53:37.429123415 +0200
> +++ b/drivers/clk/qcom/Kconfig	2014-09-01 17:13:43.604778653 +0200
> @@ -1,6 +1,7 @@
>  config COMMON_CLK_QCOM
>  	tristate "Support for Qualcomm's clock controllers"
>  	depends on OF
> +	depends on ARCH_QCOM || COMPILE_TEST
>  	select REGMAP_MMIO
>  	select RESET_CONTROLLER


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

end of thread, other threads:[~2014-11-26 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-01 15:20 [PATCH] clk: qcom: fix driver dependencies Bartlomiej Zolnierkiewicz
2014-11-26 15:54 ` Bartlomiej Zolnierkiewicz

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).