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

Changes since v4 at[5]
-add bypass clock "g12a_ee_core" from DT
-fix Kconfig description
-change g12a_mpll0_div/g12a_mpll1_div/g12a_mpll2_div/g12a_mpll3_div 
 clock's parent name as fixed_pll_dco
-drop CLK_SET_RATE_PARENT flag for pll clock
-drop CLK_GET_RATE_NOCACHE flag for pll_dco clock
-delete usless note
-enable G12A clock driver

Changes since v3 at[4]
-add fixed clocks clk_regmap definition

Changes since v2 at[2]
-fix fixed clocks's descriptions
-fix alignment
-add enable bit for plls base on [3] patches
-add fixed clock gate bit

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.

[1]https://lkml.kernel.org/r/1531133549-25806-2-git-send-email-jian.hu@amlogic.com
[2]https://lkml.kernel.org/r/1531728707-192230-2-git-send-email-jian.hu@amlogic.com
[3]https://lkml.kernel.org/r/20180717095617.12240-1-jbrunet@baylibre.com
[4]https://lkml.kernel.org/r/1533890858-113020-1-git-send-email-jian.hu@amlogic.com
[5]https://lkml.kernel.org/r/1541511349-121152-1-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 +
 arch/arm64/Kconfig.platforms                       |    1 +
 drivers/clk/meson/Kconfig                          |    8 +
 drivers/clk/meson/Makefile                         |    1 +
 drivers/clk/meson/g12a.c                           | 1185 ++++++++++++++++++++
 drivers/clk/meson/g12a.h                           |  130 +++
 include/dt-bindings/clock/g12a-clkc.h              |   93 ++
 7 files changed, 1419 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


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

end of thread, other threads:[~2018-12-11 14:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29 13:41 [PATCH v5 0/2] clk: meson-g12a: Add EE clock controller driver Jian Hu
2018-11-29 13:41 ` [PATCH v5 1/2] dt-bindings: clk: meson-g12a: Add G12A EE Clock Bindings Jian Hu
2018-12-03 23:06   ` Rob Herring
2018-12-05  3:10     ` Jian Hu
2018-12-11 14:39   ` Jerome Brunet
2018-11-29 13:41 ` [PATCH v5 2/2] clk: meson-g12a: Add EE Clock controller driver 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).