public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Subject: [PATCH v1 0/2] Add support for MAX31331 RTC
@ 2024-12-23  6:27 PavithraUdayakumar-adi via B4 Relay
  2024-12-23  6:27 ` [PATCH 1/2] dtbindings:rtc:max31335:Add max31331 support PavithraUdayakumar-adi via B4 Relay
  2024-12-23  6:27 ` [PATCH 2/2] rtc:max31335: Add driver support for max31331 PavithraUdayakumar-adi via B4 Relay
  0 siblings, 2 replies; 6+ messages in thread
From: PavithraUdayakumar-adi via B4 Relay @ 2024-12-23  6:27 UTC (permalink / raw)
  To: Antoniu Miclaus, Alexandre Belloni, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Jean Delvare, Guenter Roeck
  Cc: linux-rtc, devicetree, linux-kernel, linux-hwmon,
	PavithraUdayakumar-adi

This patch series introduces support for the Maxim MAX31331 RTC.
It includes:

1. Device Tree bindings documentation for the MAX31331 chip.
2. The driver implementation for the MAX31331 RTC.

The changes have been tested with hardware and verified against the
YAML schema.

Signed-off-by: PavithraUdayakumar-adi <pavithra.u@analog.com>
---
PavithraUdayakumar-adi (2):
      dtbindings:rtc:max31335:Add max31331 support
      rtc:max31335: Add driver support for max31331

 .../devicetree/bindings/rtc/adi,max31335.yaml      |  32 +++-
 drivers/rtc/rtc-max31335.c                         | 184 +++++++++++++++------
 2 files changed, 158 insertions(+), 58 deletions(-)
---
base-commit: 4bbf9020becbfd8fc2c3da790855b7042fad455b
change-id: 20241223-max31331-driver-support-ab513387cd2d

Best regards,
-- 
PavithraUdayakumar-adi <pavithra.u@analog.com>



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

end of thread, other threads:[~2024-12-23 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-23  6:27 [PATCH 0/2] Subject: [PATCH v1 0/2] Add support for MAX31331 RTC PavithraUdayakumar-adi via B4 Relay
2024-12-23  6:27 ` [PATCH 1/2] dtbindings:rtc:max31335:Add max31331 support PavithraUdayakumar-adi via B4 Relay
2024-12-23  7:27   ` Rob Herring (Arm)
2024-12-23  6:27 ` [PATCH 2/2] rtc:max31335: Add driver support for max31331 PavithraUdayakumar-adi via B4 Relay
2024-12-23  8:50   ` kernel test robot
2024-12-23 18:24   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox