linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add i.MX8MQ clock driver
@ 2018-08-09 14:45 Abel Vesa
  2018-08-09 14:45 ` [PATCH v3 1/4] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Abel Vesa @ 2018-08-09 14:45 UTC (permalink / raw)
  To: Lucas Stach, Dong Aisheng, Pengutronix Kernel Team
  Cc: Michael Turquette, Stephen Boyd, Rob Herring, Mark Rutland,
	Shawn Guo, Fabio Estevam, linux-imx, linux-clk, devicetree,
	linux-arm-kernel, linux-kernel, Abel Vesa

This is basically just a resend of the following patchset:

https://www.spinics.net/lists/linux-clk/msg23141.html

I've just updated the patchset and implemented Shawn's
and Aisheng's comments.

I hope I haven't missed any of their comments.

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

 .../devicetree/bindings/clock/imx8mq-clock.txt     |  20 +
 drivers/clk/imx/Makefile                           |   5 +-
 drivers/clk/imx/clk-frac-pll.c                     | 230 ++++++
 drivers/clk/imx/clk-imx8mq.c                       | 856 +++++++++++++++++++++
 drivers/clk/imx/clk-sccg-pll.c                     | 231 ++++++
 drivers/clk/imx/clk.h                              |  48 ++
 include/dt-bindings/clock/imx8mq-clock.h           | 629 +++++++++++++++
 7 files changed, 2018 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/imx8mq-clock.txt
 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] 7+ messages in thread

end of thread, other threads:[~2018-08-10  6:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-09 14:45 [PATCH v3 0/4] Add i.MX8MQ clock driver Abel Vesa
2018-08-09 14:45 ` [PATCH v3 1/4] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
2018-08-09 21:37   ` Rob Herring
2018-08-09 14:45 ` [PATCH v3 2/4] clk: imx: add fractional PLL output clock Abel Vesa
2018-08-09 14:45 ` [PATCH v3 3/4] clk: imx: add SCCG PLL type Abel Vesa
2018-08-09 14:45 ` [PATCH v3 4/4] clk: imx: add clock driver for i.MX8MQ CCM Abel Vesa
2018-08-10  6:03 ` [PATCH v3 0/4] Add i.MX8MQ clock driver Sascha Hauer

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