All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v13 0/5] Add i.MX8MQ clock driver
@ 2018-11-13 16:19 ` Abel Vesa
  0 siblings, 0 replies; 45+ messages in thread
From: Abel Vesa @ 2018-11-13 16:19 UTC (permalink / raw)
  To: Sascha Hauer, Lucas Stach, A.s. Dong, Stephen Boyd
  Cc: Michael Turquette, Rob Herring, Mark Rutland, Shawn Guo,
	Fabio Estevam, dl-linux-imx, linux-clk, devicetree, linux-kernel,
	linux-arm-kernel, Abel Vesa, Abel Vesa

Here is a link to the 12th version:
https://lkml.org/lkml/2018/11/7/642

Changes since v12:
 * replaced the division in clk_pll_recalc_rate in clk-frac
   with do_div as suggested by 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] 45+ messages in thread

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

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-13 16:19 [PATCH v13 0/5] Add i.MX8MQ clock driver Abel Vesa
2018-11-13 16:19 ` Abel Vesa
2018-11-13 16:19 ` Abel Vesa
2018-11-13 16:19 ` [PATCH v13 1/5] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-13 16:19 ` [PATCH v13 2/5] clk: imx: add fractional PLL output clock Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-13 16:19 ` [PATCH v13 3/5] clk: imx: Add SCCG PLL type Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-13 16:19   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-13 16:20 ` [PATCH v13 4/5] clk: imx: Add imx composite clock Abel Vesa
2018-11-13 16:20   ` Abel Vesa
2018-11-13 16:20   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-13 16:20 ` [PATCH v13 5/5] clk: imx: Add clock driver for i.MX8MQ CCM Abel Vesa
2018-11-13 16:20   ` Abel Vesa
2018-11-13 16:20   ` Abel Vesa
2018-11-29 21:50   ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29 21:50     ` Stephen Boyd
2018-11-29  0:41 ` [PATCH v13 0/5] Add i.MX8MQ clock driver Stephen Boyd
2018-11-29  0:41   ` Stephen Boyd
2018-11-29  0:41   ` Stephen Boyd
2018-11-29  7:46   ` Aisheng DONG
2018-11-29  7:46     ` Aisheng DONG
2018-11-29  7:46     ` Aisheng DONG
2018-11-29 21:51     ` Stephen Boyd
2018-11-29 21:51       ` Stephen Boyd
2018-11-29 21:51       ` Stephen Boyd
2018-12-11  8:02       ` Shawn Guo
2018-12-11  8:02         ` Shawn Guo
2018-12-11  8:02         ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.