public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/rockchip: lvds: probe logging improvements
@ 2025-03-01 17:35 Heiko Stuebner
  2025-03-01 17:35 ` [PATCH v2 1/2] drm/rockchip: lvds: move pclk preparation in with clk_get Heiko Stuebner
  2025-03-01 17:35 ` [PATCH v2 2/2] drm/rockchip: lvds: Hide scary error messages on probe deferral Heiko Stuebner
  0 siblings, 2 replies; 7+ messages in thread
From: Heiko Stuebner @ 2025-03-01 17:35 UTC (permalink / raw)
  To: heiko
  Cc: andy.yan, maarten.lankhorst, mripard, tzimmermann, dri-devel,
	linux-arm-kernel, linux-rockchip, linux-kernel, quentin.schulz

Getting the panel already uses dev_err_probe to stay silent, when
the panel just probes later, and the lvds defers.

But the phy needed on px30, also has the capability to probe after
the lvds. So make the rest of the lvds probe/bind logic also use
more modern logging than DRM_DEV_ERR, that is deprecated anyway.

changes in v2:
- reword the messages about getting (and preparing) pclk (Quentin)
- use a ret = dev_err_probe(dev, -EINVAL, ...) pattern
  in some (additional) places (Quentin)

Heiko Stuebner (2):
  drm/rockchip: lvds: move pclk preparation in with clk_get
  drm/rockchip: lvds: Hide scary error messages on probe deferral

 drivers/gpu/drm/rockchip/rockchip_lvds.c | 78 +++++++++---------------
 1 file changed, 28 insertions(+), 50 deletions(-)

-- 
2.47.2



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

end of thread, other threads:[~2025-03-04 12:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-01 17:35 [PATCH v2 0/2] drm/rockchip: lvds: probe logging improvements Heiko Stuebner
2025-03-01 17:35 ` [PATCH v2 1/2] drm/rockchip: lvds: move pclk preparation in with clk_get Heiko Stuebner
2025-03-04  1:29   ` Andy Yan
2025-03-01 17:35 ` [PATCH v2 2/2] drm/rockchip: lvds: Hide scary error messages on probe deferral Heiko Stuebner
2025-03-04  1:31   ` Andy Yan
2025-03-04 11:46   ` Quentin Schulz
2025-03-04 12:38     ` Heiko Stübner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox