]> git.baikalelectronics.ru Git - uboot.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)
commit059385226e9f7e7d47f0bb952465c7b164455cc1
tree80b4968f9570969fbaa025c7ddb1e4fe46c9b5a1
parent6e82e380649ccc2bb10073f01055480c0744dada
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