[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <09168a9a-d8a3-43a9-b8cc-fd88cff9db82@bootlin.com>
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