[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250305221659.1153495-1-alexandre.belloni@bootlin.com>
Date: Wed, 5 Mar 2025 23:16:59 +0100
From: alexandre.belloni@...tlin.com
To: Linus Walleij <linus.walleij@...aro.org>,
Alexandre Belloni <alexandre.belloni@...tlin.com>
Cc: kernel test robot <lkp@...el.com>,
linux-arm-kernel@...ts.infradead.org,
linux-rtc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] rtc: pl031: document struct pl031_vendor_data members
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
Document the range related members of struct pl031_vendor_data.
Reported-by: kernel test robot <lkp@...el.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503011015.SYvdddTc-lkp@intel.com/
Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
---
drivers/rtc/rtc-pl031.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/rtc/rtc-pl031.c b/drivers/rtc/rtc-pl031.c
index 47bfc5395e59..0401c51191e5 100644
--- a/drivers/rtc/rtc-pl031.c
+++ b/drivers/rtc/rtc-pl031.c
@@ -74,6 +74,8 @@
* @st_weekday: if this is an ST Microelectronics silicon version that need
* the weekday fix
* @irqflags: special IRQ flags per variant
+ * @range_min: minimum date/time supported by the RTC
+ * @range_maximum: maximum date/time supported by the RTC
*/
struct pl031_vendor_data {
struct rtc_class_ops ops;
--
2.48.1
Powered by blists - more mailing lists