]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
rtc: pl031: document struct pl031_vendor_data members
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 5 Mar 2025 22:16:59 +0000 (23:16 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 7 Mar 2025 21:46:29 +0000 (22:46 +0100)
Document the range related members of struct pl031_vendor_data.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503011015.SYvdddTc-lkp@intel.com/
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250305221659.1153495-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pl031.c

index 47bfc5395e5908b7722b98276399120f1ba65af0..eab39dfa4e5fe5d046b32de9d08c8da9c47e4040 100644 (file)
@@ -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_max: maximum date/time supported by the RTC
  */
 struct pl031_vendor_data {
        struct rtc_class_ops ops;