lkml.org 
[lkml]   [2018]   [Nov]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v14 0/5] Add i.MX8MQ clock driver
Date
Here is a link to the 13th version:
https://lkml.org/lkml/2018/11/13/1020

Changes since v13:
* included changes suggested by Stephen Boyd

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 | 223 ++++++++
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, 1730 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

\
 
 \ /
  Last update: 2018-11-29 10:30    [W:3.202 / U:0.508 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site