From: Shawn Guo <shawnguo@kernel.org>
To: Stephen Boyd <sboyd@codeaurora.org>,
Michael Turquette <mturquette@baylibre.com>
Cc: Jiancheng Xue <xuejiancheng@hisilicon.com>, linux-clk@vger.kernel.org
Subject: [GIT PULL v2] Hi3798cv200 clock driver update for 4.17
Date: Mon, 12 Mar 2018 16:26:45 +0800 [thread overview]
Message-ID: <20180312082644.GA26859@dragon> (raw)
Hi Stephen, Mike,
This is v2 of Hi3798cv200 clock driver pull request [1]. It includes
the eMMC phase clock support patches [2] on top of v1. I believe they
are ready to go. Please consider to pull it for 4.17. Thanks.
Shawn
[1] https://www.spinics.net/lists/linux-clk/msg23911.html
[2] https://patchwork.kernel.org/patch/10258235/
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/clk-hi3798cv200-4.17
for you to fetch changes up to d1b0399543cec5fa5d3a2d33b525a7cd7912e635:
clk: hi3798cv200: add emmc sample and drive clock (2018-03-12 15:56:58 +0800)
----------------------------------------------------------------
Hi3798CV200 clock driver updates for 4.17:
- Add COMBPHY0 and USB2_OTG_UTMI clock support.
- Correct the parent clock of HISTB_IR_CLK.
- Fix unregister call sequence in hi3798cv200_clk_register() function.
- A coding-style improvement on Hi3798CV200 driver code indent.
- Add a HiSilicon specific phase clock type and using the type for eMMC
clocks on Hi3798CV200.
----------------------------------------------------------------
Jianguo Sun (1):
clk: hi3798cv200: add COMBPHY0 clock support
Shawn Guo (3):
clk: hi3798cv200: fix unregister call sequence in error path
clk: hi3798cv200: add support for HISTB_USB2_OTG_UTMI_CLK
clk: hi3798cv200: fix define indentation
Younian Wang (1):
clk: hi3798cv200: correct IR clock parent
tianshuliang (2):
clk: hisilicon: add hisi phase clock support
clk: hi3798cv200: add emmc sample and drive clock
drivers/clk/hisilicon/Makefile | 2 +-
drivers/clk/hisilicon/clk-hisi-phase.c | 121 ++++++++++++++++++++++++++++++++
drivers/clk/hisilicon/clk.c | 24 +++++++
drivers/clk/hisilicon/clk.h | 19 +++++
drivers/clk/hisilicon/crg-hi3798cv200.c | 100 ++++++++++++++++----------
include/dt-bindings/clock/histb-clock.h | 55 ++++++++-------
6 files changed, 257 insertions(+), 64 deletions(-)
create mode 100644 drivers/clk/hisilicon/clk-hisi-phase.c
next reply other threads:[~2018-03-12 8:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-12 8:26 Shawn Guo [this message]
2018-03-14 21:36 ` [GIT PULL v2] Hi3798cv200 clock driver update for 4.17 Stephen Boyd
2018-03-15 1:07 ` Shawn Guo
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=20180312082644.GA26859@dragon \
--to=shawnguo@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@codeaurora.org \
--cc=xuejiancheng@hisilicon.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox