linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v12 0/5] Add i.MX8MQ clock driver
@ 2018-11-07 12:38 Abel Vesa
  2018-11-07 12:38 ` [PATCH v12 1/5] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Abel Vesa @ 2018-11-07 12:38 UTC (permalink / raw)
  To: Sascha Hauer, Lucas Stach, A.s. Dong
  Cc: Michael Turquette, Stephen Boyd, Rob Herring, Mark Rutland,
	Shawn Guo, Fabio Estevam, dl-linux-imx, linux-clk, devicetree,
	linux-kernel, linux-arm-kernel, Abel Vesa, Abel Vesa

So this is all cleaned up now. The switch from clk to clk_hw registration
is done only for the newly added clock types because changing the older
ones will imply a bigger change. I will spend some time on that, but this
can't be delayed by that since this is needed in order to boot up.

Here is a link to the 11th version:
https://lkml.org/lkml/2018/10/10/292

Changes since v11:
 * changed the authorship of the CCM driver
     since it has changed drastically from the original version.
 * changed the CCM driver to platform driver
 * changed all new clock types to clk_hw based registration
 * fixed the all other comments from Stephen

Abel Vesa (2):
  clk: imx: Add imx composite clock
  clk: imx: Add clock driver for i.MX8MQ CCM

Lucas Stach (3):
  dt-bindings: add binding for i.MX8MQ CCM
  clk: imx: add fractional PLL output clock
  clk: imx: Add SCCG PLL type

 .../devicetree/bindings/clock/imx8mq-clock.txt     |  20 +
 drivers/clk/imx/Makefile                           |   6 +-
 drivers/clk/imx/clk-composite-8m.c                 | 178 +++++++
 drivers/clk/imx/clk-frac-pll.c                     | 221 ++++++++
 drivers/clk/imx/clk-imx8mq.c                       | 589 +++++++++++++++++++++
 drivers/clk/imx/clk-sccg-pll.c                     | 256 +++++++++
 drivers/clk/imx/clk.h                              |  64 +++
 include/dt-bindings/clock/imx8mq-clock.h           | 395 ++++++++++++++
 8 files changed, 1728 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/imx8mq-clock.txt
 create mode 100644 drivers/clk/imx/clk-composite-8m.c
 create mode 100644 drivers/clk/imx/clk-frac-pll.c
 create mode 100644 drivers/clk/imx/clk-imx8mq.c
 create mode 100644 drivers/clk/imx/clk-sccg-pll.c
 create mode 100644 include/dt-bindings/clock/imx8mq-clock.h

-- 
2.7.4


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

end of thread, other threads:[~2018-11-09 17:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 12:38 [PATCH v12 0/5] Add i.MX8MQ clock driver Abel Vesa
2018-11-07 12:38 ` [PATCH v12 1/5] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
2018-11-07 12:38 ` [PATCH v12 2/5] clk: imx: add fractional PLL output clock Abel Vesa
2018-11-09 10:18   ` kbuild test robot
2018-11-09 17:25     ` Stephen Boyd
2018-11-07 12:38 ` [PATCH v12 3/5] clk: imx: Add SCCG PLL type Abel Vesa
2018-11-07 12:38 ` [PATCH v12 4/5] clk: imx: Add imx composite clock Abel Vesa
2018-11-07 12:38 ` [PATCH v12 5/5] clk: imx: Add clock driver for i.MX8MQ CCM Abel Vesa

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).