From: Abel Vesa <abel.vesa@nxp.com>
To: Sascha Hauer <kernel@pengutronix.de>,
Lucas Stach <l.stach@pengutronix.de>,
Aisheng DONG <aisheng.dong@nxp.com>,
Stephen Boyd <sboyd@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>,
Rob Herring <robh@kernel.org>, Abel Vesa <abel.vesa@nxp.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Abel Vesa <abelvesa@linux.com>, dl-linux-imx <linux-imx@nxp.com>,
Fabio Estevam <fabio.estevam@nxp.com>,
Shawn Guo <shawnguo@kernel.org>,
"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: [PATCH v15 0/5] Add i.MX8MQ clock driver
Date: Sat, 1 Dec 2018 10:52:09 +0000 [thread overview]
Message-ID: <1543661502-18573-1-git-send-email-abel.vesa@nxp.com> (raw)
Unfortunately, there was a problem with some divisions by 64-bit values
in the Fractional PLL which led to a link failuire on arm32.
That has been fixed now without any kind of functionality changes.
Though the v14 has made it to clk-next, due to the arm32 build failure,
this patch series had to be dropped until the failure gets fixed.
Stephen, please take this in one more time and sorry for all the trouble
caused by this series. Thanks for all the support.
Here is a link to the 14th version:
https://lkml.org/lkml/2018/11/29/767
Changes since v14:
* fixed all the divisions by 64-bit by replacing with do_divs in clk-frac-pll
Abel Vesa (2):
clk: imx: Add imx composite clock
clk: imx: Add clock driver for i.MX8MQ CCM
Lucas Stach (3):
dt-bindings: Add binding for i.MX8MQ CCM
clk: imx: Add fractional PLL output clock
clk: imx: Add SCCG PLL type
.../devicetree/bindings/clock/imx8mq-clock.txt | 20 +
drivers/clk/imx/Makefile | 6 +-
drivers/clk/imx/clk-composite-8m.c | 178 +++++++
drivers/clk/imx/clk-frac-pll.c | 232 ++++++++
drivers/clk/imx/clk-imx8mq.c | 589 +++++++++++++++++++++
drivers/clk/imx/clk-sccg-pll.c | 256 +++++++++
drivers/clk/imx/clk.h | 64 +++
include/dt-bindings/clock/imx8mq-clock.h | 395 ++++++++++++++
8 files changed, 1739 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
next reply other threads:[~2018-12-01 10:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-01 10:52 Abel Vesa [this message]
2018-12-01 10:52 ` [PATCH v15 1/5] dt-bindings: Add binding for i.MX8MQ CCM Abel Vesa
2018-12-03 18:17 ` Stephen Boyd
2018-12-01 10:52 ` [PATCH v15 2/5] clk: imx: Add fractional PLL output clock Abel Vesa
2018-12-03 18:17 ` Stephen Boyd
2018-12-01 10:52 ` [PATCH v15 3/5] clk: imx: Add SCCG PLL type Abel Vesa
2018-12-03 18:17 ` Stephen Boyd
2018-12-01 10:52 ` [PATCH v15 4/5] clk: imx: Add imx composite clock Abel Vesa
2018-12-03 18:17 ` Stephen Boyd
2018-12-01 10:52 ` [PATCH v15 5/5] clk: imx: Add clock driver for i.MX8MQ CCM Abel Vesa
2018-12-03 18:18 ` Stephen Boyd
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=1543661502-18573-1-git-send-email-abel.vesa@nxp.com \
--to=abel.vesa@nxp.com \
--cc=abelvesa@linux.com \
--cc=aisheng.dong@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--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).