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:   Tue, 3 Mar 2020 08:52:12 +0100
From:   Daniel Lezcano <daniel.lezcano@...aro.org>
To:     andy.tang@....com, rui.zhang@...el.com, edubezval@...il.com
Cc:     linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] thermal: qoriq: fix a compiling issue

On 03/03/2020 05:02, andy.tang@....com wrote:
> From: Yuantian Tang <andy.tang@....com>
> 
> Qoriq thermal driver is used by both PowerPC and ARM architecture.
> When built for PowerPC architecture, it reports error:
> undefined reference to `.__devm_regmap_init_mmio_clk'
> To fix it, select config REGMAP_MMIO.
> 
> Signed-off-by: Yuantian Tang <andy.tang@....com>

Please add the 'Fixes' tag

Thanks

> ---
>  drivers/thermal/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
> index 5a05db5438d6..5a0df0e54ce3 100644
> --- a/drivers/thermal/Kconfig
> +++ b/drivers/thermal/Kconfig
> @@ -265,6 +265,7 @@ config QORIQ_THERMAL
>  	tristate "QorIQ Thermal Monitoring Unit"
>  	depends on THERMAL_OF
>  	depends on HAS_IOMEM
> +	select REGMAP_MMIO
>  	help
>  	  Support for Thermal Monitoring Unit (TMU) found on QorIQ platforms.
>  	  It supports one critical trip point and one passive trip point. The
> --
> 2.17.1
> 


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ