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.11 #1
Date: Thu, 04 Jul 2024 21:17:58 +0200 [thread overview]
Message-ID: <8961259.VV5PYv0bhD@diego> (raw)
Hi Mike, Stephen,
please find below a pull-request with some Rockchip clock changes for 6.11
Nothing really stands out, it's just some small changes.
Please pull.
Thanks
Heiko
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.11-rockchip-clk1
for you to fetch changes up to d89e8096957e35742c9922d3f6628f24de0d6163:
dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS (2024-07-04 19:48:31 +0200)
----------------------------------------------------------------
More exported clocks for rk3128 peripherals, conversion to kmemduo_array
for clock controllers and both rk3128 and rk3188 drop the CLK_NR_CLKS
from their dt-binding header, where it does not belong.
----------------------------------------------------------------
Alex Bee (7):
dt-bindings: clock: rk3128: Add PCLK_MIPIPHY
clk: rockchip: rk3128: Export PCLK_MIPIPHY
clk: rockchip: rk3128: Add hclk_vio_h2p to critical clocks
clk: rockchip: rk3128: Drop CLK_NR_CLKS usage
dt-bindings: clock: rk3128: Drop CLK_NR_CLKS
dt-bindings: clock: rk3128: Add HCLK_SFC
clk: rockchip: rk3128: Add HCLK_SFC
Andy Shevchenko (1):
clk: rockchip: Switch to use kmemdup_array()
Heiko Stuebner (1):
Merge branch 'v6.11-shared/clkids' into v6.11-clk/next
Johan Jonker (2):
clk: rockchip: rk3188: Drop CLK_NR_CLKS usage
dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS
drivers/clk/rockchip/clk-cpu.c | 5 ++---
drivers/clk/rockchip/clk-pll.c | 8 ++++----
drivers/clk/rockchip/clk-rk3128.c | 24 +++++++++++++++++++-----
drivers/clk/rockchip/clk-rk3188.c | 18 ++++++++++++++----
include/dt-bindings/clock/rk3128-cru.h | 4 ++--
include/dt-bindings/clock/rk3188-cru-common.h | 2 --
6 files changed, 41 insertions(+), 20 deletions(-)
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.11 #1
Date: Thu, 04 Jul 2024 21:17:58 +0200 [thread overview]
Message-ID: <8961259.VV5PYv0bhD@diego> (raw)
Hi Mike, Stephen,
please find below a pull-request with some Rockchip clock changes for 6.11
Nothing really stands out, it's just some small changes.
Please pull.
Thanks
Heiko
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.11-rockchip-clk1
for you to fetch changes up to d89e8096957e35742c9922d3f6628f24de0d6163:
dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS (2024-07-04 19:48:31 +0200)
----------------------------------------------------------------
More exported clocks for rk3128 peripherals, conversion to kmemduo_array
for clock controllers and both rk3128 and rk3188 drop the CLK_NR_CLKS
from their dt-binding header, where it does not belong.
----------------------------------------------------------------
Alex Bee (7):
dt-bindings: clock: rk3128: Add PCLK_MIPIPHY
clk: rockchip: rk3128: Export PCLK_MIPIPHY
clk: rockchip: rk3128: Add hclk_vio_h2p to critical clocks
clk: rockchip: rk3128: Drop CLK_NR_CLKS usage
dt-bindings: clock: rk3128: Drop CLK_NR_CLKS
dt-bindings: clock: rk3128: Add HCLK_SFC
clk: rockchip: rk3128: Add HCLK_SFC
Andy Shevchenko (1):
clk: rockchip: Switch to use kmemdup_array()
Heiko Stuebner (1):
Merge branch 'v6.11-shared/clkids' into v6.11-clk/next
Johan Jonker (2):
clk: rockchip: rk3188: Drop CLK_NR_CLKS usage
dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS
drivers/clk/rockchip/clk-cpu.c | 5 ++---
drivers/clk/rockchip/clk-pll.c | 8 ++++----
drivers/clk/rockchip/clk-rk3128.c | 24 +++++++++++++++++++-----
drivers/clk/rockchip/clk-rk3188.c | 18 ++++++++++++++----
include/dt-bindings/clock/rk3128-cru.h | 4 ++--
include/dt-bindings/clock/rk3188-cru-common.h | 2 --
6 files changed, 41 insertions(+), 20 deletions(-)
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2024-07-04 19:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-04 19:17 Heiko Stuebner [this message]
2024-07-04 19:17 ` [GIT PULL] Rockchip clock changes for 6.11 #1 Heiko Stuebner
2024-07-08 18:37 ` Stephen Boyd
2024-07-08 18:37 ` 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=8961259.VV5PYv0bhD@diego \
--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.