linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] clk: imx8qm: prepare for imx8qm clock support
@ 2018-12-19 15:27 Aisheng Dong
  2018-12-19 15:27 ` [PATCH 1/5] dt-bindings: fsl: scu: add fallback compatible string for clock Aisheng Dong
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Aisheng Dong @ 2018-12-19 15:27 UTC (permalink / raw)
  To: linux-clk
  Cc: linux-arm-kernel, sboyd, mturquette, shawnguo, Fabio Estevam,
	dl-linux-imx, kernel, Aisheng Dong

After a bit more investigation on IMX8QM, it seemed SCU clock can be used
in a similar way as IMX8QXP. So update the binding and driver to be a bit
generic for easily extension of IMX8QM support later.

Dong Aisheng (5):
  dt-bindings: fsl: scu: add fallback compatible string for clock
  dt-bindings: fsl: scu: add imx8qm scu clock support
  clk: imx: scu: add fallback compatible string support
  clk: imx8qxp: make the name of clock ID generic
  dt-bindings: imx8-clock: add a53 and a72 clock id

 .../devicetree/bindings/arm/freescale/fsl,scu.txt  |   7 +-
 drivers/clk/imx/clk-imx8qxp-lpcg.c                 | 146 +++++------
 drivers/clk/imx/clk-imx8qxp.c                      | 153 +++++------
 include/dt-bindings/clock/imx8-clock.h             | 291 +++++++++++++++++++++
 include/dt-bindings/clock/imx8qxp-clock.h          | 289 --------------------
 5 files changed, 446 insertions(+), 440 deletions(-)
 create mode 100644 include/dt-bindings/clock/imx8-clock.h
 delete mode 100644 include/dt-bindings/clock/imx8qxp-clock.h

-- 
2.7.4


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

end of thread, other threads:[~2018-12-23 15:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-19 15:27 [PATCH 0/5] clk: imx8qm: prepare for imx8qm clock support Aisheng Dong
2018-12-19 15:27 ` [PATCH 1/5] dt-bindings: fsl: scu: add fallback compatible string for clock Aisheng Dong
2018-12-19 15:27 ` [PATCH 2/5] dt-bindings: fsl: scu: add imx8qm scu clock support Aisheng Dong
2018-12-19 15:27 ` [PATCH 3/5] clk: imx: scu: add fallback compatible string support Aisheng Dong
2018-12-19 15:27 ` [PATCH 4/5] clk: imx8qxp: make the name of clock ID generic Aisheng Dong
2018-12-19 17:07   ` Fabio Estevam
2018-12-19 22:34     ` Daniel Baluta
2018-12-20  6:26     ` Aisheng Dong
2018-12-20 19:40       ` Stephen Boyd
2018-12-21  1:44         ` Aisheng Dong
2018-12-21 19:00           ` Stephen Boyd
2018-12-23 15:35             ` Aisheng Dong
2018-12-19 15:27 ` [PATCH 5/5] dt-bindings: imx8-clock: add a53 and a72 clock id Aisheng Dong
2018-12-21  1:51 ` [PATCH 0/5] clk: imx8qm: prepare for imx8qm clock support Aisheng Dong

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