From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Fabrice Gasnier <fabrice.gasnier@foss.st.com>, <lee@kernel.org>,
<ukleinek@kernel.org>
Cc: <robh@kernel.org>, <krzk+dt@kernel.org>, <conor+dt@kernel.org>,
<wbg@kernel.org>, <jic23@kernel.org>, <catalin.marinas@arm.com>,
<will@kernel.org>, <devicetree@vger.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 0/8] Add STM32MP25 timers support: MFD, PWM, IIO and counter drivers
Date: Fri, 4 Jul 2025 11:10:49 +0200 [thread overview]
Message-ID: <7a56c778-0c46-49a4-8a83-ed7ec8355ef7@foss.st.com> (raw)
In-Reply-To: <20250110091922.980627-1-fabrice.gasnier@foss.st.com>
Hi Fabrie
On 1/10/25 10:19, Fabrice Gasnier wrote:
> This series adds STM32MP25 support on MFD PWM, IIO, counter timer drivers.
> This new timer variant is managed by using a new DT compatible string.
> It comes with a slightly updated register set, some new features and new
> interconnect signals inside the SoC. There is also a new instance (TIM20).
> Same feature list as on STM32MP1x is supported currently, except for PWM
> capture (not enabled, by DT).
> The device tree files add all instances in stm32mp251 dtsi. PWM, counter
> and trigger examples are provided for stm32mp257f-ev1 board.
>
> Changes in V3
> ---
> - MFD updated since Lee's coments
> - IIO patch dropped since applied by Jonathan
>
> Changes in V2
> ---
> - PMW driver updated to address Uwe's review comments
> - Collected Acked-by
>
> Fabrice Gasnier (8):
> dt-bindings: mfd: stm32-timers: add support for stm32mp25
> mfd: stm32-timers: add support for stm32mp25
> counter: stm32-timer-cnt: add support for stm32mp25
> pwm: stm32: add support for stm32mp25
> arm64: defconfig: enable STM32 timers drivers
> arm64: dts: st: add timer nodes on stm32mp251
> arm64: dts: st: add timer pins for stm32mp257f-ev1
> arm64: dts: st: add timer nodes on stm32mp257f-ev1
>
> .../bindings/mfd/st,stm32-timers.yaml | 18 +-
> arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi | 61 ++
> arch/arm64/boot/dts/st/stm32mp251.dtsi | 524 ++++++++++++++++++
> arch/arm64/boot/dts/st/stm32mp257f-ev1.dts | 58 ++
> arch/arm64/configs/defconfig | 4 +
> drivers/counter/stm32-timer-cnt.c | 7 +-
> drivers/mfd/stm32-timers.c | 31 +-
> drivers/pwm/pwm-stm32.c | 42 +-
> include/linux/mfd/stm32-timers.h | 9 +
> 9 files changed, 740 insertions(+), 14 deletions(-)
>
Patches 5 to 8 applied on stm32-next.
Thanks
Alex
prev parent reply other threads:[~2025-07-04 9:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-10 9:19 Fabrice Gasnier
2025-01-10 9:19 ` [PATCH v3 1/8] dt-bindings: mfd: stm32-timers: add support for stm32mp25 Fabrice Gasnier
2025-01-10 9:19 ` [PATCH v3 2/8] " Fabrice Gasnier
2025-01-10 9:19 ` [PATCH v3 3/8] counter: stm32-timer-cnt: " Fabrice Gasnier
2025-05-14 9:30 ` Fabrice Gasnier
2025-05-15 0:16 ` William Breathitt Gray
2025-05-15 0:21 ` (subset) " William Breathitt Gray
2025-01-10 9:19 ` [PATCH v3 4/8] pwm: stm32: " Fabrice Gasnier
2025-05-14 9:30 ` Fabrice Gasnier
2025-05-15 9:24 ` Uwe Kleine-König
2025-06-13 13:44 ` Fabrice Gasnier
2025-06-16 15:44 ` Uwe Kleine-König
2025-01-10 9:19 ` [PATCH v3 5/8] arm64: defconfig: enable STM32 timers drivers Fabrice Gasnier
2025-01-10 9:19 ` [PATCH v3 6/8] arm64: dts: st: add timer nodes on stm32mp251 Fabrice Gasnier
2025-01-10 9:19 ` [PATCH v3 7/8] arm64: dts: st: add timer pins for stm32mp257f-ev1 Fabrice Gasnier
2025-01-10 9:19 ` [PATCH v3 8/8] arm64: dts: st: add timer nodes on stm32mp257f-ev1 Fabrice Gasnier
2025-02-10 16:44 ` (subset) [PATCH v3 0/8] Add STM32MP25 timers support: MFD, PWM, IIO and counter drivers Lee Jones
2025-07-04 9:10 ` Alexandre TORGUE [this message]
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=7a56c778-0c46-49a4-8a83-ed7ec8355ef7@foss.st.com \
--to=alexandre.torgue@foss.st.com \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrice.gasnier@foss.st.com \
--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=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
all inboxes | Powered by JetHome®