public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add eMMC phase clock support for Hi3798CV200
@ 2018-03-05  7:01 Shawn Guo
  2018-03-05  7:01 ` [PATCH v2 1/2] clk: hisilicon: add hisi phase clock support Shawn Guo
  2018-03-05  7:01 ` [PATCH v2 2/2] clk: hi3798cv200: add emmc sample and drive clock Shawn Guo
  0 siblings, 2 replies; 4+ messages in thread
From: Shawn Guo @ 2018-03-05  7:01 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Michael Turquette, Jiancheng Xue, Jianguo Sun, linux-clk,
	Shawn Guo

Hi Stephen,

The series adds a phase clock type for eMMC support on Hi3798CV200 SoC.
It has a few updates on the first version posted by Jiancheng [1] as
below.

Changes for v2:
 - Rebase to v4.16-rc.
 - Use SPDX-License-Identifier.
 - Coding-style fixes and indentation improvements.
 - Make hisi_phase_clock resource managed, so that unregister function
   calls for this clock can be completely saved.
 - Name phase clock fields degrees vs. regvals to make them more
   explicit.
 - Add .get_phase function support.

[1] https://lkml.org/lkml/2017/10/17/1207

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 |  20 ++++++
 5 files changed, 185 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/hisilicon/clk-hisi-phase.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-12  7:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05  7:01 [PATCH v2 0/2] Add eMMC phase clock support for Hi3798CV200 Shawn Guo
2018-03-05  7:01 ` [PATCH v2 1/2] clk: hisilicon: add hisi phase clock support Shawn Guo
2018-03-12  7:56   ` Shawn Guo
2018-03-05  7:01 ` [PATCH v2 2/2] clk: hi3798cv200: add emmc sample and drive clock Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox