Linux clock framework development
 help / color / mirror / Atom feed
* [GIT PULL v2] Microchip clock updates for v6.19
@ 2025-11-21 20:04 Claudiu Beznea
  2025-11-30 19:36 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Claudiu Beznea @ 2025-11-21 20:04 UTC (permalink / raw)
  To: sboyd, mturquette, linux-clk
  Cc: claudiu.beznea, nicolas.ferre, alexandre.belloni, conor.dooley

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.19

for you to fetch changes up to 781f60e45bdfe351aad692ac0fa89e36f8bf4a36:

  reset: mpfs: add non-auxiliary bus probing (2025-11-11 16:47:24 +0000)

----------------------------------------------------------------
Microchip clock updates for v6.19

This update includes:
- PolarFire SoC clock driver updates to use regmaps instead of iomem
  addresses; with it, the reset control driver support for non-auxiliary
  bus probing was included as it now depends on the regmap registered
  by the clock controller driver
- a cleanup patch for the LAN966X driver

Changes in v2:
- updated the tag description

----------------------------------------------------------------
Conor Dooley (3):
      dt-bindings: clk: microchip: mpfs: remove first reg region
      clk: microchip: mpfs: use regmap for clocks
      reset: mpfs: add non-auxiliary bus probing

Robert Marko (1):
      clk: lan966x: remove unused dt-bindings include

 .../bindings/clock/microchip,mpfs-clkcfg.yaml      |  36 ++--
 drivers/clk/clk-lan966x.c                          |   2 -
 drivers/clk/microchip/Kconfig                      |   2 +
 drivers/clk/microchip/clk-mpfs.c                   | 227 +++++++++++++++++----
 drivers/reset/Kconfig                              |   1 +
 drivers/reset/reset-mpfs.c                         |  91 +++++----
 include/soc/microchip/mpfs.h                       |   3 +-
 7 files changed, 266 insertions(+), 96 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-30 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-21 20:04 [GIT PULL v2] Microchip clock updates for v6.19 Claudiu Beznea
2025-11-30 19:36 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox