Re: [GIT PULL] RTC for 5.18
From: Linus Torvalds
Date: Fri Apr 01 2022 - 12:53:43 EST
On Thu, Mar 31, 2022 at 3:21 PM Alexandre Belloni
<alexandre.belloni@xxxxxxxxxxx> wrote:
>
> Here is the RTC subsystem pull request for 5.18. The bulk of the patches
> are about replacing the uie_unsupported struct rtc_device member by a
> feature bit.
Hmm.
I've pulled this, but I don't see the point of the ALARM_RES_2S bit.
In particular, I don't see it used anywhere, and the two drivers that
now set it clear both the UPDATE_INTERRUPT and ALARM features.
So what's the point of that feature bit?
Linus