linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Aisheng Dong <aisheng.dong@nxp.com>
To: "linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>
Cc: "linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"sboyd@kernel.org" <sboyd@kernel.org>,
	"mturquette@baylibre.com" <mturquette@baylibre.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	Aisheng Dong <aisheng.dong@nxp.com>
Subject: [PATCH 0/5] clk: imx8qm: prepare for imx8qm clock support
Date: Wed, 19 Dec 2018 15:27:02 +0000	[thread overview]
Message-ID: <1545232888-9302-1-git-send-email-aisheng.dong@nxp.com> (raw)

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


             reply	other threads:[~2018-12-19 15:27 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-19 15:27 Aisheng Dong [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1545232888-9302-1-git-send-email-aisheng.dong@nxp.com \
    --to=aisheng.dong@nxp.com \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@kernel.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).