mbox series

[GIT,PULL] Rockchip clock changes for 6.10 #1

Message ID 7502061.LvFx2qVVIh@phil (mailing list archive)
State New
Headers show
Series [GIT,PULL] Rockchip clock changes for 6.10 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.10-rockchip-clk1

Message

Heiko Stübner May 5, 2024, 8:05 p.m. UTC
Hi Mike, Stephen,

please find below a pull-request with some Rockchip clock changes for 6.10

Nothing really stands out, it's just some small changes.

Please pull.

Thanks
Heiko


The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.10-rockchip-clk1

for you to fetch changes up to f513991b69885025995dcb4ca75d2ee7261e1273:

  clk: rockchip: rk3568: Add PLL rate for 724 MHz (2024-05-04 12:38:13 +0200)

----------------------------------------------------------------
A new PLL rate and missing mux on rk3568, a missing reset line on rk3588
and removal of an unused field.

----------------------------------------------------------------
Christophe JAILLET (1):
      clk: rockchip: Remove an unused field in struct rockchip_mmc_clock

David Jander (1):
      clk: rockchip: rk3568: Add missing USB480M_PHY mux

Heiko Stuebner (1):
      Merge branch 'v6.10-shared/clkids' into v6.10-clk/next

Lucas Stach (1):
      clk: rockchip: rk3568: Add PLL rate for 724 MHz

Sascha Hauer (1):
      dt-bindings: clock: rockchip: add USB480M_PHY mux

Shreeya Patel (2):
      dt-bindings: reset: Define reset id used for HDMI Receiver
      clk: rockchip: rk3588: Add reset line for HDMI Receiver

 drivers/clk/rockchip/clk-mmc-phase.c            | 1 -
 drivers/clk/rockchip/clk-rk3568.c               | 5 +++++
 drivers/clk/rockchip/rst-rk3588.c               | 1 +
 include/dt-bindings/clock/rk3568-cru.h          | 1 +
 include/dt-bindings/reset/rockchip,rk3588-cru.h | 2 ++
 5 files changed, 9 insertions(+), 1 deletion(-)

Comments

Stephen Boyd May 6, 2024, 11:53 p.m. UTC | #1
Quoting Heiko Stuebner (2024-05-05 13:05:38)
> Hi Mike, Stephen,
> 
> please find below a pull-request with some Rockchip clock changes for 6.10
> 
> Nothing really stands out, it's just some small changes.
> 
> Please pull.
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.10-rockchip-clk1
> 
> for you to fetch changes up to f513991b69885025995dcb4ca75d2ee7261e1273:
> 
>   clk: rockchip: rk3568: Add PLL rate for 724 MHz (2024-05-04 12:38:13 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next