From: <nicolas.ferre@microchip.com>
To: <sboyd@kernel.org>, <mturquette@baylibre.com>,
<linux-clk@vger.kernel.org>, <arm@kernel.org>, <soc@kernel.org>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>,
Linux Kernel list <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
Conor Dooley <conor@kernel.org>,
"Claudiu Beznea" <claudiu.beznea@tuxon.dev>, <arnd@arndb.de>
Subject: [GIT PULL v2] ARM: microchip: clk for 6.18 #1
Date: Wed, 17 Sep 2025 20:21:18 +0200 [thread overview]
Message-ID: <20250917182150.93359-1-nicolas.ferre@microchip.com> (raw)
In-Reply-To: <20250916080545.9310-1-nicolas.ferre@microchip.com>
From: Nicolas Ferre <nicolas.ferre@microchip.com>
Dear clock maintainers,
Here are the first clk changes for 6.18.
I don't think they have conflict with changes for the deprecated round_rate()
to determine_rate() topic.
In this v2, I address the issue highlighted by 0-day robot: build issue. I
added a patch that is already included as well in an pull-request to arm-soc:
https://lore.kernel.org/linux-arm-kernel/20250916150328.27015-1-nicolas.ferre@microchip.com/
v1 --> v2:
- addition of the patch "ARM: at91: pm: save and restore ACR during PLL
disable/enable" as the first patch of the series to avoid build error if clk
tree is merged before arm-soc. Branch bisect-able. Exact same patch
in both trees.
- a new tag (clk-microchip-6.18-2) is created and deployed for this
v2 pull-request
Thanks, best regards,
Nicolas
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.18-2
for you to fetch changes up to 652b08afba69d5d26fe91098eb832b1bcc0f91c2:
ARM: at91: remove default values for PMC_PLL_ACR (2025-09-17 19:15:32 +0200)
----------------------------------------------------------------
Microchip clock updates for v6.18
This update includes:
- add one clock for sam9x75
- new meaning for MCR register field in clk-master
- use force-write to PLL update register to ensure
reliable programming sequence
- update Analog Control Register (ACR) management to accommodate
differences across SoCs.
- ACR management dependency with one ARM PM patch added beforehand
----------------------------------------------------------------
Balamanikandan Gunasundar (1):
clk: at91: sam9x7: Add peripheral clock id for pmecc
Cristian Birsan (2):
clk: at91: add ACR in all PLL settings
ARM: at91: remove default values for PMC_PLL_ACR
Nicolas Ferre (2):
ARM: at91: pm: save and restore ACR during PLL disable/enable
clk: at91: clk-sam9x60-pll: force write to PLL_UPDT register
Ryan Wanner (1):
clk: at91: clk-master: Add check for divide by 3
arch/arm/mach-at91/pm_suspend.S | 8 +++-
drivers/clk/at91/clk-master.c | 3 ++
drivers/clk/at91/clk-sam9x60-pll.c | 82 +++++++++++++++++------------------
drivers/clk/at91/pmc.h | 1 +
drivers/clk/at91/sam9x60.c | 2 +
drivers/clk/at91/sam9x7.c | 6 +++
drivers/clk/at91/sama7d65.c | 4 ++
drivers/clk/at91/sama7g5.c | 2 +
include/linux/clk/at91_pmc.h | 2 -
9 files changed, 66 insertions(+), 44 deletions(-)
--
Nicolas Ferre
next prev parent reply other threads:[~2025-09-17 18:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-16 8:05 [GIT PULL] ARM: microchip: clk for 6.18 #1 nicolas.ferre
2025-09-16 13:19 ` Nicolas Ferre
2025-09-17 4:49 ` Stephen Boyd
2025-09-17 18:23 ` Nicolas Ferre
2025-09-17 18:21 ` nicolas.ferre [this message]
2025-09-21 17:02 ` [GIT PULL v2] " Stephen Boyd
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=20250917182150.93359-1-nicolas.ferre@microchip.com \
--to=nicolas.ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.org \
--cc=soc@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