All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] More meson HDMI fixes
@ 2020-11-20  9:42 ` Marc Zyngier
  0 siblings, 0 replies; 40+ messages in thread
From: Marc Zyngier @ 2020-11-20  9:42 UTC (permalink / raw)
  To: Neil Armstrong, Kevin Hilman
  Cc: Martin Blumenstingl, Guillaume Tucker, linux-kernel, dri-devel,
	linux-amlogic, kernel-team, linux-arm-kernel, Jerome Brunet

Guillaume reported that my earlier fixes for the meson HDMI driver
broke another set of machines which are now exploding (clock not
enabled).

I have thus reconsidered the approach and came up with an alternative
fix (enable a missing clock), which Guillaume confirmed to be working.
Jerome pointed out that this driver is leaking clock references like a
sieve, so that needed addressing too.

The first patch start by fixing the clock leakage using a devm
facility.

The second patch addresses the earlier crash by reusing the
infrastructure put together in the first patch.

Tested on VIM3l.

Marc Zyngier (2):
  drm/meson: dw-hdmi: Disable clocks on driver teardown
  drm/meson: dw-hdmi: Enable the iahb clock early enough

 drivers/gpu/drm/meson/meson_dw_hdmi.c | 51 ++++++++++++++++++---------
 1 file changed, 35 insertions(+), 16 deletions(-)

-- 
2.28.0


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

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

end of thread, other threads:[~2020-11-23 14:16 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-20  9:42 [PATCH 0/2] More meson HDMI fixes Marc Zyngier
2020-11-20  9:42 ` Marc Zyngier
2020-11-20  9:42 ` Marc Zyngier
2020-11-20  9:42 ` Marc Zyngier
2020-11-20  9:42 ` [PATCH 1/2] drm/meson: dw-hdmi: Disable clocks on driver teardown Marc Zyngier
2020-11-20  9:42   ` Marc Zyngier
2020-11-20  9:42   ` Marc Zyngier
2020-11-20  9:42   ` Marc Zyngier
2020-11-20 12:26   ` Neil Armstrong
2020-11-20 12:26     ` Neil Armstrong
2020-11-20 12:26     ` Neil Armstrong
2020-11-20 12:26     ` Neil Armstrong
2020-11-23 14:03   ` Jerome Brunet
2020-11-23 14:03     ` Jerome Brunet
2020-11-23 14:03     ` Jerome Brunet
2020-11-23 14:03     ` Jerome Brunet
2020-11-23 14:15     ` Marc Zyngier
2020-11-23 14:15       ` Marc Zyngier
2020-11-23 14:15       ` Marc Zyngier
2020-11-23 14:15       ` Marc Zyngier
2020-11-20  9:42 ` [PATCH 2/2] drm/meson: dw-hdmi: Enable the iahb clock early enough Marc Zyngier
2020-11-20  9:42   ` Marc Zyngier
2020-11-20  9:42   ` Marc Zyngier
2020-11-20  9:42   ` Marc Zyngier
2020-11-20 10:54   ` Guillaume Tucker
2020-11-20 10:54     ` Guillaume Tucker
2020-11-20 10:54     ` Guillaume Tucker
2020-11-20 10:54     ` Guillaume Tucker
2020-11-20 11:10     ` Marc Zyngier
2020-11-20 11:10       ` Marc Zyngier
2020-11-20 11:10       ` Marc Zyngier
2020-11-20 11:10       ` Marc Zyngier
2020-11-20 12:18       ` Neil Armstrong
2020-11-20 12:18         ` Neil Armstrong
2020-11-20 12:18         ` Neil Armstrong
2020-11-20 12:18         ` Neil Armstrong
2020-11-20 12:27   ` Neil Armstrong
2020-11-20 12:27     ` Neil Armstrong
2020-11-20 12:27     ` Neil Armstrong
2020-11-20 12:27     ` 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.