lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 26 Nov 2014 16:54:13 +0100
From:	Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com>
To:	Mike Turquette <mturquette@...aro.org>
Cc:	Stephen Boyd <sboyd@...eaurora.org>,
	Kyungmin Park <kyungmin.park@...sung.com>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: qcom: fix driver dependencies


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@...sung.com>
> Acked-by: Kyungmin Park <kyungmin.park@...sung.com>
> Cc: Stephen Boyd <sboyd@...eaurora.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ