rtc: isl1208: do not advertise update interrupt feature if no interrupt specified
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Mon, 23 May 2022 14:53:20 +0000 (16:53 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 24 Jun 2022 19:24:02 +0000 (21:24 +0200)
commit2023c5c8fe2e85ec7491d5a470fcca48f8144c02
tree622d63a98a3bf021edf33a48652b4d67a48ffdf5
parent139682400a2ac549ed717eac3a09759a1762366d
rtc: isl1208: do not advertise update interrupt feature if no interrupt specified

If an ISL1208 device does not have an interrupt line routed, the feature
shouldn't be advertised (it is by default in rtc core) or it'll confuse
userspace requesting that feature (such as hwclock from util-linux).

Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220523145320.123713-1-foss+kernel@0leil.net
drivers/rtc/rtc-isl1208.c