]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'clk-microchip-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel...
authorStephen Boyd <sboyd@kernel.org>
Sat, 13 Jun 2026 21:10:42 +0000 (14:10 -0700)
committerStephen Boyd <sboyd@kernel.org>
Sat, 13 Jun 2026 21:10:42 +0000 (14:10 -0700)
commit19ec63c4efa84db23b8de192d792783f70f90fae
tree3c6a29e96221520e251ae417b70b4fee73f903f1
parent92ab4c80aa94beb89e7d684923147de207f68c5f
parent22fa1c39ba6fe726b547c877c924379b7fee260a
Merge tag 'clk-microchip-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into clk-microchip

Pull Microchip clock fixes from Claudiu Beznea:

 - Fix the GMAC GCLK clock ID for the SAM9X7 SoC
 - Properly decrement the reference count of a struct device_node
   in pmc_register_ops() after it is no longer needed
 - Fix the MPFS peripheral driver registration failures by using the proper
   size and mapping for the output clocks array

[sboyd@kernel.org: These all look non-critical so not taking for
clk-fixes]

* tag 'clk-microchip-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  clk: at91: keep securam node alive while mapping it
  clk: microchip: mpfs-ccc: fix peripheral driver registration failures after oob fix
  clk: at91: sam9x7: Fix gmac_gclk clock definition
drivers/clk/at91/sam9x7.c