]> git.dujemihanovic.xyz Git - u-boot.git/commit
rtc: m41t62: implements read8/write8 operations
authorThomas Perrot <thomas.perrot@bootlin.com>
Fri, 17 Mar 2023 14:22:41 +0000 (15:22 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 30 Mar 2023 19:09:59 +0000 (15:09 -0400)
commitfdef6b982f0a24d4b3a83d107da4f817efa4566f
treefb0a4668cdcd76af321a82d58e400654ceefa367
parent39409fac2c9d9f3cc9cb23b88502b5ff08887339
rtc: m41t62: implements read8/write8 operations

These operations are required by dm_rtc_read and
dm_bootcount_get helpers.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/rtc/m41t62.c