From: Abel Vesa <abel.vesa@nxp.com>
To: Lucas Stach <l.stach@pengutronix.de>,
Sascha Hauer <kernel@pengutronix.de>,
Dong Aisheng <aisheng.dong@nxp.com>,
Fabio Estevam <fabio.estevam@nxp.com>,
Anson Huang <anson.huang@nxp.com>
Cc: linux-clk@vger.kernel.org, linux-imx@nxp.com,
Shawn Guo <shawnguo@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Abel Vesa <abelvesa@linux.com>, Abel Vesa <abel.vesa@nxp.com>
Subject: [PATCH v6 0/5] Add i.MX8MQ clock driver
Date: Wed, 22 Aug 2018 16:48:18 +0300 [thread overview]
Message-ID: <1534945703-4730-1-git-send-email-abel.vesa@nxp.com> (raw)
Fifth version can be found here:
https://lkml.org/lkml/2018/8/20/83
Changes since v5:
* Fixed the predivider and divider register values as
reported by Sascha.
* Changed the commit message of the 4th patch to match
with what the commit is adding
Changes since v4:
* Implemented divider ops and used clk-composite as suggested
by Sascha Hauer.
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 | 157 +++++
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, 1741 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
next reply other threads:[~2018-08-22 13:48 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-22 13:48 Abel Vesa [this message]
2018-08-22 13:48 ` [PATCH v6 1/5] dt-bindings: add binding for i.MX8MQ CCM Abel Vesa
2018-08-22 13:48 ` [PATCH v6 2/5] clk: imx: add fractional PLL output clock Abel Vesa
2018-08-22 13:48 ` [PATCH v6 3/5] clk: imx: add SCCG PLL type Abel Vesa
2018-08-24 7:40 ` Sascha Hauer
2018-08-28 10:58 ` Abel Vesa
2018-08-28 19:11 ` Andrey Smirnov
2018-09-04 13:13 ` Abel Vesa
2018-09-04 19:30 ` Andrey Smirnov
2018-08-28 18:47 ` Andrey Smirnov
2018-08-22 13:48 ` [PATCH v6 4/5] clk: imx: add imx composite clock Abel Vesa
2018-08-24 7:43 ` Sascha Hauer
2018-08-22 13:48 ` [PATCH v6 5/5] clk: imx: add clock driver for i.MX8MQ CCM Abel Vesa
2018-08-24 7:58 ` Sascha Hauer
2018-08-28 18:45 ` Andrey Smirnov
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=1534945703-4730-1-git-send-email-abel.vesa@nxp.com \
--to=abel.vesa@nxp.com \
--cc=abelvesa@linux.com \
--cc=aisheng.dong@nxp.com \
--cc=anson.huang@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=linux-clk@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--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).