All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add EPSON RX8035 RTC support
@ 2021-09-17  6:46 Mathew McBride
  2021-09-17  6:46 ` [PATCH 1/4] rtc: rx8025: drop non-DM support Mathew McBride
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Mathew McBride @ 2021-09-17  6:46 UTC (permalink / raw)
  To: u-boot; +Cc: Mathew McBride

This patchset adds support for the EPSON RX8035 real time
clock to the rx8025 driver. The two devices are very similar
and with only minor differences for basic real time clock functions.

Some issues have been identified with the handling of date
setting and clock reset with the U-Boot driver which are resolved
with these patches.

It appears only one board (socrates) in the U-Boot tree uses this driver
at present, the other users either not in tree or removed under
previous cleanups, so take this opportunity to remove non_DM-RTC
support as well, and vestiges of previous board specific hacks.

The Traverse Technologies Ten64 board will be introduced in the 
near future and it will use this driver.

Mathew McBride (4):
  rtc: rx8025: drop non-DM support
  rtc: rx8025: add support for EPSON RX8035.
  rtc: rx8025: set date in a single i2c transaction
  rtc: rx8025: revise single register write to use offset

 drivers/rtc/Kconfig  |   1 +
 drivers/rtc/rx8025.c | 166 ++++++++++++++++---------------------------
 2 files changed, 63 insertions(+), 104 deletions(-)

-- 
2.30.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-03 23:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-17  6:46 [PATCH 0/4] Add EPSON RX8035 RTC support Mathew McBride
2021-09-17  6:46 ` [PATCH 1/4] rtc: rx8025: drop non-DM support Mathew McBride
2021-10-03 23:33   ` Tom Rini
2021-09-17  6:46 ` [PATCH 2/4] rtc: rx8025: add support for EPSON RX8035 Mathew McBride
2021-10-03 23:33   ` Tom Rini
2021-09-17  6:46 ` [PATCH 3/4] rtc: rx8025: set date in a single i2c transaction Mathew McBride
2021-10-03 23:33   ` Tom Rini
2021-09-17  6:46 ` [PATCH 4/4] rtc: rx8025: revise single register write to use offset Mathew McBride
2021-10-03 23:33   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.