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 Jun 2024 08:02:46 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Raphael Gallais-Pou <rgallaispou@...il.com>
Cc: Patrice Chotard <patrice.chotard@...s.st.com>,
	"'Rafael J . Wysocki'" <rafael@...nel.org>,
	linux-arm-kernel@...ts.infradead.org, linux-pm@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] cpufreq: sti: add missing MODULE_DEVICE_TABLE entry for
 stih418

On 26-06-24, 00:00, Raphael Gallais-Pou wrote:
> 'st,stih418' is missing in the compatible list.
> Add it in order to use the driver with stih418 platform.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@...il.com>
> ---
>  drivers/cpufreq/sti-cpufreq.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/cpufreq/sti-cpufreq.c b/drivers/cpufreq/sti-cpufreq.c
> index 9c542e723a15..1ffa23dd8907 100644
> --- a/drivers/cpufreq/sti-cpufreq.c
> +++ b/drivers/cpufreq/sti-cpufreq.c
> @@ -293,6 +293,7 @@ module_init(sti_cpufreq_init);
>  static const struct of_device_id __maybe_unused sti_cpufreq_of_match[] = {
>  	{ .compatible = "st,stih407" },
>  	{ .compatible = "st,stih410" },
> +	{ .compatible = "st,stih418" },
>  	{ },
>  };
>  MODULE_DEVICE_TABLE(of, sti_cpufreq_of_match);

Applied. Thanks.

-- 
viresh

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ