[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1534749367-31085-1-git-send-email-abel.vesa@nxp.com>
Date: Mon, 20 Aug 2018 10:16:02 +0300
From: Abel Vesa <abel.vesa@....com>
To: Lucas Stach <l.stach@...gutronix.de>,
Sascha Hauer <kernel@...gutronix.de>,
Dong Aisheng <aisheng.dong@....com>,
Fabio Estevam <fabio.estevam@....com>,
Anson Huang <anson.huang@....com>
Cc: linux-clk@...r.kernel.org, linux-imx@....com,
Shawn Guo <shawnguo@...nel.org>,
Linus Walleij <linus.walleij@...aro.org>,
Rob Herring <robh@...nel.org>,
Mark Rutland <mark.rutland@....com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Abel Vesa <abelvesa@...ux.com>, Abel Vesa <abel.vesa@....com>
Subject: [RESEND v5 0/5] Add i.MX8MQ clock driver
Resent this time on the right list (linux-clk instead of linux-gpio).
Fourth version can be found here:
https://lore.kernel.org/patchwork/cover/974998/
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 | 126 ++++
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, 1710 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
Powered by blists - more mailing lists