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] [thread-next>] [day] [month] [year] [list]
Date: Fri, 14 Jun 2024 15:21:41 +0200
From: Thomas Richard <thomas.richard@...tlin.com>
To: Richard Genoud <richard.genoud@...tlin.com>,
 Alexandre Belloni <alexandre.belloni@...tlin.com>
Cc: Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
 Udit Kumar <u-kumar1@...com>, Gregory CLEMENT <gregory.clement@...tlin.com>,
 Esteban Blanc <eblanc@...libre.com>, linux-rtc@...r.kernel.org,
 Lee Jones <lee@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/1] rtc: tps6594: Add power management support

> diff --git a/include/linux/mfd/tps6594.h b/include/linux/mfd/tps6594.h
> index 3f7c5e23cd4c..85933f1519c4 100644
> --- a/include/linux/mfd/tps6594.h
> +++ b/include/linux/mfd/tps6594.h
> @@ -1011,6 +1011,7 @@ struct tps6594 {
>  	bool use_crc;
>  	struct regmap *regmap;
>  	int irq;
> +	int irq_rtc;

irq_rtc should be stored in driver data.

>  	struct regmap_irq_chip_data *irq_data;
>  };
>  

Thomas

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ