Re: [PATCH] rtc: abx8xx: Add support for reading RAM

2023-01-12 Thread Tom Rini
On Fri, Dec 02, 2022 at 10:35:19AM -0500, Sean Anderson wrote: > 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 changin

[PATCH] rtc: abx8xx: Add support for reading RAM

2022-12-02 Thread Sean Anderson
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. T