]> git.dujemihanovic.xyz Git - u-boot.git/commit
rtc: abx8xx: Add support for reading RAM
authorSean Anderson <sean.anderson@seco.com>
Fri, 2 Dec 2022 15:35:19 +0000 (10:35 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jan 2023 16:54:50 +0000 (11:54 -0500)
commit546795b5796670fda7985a50f17e281417ee0e4c
tree80b4968f9570969fbaa025c7ddb1e4fe46c9b5a1
parentc9c42ad21fe4fe7bdd39e8557ac15aad92b5d968
rtc: abx8xx: Add support for reading RAM

This adds support for reading the battery-backed memory present on these
RTCs. This modifies the read/write methods to access the RAM instead of
raw register offsets. No one was using these in-tree, so we should be
fine changing them.

We use the "standard" address space window to access the RAM. The
extension RAM address register has some reserved bits, but we write the
whole thing for simplicity (as these bits default to 0).

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
drivers/rtc/abx80x.c