From: PavithraUdayakumar-adi <pavithra.u@analog.com>
To: Antoniu Miclaus <antoniu.miclaus@analog.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jean Delvare <jdelvare@suse.com>,
Guenter Roeck <linux@roeck-us.net>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org,
PavithraUdayakumar-adi <pavithra.u@analog.com>
Subject: [PATCH v3 0/2] Add support for MAX31331 RTC
Date: Thu, 09 Jan 2025 15:59:56 +0530 [thread overview]
Message-ID: <20250109-add_support_max31331_fix_3-v1-0-a74fac29bf49@analog.com> (raw)
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>
WARNING: multiple messages have this Message-ID (diff)
From: PavithraUdayakumar-adi via B4 Relay <devnull+pavithra.u.analog.com@kernel.org>
To: Antoniu Miclaus <antoniu.miclaus@analog.com>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Jean Delvare <jdelvare@suse.com>,
Guenter Roeck <linux@roeck-us.net>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org,
PavithraUdayakumar-adi <pavithra.u@analog.com>
Subject: [PATCH v3 0/2] Add support for MAX31331 RTC
Date: Thu, 09 Jan 2025 15:59:56 +0530 [thread overview]
Message-ID: <20250109-add_support_max31331_fix_3-v1-0-a74fac29bf49@analog.com> (raw)
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>
next reply other threads:[~2025-01-09 10:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-09 10:29 PavithraUdayakumar-adi [this message]
2025-01-09 10:29 ` [PATCH v3 0/2] Add support for MAX31331 RTC PavithraUdayakumar-adi via B4 Relay
2025-01-09 10:29 ` [PATCH v3 1/2] dt-bindings: rtc: max31335: Add max31331 support PavithraUdayakumar-adi
2025-01-09 10:29 ` PavithraUdayakumar-adi via B4 Relay
2025-01-10 8:35 ` Krzysztof Kozlowski
2025-01-15 10:21 ` U, Pavithra
2025-01-15 16:07 ` Krzysztof Kozlowski
2025-01-09 10:29 ` [PATCH v3 2/2] rtc: max31335: Add driver support for max31331 PavithraUdayakumar-adi
2025-01-09 10:29 ` PavithraUdayakumar-adi via B4 Relay
2025-01-16 8:16 ` Nuno Sá
2025-01-10 8:32 ` [PATCH v3 0/2] Add support for MAX31331 RTC Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250109-add_support_max31331_fix_3-v1-0-a74fac29bf49@analog.com \
--to=pavithra.u@analog.com \
--cc=alexandre.belloni@bootlin.com \
--cc=antoniu.miclaus@analog.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jdelvare@suse.com \
--cc=krzk+dt@kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.