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

Changes since v10:
 * Renamed everything from imx_clk_composite_8m to imx8m_clk_composite

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-8m.c                 | 181 +++++++
 drivers/clk/imx/clk-frac-pll.c                     | 215 ++++++++
 drivers/clk/imx/clk-imx8mq.c                       | 602 +++++++++++++++++++++
 drivers/clk/imx/clk-sccg-pll.c                     | 237 ++++++++
 drivers/clk/imx/clk.h                              |  64 +++
 include/dt-bindings/clock/imx8mq-clock.h           | 395 ++++++++++++++
 8 files changed, 1719 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] 9+ messages in thread

end of thread, other threads:[~2018-10-17 18:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10  7:45 [PATCH v11 0/5] Add i.MX8MQ clock driver Abel Vesa
2018-10-10  7:45 ` [PATCH v11 1/5] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
2018-10-17 18:02   ` Stephen Boyd
2018-10-10  7:45 ` [PATCH v11 2/5] clk: imx: add fractional PLL output clock Abel Vesa
2018-10-10  7:45 ` [PATCH v11 3/5] clk: imx: add SCCG PLL type Abel Vesa
2018-10-10  7:45 ` [PATCH v11 4/5] clk: imx: add imx composite clock Abel Vesa
2018-10-17 18:02   ` Stephen Boyd
2018-10-10  7:45 ` [PATCH v11 5/5] clk: imx: add clock driver for i.MX8MQ CCM Abel Vesa
2018-10-17 17:55   ` Stephen Boyd

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