All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: mturquette@baylibre.com, Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org
Subject: [GIT PULL] Rockchip clock changes for 6.10 #1
Date: Sun, 05 May 2024 22:05:38 +0200	[thread overview]
Message-ID: <7502061.LvFx2qVVIh@phil> (raw)

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(-)




WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: mturquette@baylibre.com, Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org
Subject: [GIT PULL] Rockchip clock changes for 6.10 #1
Date: Sun, 05 May 2024 22:05:38 +0200	[thread overview]
Message-ID: <7502061.LvFx2qVVIh@phil> (raw)

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(-)




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

             reply	other threads:[~2024-05-05 20:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-05 20:05 Heiko Stuebner [this message]
2024-05-05 20:05 ` [GIT PULL] Rockchip clock changes for 6.10 #1 Heiko Stuebner
2024-05-06 23:53 ` Stephen Boyd
2024-05-06 23:53   ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7502061.LvFx2qVVIh@phil \
    --to=heiko@sntech.de \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.