]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'clk-microchip-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git...
authorStephen Boyd <sboyd@kernel.org>
Mon, 2 Feb 2026 18:57:51 +0000 (10:57 -0800)
committerStephen Boyd <sboyd@kernel.org>
Mon, 2 Feb 2026 19:06:00 +0000 (11:06 -0800)
commitf08e7edbe2ab9134ce23b21c019867fff855ebfd
treee1e956c7c131fbf25353fa858174ebf45df78ec1
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
parentec8c1f35b5aa7aa63bd398add63a8633adad532c
Merge tag 'clk-microchip-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into clk-microchip

Pull Microchip clk driver updates from Claudiu Beznea:

 - clean up microchip/clk-core.c to:
 -- fix a sparse warning related to multiple initializations of
    pic32_sclk_ops.determine_rate()
 -- correct the return values of roclk_get_parent() and sclk_get_parent()
 -- drop an unused include header
 - adjust the PolarFire driver Kconfig section as the driver is now used by
   non-PolarFire devices
 - update the documentation for the Microchip PIC64GX SoC clock controller

* tag 'clk-microchip-6.20' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
  dt-bindings: clock: mpfs-clkcfg: Add pic64gx compatibility
  dt-bindings: clock: mpfs-ccc: Add pic64gx compatibility
  clk: microchip: drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE
  clk: microchip: core: remove unused include asm/traps.h
  clk: microchip: core: correct return value on *_get_parent()
  clk: microchip: core: remove duplicate determine_rate on pic32_sclk_ops