[PATCH v2 0/4] Make PL031 interrupt optional
From: Linus Walleij <hidden>
Date: 2017-10-01 15:03:54
Also in:
linux-rtc
From: Linus Walleij <hidden>
Date: 2017-10-01 15:03:54
Also in:
linux-rtc
On Fri, Sep 29, 2017 at 12:21 PM, Russell King - ARM Linux [off-list ref] wrote:
There are some boards out there which have a PL031 RTC, but its interrupt is not wired up. To support these, we need the PL031 to support the primecell without interrupts. When no interrupt is present, there's little point exposing the RTC's alarm capabilities, so we omit the alarm-related function calls - the RTC merely becomes a source of time-of-day. This patch series cleans up the pl031 driver a little, and adds support for this configuration.
This series: Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij