All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] rtc: Add driver for MAX31343
@ 2021-10-16 19:21 Alexey Firago
  2021-10-16 19:21 ` [PATCH 1/2] rtc: max31343: Add a driver for Maxim MAX31343 Alexey Firago
  2021-10-16 19:21 ` [PATCH 2/2] dt-bindings: rtc: Add Maxim Integrated MAX31343 Alexey Firago
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Firago @ 2021-10-16 19:21 UTC (permalink / raw)
  To: a.zummo, alexandre.belloni, robh+dt
  Cc: linux-rtc, devicetree, linux-kernel, Alexey Firago

This adds support for the Maxim Integrated MAX31343 RTC.
Publicly available datasheet can be found at:
https://datasheets.maximintegrated.com/en/ds/MAX31343.pdf

Currently supported features are:
- Date/time
- SRAM
- Temperature sensor

Features to be implemented:
- Interrupts (my current platform doesn't have IRQ line connected)
- Alarms, countdown timer
- Clock output
- Trickle charger

Patches were verified on a custom NXP i.MX8MPlus based platform.

Alexey Firago (2):
  rtc: max31343: Add a driver for Maxim MAX31343
  dt-bindings: rtc: Add Maxim Integrated MAX31343

 .../devicetree/bindings/rtc/trivial-rtc.yaml  |   2 +
 drivers/rtc/Kconfig                           |  10 +
 drivers/rtc/Makefile                          |   1 +
 drivers/rtc/rtc-max31343.c                    | 494 ++++++++++++++++++
 4 files changed, 507 insertions(+)
 create mode 100644 drivers/rtc/rtc-max31343.c

-- 
2.25.1


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

end of thread, other threads:[~2021-12-04 17:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 19:21 [PATCH 0/2] rtc: Add driver for MAX31343 Alexey Firago
2021-10-16 19:21 ` [PATCH 1/2] rtc: max31343: Add a driver for Maxim MAX31343 Alexey Firago
2021-11-30 22:32   ` Alexandre Belloni
2021-12-04 17:25     ` afirago
2021-10-16 19:21 ` [PATCH 2/2] dt-bindings: rtc: Add Maxim Integrated MAX31343 Alexey Firago
2021-10-26 23:22   ` Rob Herring

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.