linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Add i.MX8MQ clock driver
@ 2018-08-16 15:27 Abel Vesa
  2018-08-16 15:27 ` [PATCH v4 1/5] 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-16 15:27 UTC (permalink / raw)
  To: Lucas Stach, Dong Aisheng, Fabio Estevam, Anson Huang
  Cc: linux-gpio, linux-imx, Shawn Guo, Pengutronix Kernel Team,
	Linus Walleij, Rob Herring, Mark Rutland, devicetree,
	linux-kernel, Abel Vesa, Abel Vesa

Third version can be found here:

https://www.spinics.net/lists/arm-kernel/msg671015.html

Changes since v3:
 * Added a composite clock type to get rid of some complexity
   from clk-imx8mq. This new composite clock type will also be
   used by all the imx8 socs that will follow.
 * Added back the reviewed-by tag.

Abel Vesa (1):
  clk: imx: add imx composite clock

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                           |   6 +-
 drivers/clk/imx/clk-composite.c                    | 471 +++++++++++++++
 drivers/clk/imx/clk-frac-pll.c                     | 230 ++++++++
 drivers/clk/imx/clk-imx8mq.c                       | 631 +++++++++++++++++++++
 drivers/clk/imx/clk-sccg-pll.c                     | 231 ++++++++
 drivers/clk/imx/clk.h                              |  57 ++
 include/dt-bindings/clock/imx8mq-clock.h           | 410 +++++++++++++
 8 files changed, 2055 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/clock/imx8mq-clock.txt
 create mode 100644 drivers/clk/imx/clk-composite.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] 7+ messages in thread

end of thread, other threads:[~2018-08-17  7:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-16 15:27 [PATCH v4 0/5] Add i.MX8MQ clock driver Abel Vesa
2018-08-16 15:27 ` [PATCH v4 1/5] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
2018-08-16 15:27 ` [PATCH v4 2/5] clk: imx: add fractional PLL output clock Abel Vesa
2018-08-16 15:27 ` [PATCH v4 3/5] clk: imx: add SCCG PLL type Abel Vesa
2018-08-16 15:27 ` [PATCH v4 4/5] clk: imx: add imx composite clock Abel Vesa
2018-08-17  7:25   ` Sascha Hauer
2018-08-16 15:27 ` [PATCH v4 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).