All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: meson8b: allow the HDMI driver to manage "hdmi_sys"
@ 2020-03-30 23:45 ` Martin Blumenstingl
  0 siblings, 0 replies; 15+ messages in thread
From: Martin Blumenstingl @ 2020-03-30 23:45 UTC (permalink / raw)
  To: linux-amlogic, jbrunet, narmstrong
  Cc: Martin Blumenstingl, devicetree, linux-kernel, linux-arm-kernel,
	linux-clk

The "hdmi_sys" clock is driving the HDMI TX controller. The
controller's IP seems to use this clock for example to derived the DDC
clock.

Testing has shown that we can disable this clock without locking up the
system (as long as we don't read the HDMI TX registers while this clock
is disabled - this can't happen as we don't have a driver yet and once
we have one that driver will enable this clock).


Martin Blumenstingl (2):
  clk: meson8b: export the HDMI system clock
  clk: meson: meson8b: make the hdmi_sys clock tree mutable

 drivers/clk/meson/meson8b.c              | 6 +++---
 drivers/clk/meson/meson8b.h              | 1 -
 include/dt-bindings/clock/meson8b-clkc.h | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
2.26.0


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2020-04-14 13:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-30 23:45 [PATCH 0/2] clk: meson8b: allow the HDMI driver to manage "hdmi_sys" Martin Blumenstingl
2020-03-30 23:45 ` Martin Blumenstingl
2020-03-30 23:45 ` Martin Blumenstingl
2020-03-30 23:45 ` [PATCH 1/2] clk: meson8b: export the HDMI system clock Martin Blumenstingl
2020-03-30 23:45   ` Martin Blumenstingl
2020-03-30 23:45   ` Martin Blumenstingl
2020-04-10 17:46   ` Rob Herring
2020-04-10 17:46     ` Rob Herring
2020-04-10 17:46     ` Rob Herring
2020-03-30 23:45 ` [PATCH 2/2] clk: meson: meson8b: make the hdmi_sys clock tree mutable Martin Blumenstingl
2020-03-30 23:45   ` Martin Blumenstingl
2020-03-30 23:45   ` Martin Blumenstingl
2020-04-14 13:01 ` [PATCH 0/2] clk: meson8b: allow the HDMI driver to manage "hdmi_sys" Jerome Brunet
2020-04-14 13:01   ` Jerome Brunet
2020-04-14 13:01   ` Jerome Brunet

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.