mbox series

[GIT,PULL] Microchip clock updates for v6.9

Message ID 20240308100013.697607-1-claudiu.beznea@tuxon.dev (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Microchip clock updates for v6.9 | expand

Pull-request

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

Message

Claudiu March 8, 2024, 10 a.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 72151193839e4fe222d0be9931f6ba3a94de7aa5:

  clk: microchip: mpfs: convert MSSPLL outputs to clk_divider (2024-02-06 14:07:18 +0000)

----------------------------------------------------------------
Microchip clock updates for v6.9

Polarfire:
- MSSPLL hardware has 4 output clocks (the driver supported previously
  only one output); each of these 4 outputs feed dividers and the output
  of each divider feed individual hardware blocks (e.g. CAN, Crypto,
  eMMC); individual hardware block drivers need to control there clocks
  thus clock driver support was added for all MSSPLL output clocks.

----------------------------------------------------------------
Conor Dooley (6):
      dt-bindings: clock: mpfs: add more MSSPLL output definitions
      dt-bindings: can: mpfs: add missing required clock
      clk: microchip: mpfs: split MSSPLL in two
      clk: microchip: mpfs: setup for using other mss pll outputs
      clk: microchip: mpfs: add missing MSSPLL outputs
      clk: microchip: mpfs: convert MSSPLL outputs to clk_divider

 .../bindings/net/can/microchip,mpfs-can.yaml       |   6 +-
 drivers/clk/microchip/clk-mpfs.c                   | 154 ++++++++++++---------
 include/dt-bindings/clock/microchip,mpfs-clock.h   |   5 +
 3 files changed, 96 insertions(+), 69 deletions(-)

Comments

Stephen Boyd March 9, 2024, 12:45 a.m. UTC | #1
Quoting Claudiu Beznea (2024-03-08 02:00:13)
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.9
> 
> for you to fetch changes up to 72151193839e4fe222d0be9931f6ba3a94de7aa5:
> 
>   clk: microchip: mpfs: convert MSSPLL outputs to clk_divider (2024-02-06 14:07:18 +0000)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next