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 5.12
Date: Mon, 08 Feb 2021 01:50:45 +0100 [thread overview]
Message-ID: <3091603.aeNJFYEL58@phil> (raw)
Hi Mike, Stephen,
please find below Rockchip clock changes for 5.12
Please pull, thanks
Heiko
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.12-rockchip-clk1
for you to fetch changes up to 4bc23b3c83c9a3fc0a7dd8f2f11f451aa92c85cd:
clk: rockchip: fix DPHY gate locations on rk3368 (2021-02-06 01:05:04 +0100)
----------------------------------------------------------------
Kerneldoc fixes and some new rk3368 clock ids related to
camera input.
----------------------------------------------------------------
Heiko Stuebner (5):
clk: rockchip: add clock ids for PCLK_DPHYRX and PCLK_DPHYTX0 on rk3368
clk: rockchip: use clock ids for PCLK_DPHYRX and PCLK_DPHYTX0 on rk3368
clk: rockchip: add clock id for SCLK_VIP_OUT on rk3368
clk: rockchip: use clock id for SCLK_VIP_OUT on rk3368
clk: rockchip: fix DPHY gate locations on rk3368
Lee Jones (4):
clk: rockchip: Demote non-conformant kernel-doc headers in main clock code
clk: rockchip: Remove unused/undocumented struct members from clk-cpu
clk: rockchip: Demote kernel-doc abuses to standard comment blocks in plls
clk: rockchip: Demote non-conformant kernel-doc header in half-divider
drivers/clk/rockchip/clk-cpu.c | 4 ----
drivers/clk/rockchip/clk-half-divider.c | 2 +-
drivers/clk/rockchip/clk-pll.c | 6 +++---
drivers/clk/rockchip/clk-rk3368.c | 6 +++---
drivers/clk/rockchip/clk.c | 4 ++--
include/dt-bindings/clock/rk3368-cru.h | 3 +++
6 files changed, 12 insertions(+), 13 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-rockchip@lists.infradead.org, linux-clk@vger.kernel.org
Subject: [GIT PULL] Rockchip clock changes for 5.12
Date: Mon, 08 Feb 2021 01:50:45 +0100 [thread overview]
Message-ID: <3091603.aeNJFYEL58@phil> (raw)
Hi Mike, Stephen,
please find below Rockchip clock changes for 5.12
Please pull, thanks
Heiko
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.12-rockchip-clk1
for you to fetch changes up to 4bc23b3c83c9a3fc0a7dd8f2f11f451aa92c85cd:
clk: rockchip: fix DPHY gate locations on rk3368 (2021-02-06 01:05:04 +0100)
----------------------------------------------------------------
Kerneldoc fixes and some new rk3368 clock ids related to
camera input.
----------------------------------------------------------------
Heiko Stuebner (5):
clk: rockchip: add clock ids for PCLK_DPHYRX and PCLK_DPHYTX0 on rk3368
clk: rockchip: use clock ids for PCLK_DPHYRX and PCLK_DPHYTX0 on rk3368
clk: rockchip: add clock id for SCLK_VIP_OUT on rk3368
clk: rockchip: use clock id for SCLK_VIP_OUT on rk3368
clk: rockchip: fix DPHY gate locations on rk3368
Lee Jones (4):
clk: rockchip: Demote non-conformant kernel-doc headers in main clock code
clk: rockchip: Remove unused/undocumented struct members from clk-cpu
clk: rockchip: Demote kernel-doc abuses to standard comment blocks in plls
clk: rockchip: Demote non-conformant kernel-doc header in half-divider
drivers/clk/rockchip/clk-cpu.c | 4 ----
drivers/clk/rockchip/clk-half-divider.c | 2 +-
drivers/clk/rockchip/clk-pll.c | 6 +++---
drivers/clk/rockchip/clk-rk3368.c | 6 +++---
drivers/clk/rockchip/clk.c | 4 ++--
include/dt-bindings/clock/rk3368-cru.h | 3 +++
6 files changed, 12 insertions(+), 13 deletions(-)
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2021-02-08 0:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-08 0:50 Heiko Stuebner [this message]
2021-02-08 0:50 ` [GIT PULL] Rockchip clock changes for 5.12 Heiko Stuebner
2021-02-08 20:24 ` Stephen Boyd
2021-02-08 20:24 ` 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=3091603.aeNJFYEL58@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.