[PATCH v3 0/2] Add support for MAX31331 RTC

PavithraUdayakumar-adi via B4 Relay posted 2 patches 1 year, 1 month ago
There is a newer version of this series
.../devicetree/bindings/rtc/adi,max31335.yaml      |  22 ++-
drivers/rtc/rtc-max31335.c                         | 163 +++++++++++++++------
2 files changed, 138 insertions(+), 47 deletions(-)
[PATCH v3 0/2] Add support for MAX31331 RTC
Posted by PavithraUdayakumar-adi via B4 Relay 1 year, 1 month ago
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

Signed-off-by: PavithraUdayakumar-adi <pavithra.u@analog.com>

Changes in v3:
- Address review comments
- Rebase on v6.13-rc6
- Link to v2: https://lore.kernel.org/all/20250103-add_support_max31331_fix-v1-0-8ff3c7a81734@analog.com/

---
PavithraUdayakumar-adi (2):
      dt-bindings: rtc: max31335: Add max31331 support
      rtc: max31335: Add driver support for max31331

 .../devicetree/bindings/rtc/adi,max31335.yaml      |  22 ++-
 drivers/rtc/rtc-max31335.c                         | 163 +++++++++++++++------
 2 files changed, 138 insertions(+), 47 deletions(-)
---
base-commit: eea6e4b4dfb8859446177c32961c96726d0117be
change-id: 20250109-add_support_max31331_fix_3-c64269a291e0

Best regards,
-- 
PavithraUdayakumar-adi <pavithra.u@analog.com>
Re: [PATCH v3 0/2] Add support for MAX31331 RTC
Posted by Krzysztof Kozlowski 1 year, 1 month ago
On Thu, Jan 09, 2025 at 03:59:56PM +0530, PavithraUdayakumar-adi wrote:
> 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
> 
> Signed-off-by: PavithraUdayakumar-adi <pavithra.u@analog.com>
> 
> Changes in v3:
> - Address review comments

Which ones? What exactly changed? This has to be detailed.

Best regards,
Krzysztof