devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/2] clk: meson-g12a: Add EE clock controller driver
@ 2018-07-16  8:11 Jian Hu
  2018-07-16  8:11 ` [RESEND PATCH v2 1/2] dt-bindings: clk: meson-g12a: Add G12A EE Clock Bindings Jian Hu
  2018-07-16  8:11 ` [RESEND PATCH v2 2/2] clk: meson-g12a: Add EE Clock controller driver Jian Hu
  0 siblings, 2 replies; 6+ messages in thread
From: Jian Hu @ 2018-07-16  8:11 UTC (permalink / raw)
  To: Jerome Brunet, Neil Armstrong
  Cc: Qianggui, song, Rob Herring, devicetree, Martin Blumenstingl,
	Kevin Hilman, Michael Turquette, Yixun Lan, linux-kernel, Bo.yang,
	Stephen Boyd, Jian Hu, Qiufang Dai, linux-arm-kernel,
	Carlo Caione, linux-amlogic, Sunny.luo, linux-clk, Xingyu.chen

Add a Clock driver for the Everything-Else part of
the Amlogic Meson-G12A SoC.

Changes since v1 at[1]
-fix typo of 'Everything'.
-change the word ‘AmLogic’ to 'Amlogic'
-squash patch 1 and 2.
-delete usless message of "Trying obsolete regs".
-delete the empty line in include/dt-bindings/clock/g12a-clkc.h.
-rebase on top of the "next/drivers" branch, and add g12a clock patch.
-add CLK_MUX_ROUND_CLOSEST for g12a_sd_emmc_b_clk0_sel and
 g12a_sd_emmc_c_clk0_sel.

I have forgetten adding the PATCH version tag, so resend it 

[1]https://lkml.kernel.org/r/1531133549-25806-2-git-send-email-jian.hu@amlogic.com

Jian Hu (2):
  dt-bindings: clk: meson-g12a: Add G12A EE Clock Bindings
  clk: meson-g12a: Add EE Clock controller driver

 .../bindings/clock/amlogic,gxbb-clkc.txt           |   1 +
 drivers/clk/meson/Kconfig                          |  10 +
 drivers/clk/meson/Makefile                         |   1 +
 drivers/clk/meson/g12a.c                           | 994 +++++++++++++++++++++
 drivers/clk/meson/g12a.h                           | 122 +++
 include/dt-bindings/clock/g12a-clkc.h              |  92 ++
 6 files changed, 1220 insertions(+)
 create mode 100644 drivers/clk/meson/g12a.c
 create mode 100644 drivers/clk/meson/g12a.h
 create mode 100644 include/dt-bindings/clock/g12a-clkc.h

-- 
1.9.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2018-07-17 12:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-16  8:11 [RESEND PATCH v2 0/2] clk: meson-g12a: Add EE clock controller driver Jian Hu
2018-07-16  8:11 ` [RESEND PATCH v2 1/2] dt-bindings: clk: meson-g12a: Add G12A EE Clock Bindings Jian Hu
2018-07-16 10:30   ` Jerome Brunet
2018-07-16  8:11 ` [RESEND PATCH v2 2/2] clk: meson-g12a: Add EE Clock controller driver Jian Hu
2018-07-16 11:00   ` Jerome Brunet
2018-07-17 12:20     ` Jian Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).