forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtc: renesas-rtca3: Add driver for RTCA-3 available on Renesas RZ/G3S…
… SoC The RTC IP (RTCA-3) available on the Renesas RZ/G3S SoC has calendar count mode and binary count mode (selectable though RCR2.CNTMD) capabilities, alarm capabilities, clock error correction capabilities. It can generate alarm, period, carry interrupts. Add a driver for RTCA-3 IP. The driver implements calendar count mode (as the conversion b/w RTC and system time is simpler, done with bcd2bin(), bin2bcd()), read and set time, read and set alarm, read and set an offset. Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
- Loading branch information
1 parent
71c61a4
commit d448837
Showing
4 changed files
with
918 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19721,6 +19721,14 @@ S: Supported | |
F: Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml | ||
F: drivers/counter/rz-mtu3-cnt.c | ||
|
||
RENESAS RTCA-3 RTC DRIVER | ||
M: Claudiu Beznea <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/devicetree/bindings/rtc/renesas,rz-rtca3.yaml | ||
F: drivers/rtc/rtc-renesas-rtca3.c | ||
|
||
RENESAS RZ/N1 A5PSW SWITCH DRIVER | ||
M: Clément Léger <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.