From: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
To: Lee Jones <lee@kernel.org>
Cc: <ukleinek@kernel.org>, <alexandre.torgue@foss.st.com>,
<robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<jic23@kernel.org>, <daniel.lezcano@linaro.org>,
<tglx@linutronix.de>, <catalin.marinas@arm.com>,
<will@kernel.org>, <devicetree@vger.kernel.org>, <wbg@kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <linux-iio@vger.kernel.org>,
<linux-pwm@vger.kernel.org>, <olivier.moysan@foss.st.com>
Subject: Re: [PATCH v3 2/8] mfd: stm32-lptimer: add support for stm32mp25
Date: Thu, 13 Mar 2025 18:07:16 +0100 [thread overview]
Message-ID: <c1cb926f-33b0-4433-b54d-954451ed32a8@foss.st.com> (raw)
In-Reply-To: <20250313164008.GC3645863@google.com>
On 3/13/25 17:40, Lee Jones wrote:
> On Wed, 05 Mar 2025, Fabrice Gasnier wrote:
>
>> Add support for STM32MP25 SoC.
>> A new hardware configuration register (HWCFGR2) has been added, to gather
>> number of capture/compare channels, autonomous mode and input capture
>> capability. The full feature set is implemented in LPTIM1/2/3/4. LPTIM5
>> supports a smaller set of features. This can now be read from HWCFGR
>> registers.
>>
>> Add new registers to the stm32-lptimer.h: CCMR1, CCR2, HWCFGR1/2 and VERR.
>> Update the stm32_lptimer data struct so signal the number of
>> capture/compare channels to the child devices.
>> Also Remove some unused bit masks (CMPOK_ARROK / CMPOKCF_ARROKCF).
>>
>> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
>> ---
>> Changes in V2:
>> - rely on fallback compatible as no specific .data is associated to the
>> driver. Compatibility is added by reading hardware configuration
>> registers.
>> - read version register, to be used by clockevent child driver
>> - rename register/bits definitions
>> ---
>> drivers/mfd/stm32-lptimer.c | 33 ++++++++++++++++++++++++++++-
>
> Looks okay.
Hi Lee,
Thanks for reviewing,
>
>> include/linux/mfd/stm32-lptimer.h | 35 ++++++++++++++++++++++++++++---
>
> Assumingly this patch is not independent of the others?
Please hold on, I'll submit a V4, with some additional bit definition
for the clocksource driver (see my last reply to Daniel).
Best Regards,
Fabrice
>
next prev parent reply other threads:[~2025-03-13 17:09 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 9:49 [PATCH v3 0/8] Add STM32MP25 LPTIM support: MFD, PWM, IIO, counter, clocksource Fabrice Gasnier
2025-03-05 9:49 ` [PATCH v3 1/8] dt-bindings: mfd: stm32-lptimer: add support for stm32mp25 Fabrice Gasnier
2025-03-05 16:47 ` Rob Herring (Arm)
2025-03-05 9:49 ` [PATCH v3 2/8] " Fabrice Gasnier
2025-03-13 16:40 ` Lee Jones
2025-03-13 17:07 ` Fabrice Gasnier [this message]
2025-03-05 9:49 ` [PATCH v3 3/8] iio: trigger: " Fabrice Gasnier
2025-03-05 14:45 ` Jonathan Cameron
2025-03-06 8:40 ` Fabrice Gasnier
2025-03-05 9:49 ` [PATCH v3 4/8] clocksource: " Fabrice Gasnier
2025-03-07 15:12 ` Daniel Lezcano
2025-03-13 17:04 ` Fabrice Gasnier
2025-03-05 9:49 ` [PATCH v3 5/8] pwm: stm32-lp: " Fabrice Gasnier
2025-03-05 9:49 ` [PATCH v3 6/8] arm64: defconfig: enable STM32 LP timer clockevent driver Fabrice Gasnier
2025-03-05 9:49 ` [PATCH v3 7/8] arm64: dts: st: add low-power timer nodes on stm32mp251 Fabrice Gasnier
2025-03-05 9:49 ` [PATCH v3 8/8] arm64: dts: st: use lptimer3 as tick broadcast source on stm32mp257f-ev1 Fabrice Gasnier
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=c1cb926f-33b0-4433-b54d-954451ed32a8@foss.st.com \
--to=fabrice.gasnier@foss.st.com \
--cc=alexandre.torgue@foss.st.com \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=olivier.moysan@foss.st.com \
--cc=robh@kernel.org \
--cc=tglx@linutronix.de \
--cc=ukleinek@kernel.org \
--cc=wbg@kernel.org \
--cc=will@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).