All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: meson: Add video clocks path
@ 2018-07-20  9:39 ` Neil Armstrong
  0 siblings, 0 replies; 24+ messages in thread
From: Neil Armstrong @ 2018-07-20  9:39 UTC (permalink / raw)
  To: jbrunet
  Cc: Neil Armstrong, linux-clk, linux-amlogic, linux-arm-kernel, linux-kernel

This patchset adds initial support the Video Clocks used in the Display
Pipelin from the DRM driver.
The DRM driver is in his way to finaly switch to the Common Clock Framework
to setup the clock path, this adds the clock entries that will be used
by the DRM driver in a near future.

The vid_pll programmable divider is introduced in its R/O form right now,
but will be extended to be R/W in a next iteration.

Until the DRM driver actually uses these clocks, the Gates are marked as
IGNORE_IF_UNSUSED and the MUX/Dividers as NOCACHE since the registers
will be modified directly.

Neil Armstrong (2):
  clk: meson: Add vid_pll divider driver
  clk: meson-gxbb: Add video clocks

 drivers/clk/meson/Makefile            |   2 +-
 drivers/clk/meson/clkc.h              |   6 +
 drivers/clk/meson/gxbb.c              | 667 ++++++++++++++++++++++++++++++++++
 drivers/clk/meson/gxbb.h              |  24 +-
 drivers/clk/meson/vid-pll-div.c       |  90 +++++
 include/dt-bindings/clock/gxbb-clkc.h |  17 +
 6 files changed, 803 insertions(+), 3 deletions(-)
 create mode 100644 drivers/clk/meson/vid-pll-div.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2018-07-24 12:07 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-20  9:39 [PATCH 0/2] clk: meson: Add video clocks path Neil Armstrong
2018-07-20  9:39 ` Neil Armstrong
2018-07-20  9:39 ` Neil Armstrong
2018-07-20  9:39 ` [PATCH 1/2] clk: meson: Add vid_pll divider driver Neil Armstrong
2018-07-20  9:39   ` Neil Armstrong
2018-07-20  9:39   ` Neil Armstrong
2018-07-20 19:17   ` Martin Blumenstingl
2018-07-20 19:17     ` Martin Blumenstingl
2018-07-20 19:17     ` Martin Blumenstingl
2018-07-24 11:56     ` Neil Armstrong
2018-07-24 11:56       ` Neil Armstrong
2018-07-24 11:56       ` Neil Armstrong
2018-07-20  9:39 ` [PATCH 2/2] clk: meson-gxbb: Add video clocks Neil Armstrong
2018-07-20  9:39   ` Neil Armstrong
2018-07-20  9:39   ` Neil Armstrong
2018-07-20 19:00   ` Martin Blumenstingl
2018-07-20 19:00     ` Martin Blumenstingl
2018-07-20 19:00     ` Martin Blumenstingl
2018-07-24 12:04     ` Neil Armstrong
2018-07-24 12:04       ` Neil Armstrong
2018-07-24 12:04       ` Neil Armstrong
2018-07-24 12:07       ` Neil Armstrong
2018-07-24 12:07         ` Neil Armstrong
2018-07-24 12:07         ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.