Re: [PATCH] rtc: add ds1672 driver

2025-06-25 Thread Tom Rini
On Mon, 02 Jun 2025 09:25:15 -0700, Tim Harvey wrote: > Add support for Dallas/Maxim ds1672 32bit counter RTC. > > Applied to u-boot/next, thanks! [1/1] rtc: add ds1672 driver commit: e63e088b600df84b2259a06fcd0929cfe31c0cb7 -- Tom

[PATCH] rtc: add ds1672 driver

2025-06-02 Thread Tim Harvey
Add support for Dallas/Maxim ds1672 32bit counter RTC. Signed-off-by: Tim Harvey --- drivers/rtc/Kconfig | 7 +++ drivers/rtc/Makefile | 1 + drivers/rtc/ds1672.c | 117 +++ 3 files changed, 125 insertions(+) create mode 100644 drivers/rtc/ds1672.c