All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] NT39016 cleanup
@ 2020-08-20 12:12 ` Paul Cercueil
  0 siblings, 0 replies; 12+ messages in thread
From: Paul Cercueil @ 2020-08-20 12:12 UTC (permalink / raw)
  To: Thierry Reding, Sam Ravnborg; +Cc: Paul Cercueil, od, linux-kernel, dri-devel

A few cleanups to the Novatek NT39016 panel driver:

- Reorder function calls in probe, so that drm_panel_of_backlight() is
  called after drm_panel_init(), as requested by the function's
  documentation;
- Use the 'dev' field inside the drm_panel structure, instead of using a
  separate field in the driver's private structure.

Cheers,
-Paul

Paul Cercueil (2):
  drm/panel: novatek,nt39016: Reorder calls in probe
  drm/panel: novatek,nt39016: Remove 'dev' field in priv struct

 drivers/gpu/drm/panel/panel-novatek-nt39016.c | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

-- 
2.28.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-08-21  7:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20 12:12 [PATCH v2 0/2] NT39016 cleanup Paul Cercueil
2020-08-20 12:12 ` Paul Cercueil
2020-08-20 12:12 ` [PATCH v2 1/2] drm/panel: novatek,nt39016: Reorder calls in probe Paul Cercueil
2020-08-20 12:12   ` Paul Cercueil
2020-08-20 15:53   ` [PATCH v2 1/2] drm/panel: novatek, nt39016: " Sam Ravnborg
2020-08-20 15:53     ` [PATCH v2 1/2] drm/panel: novatek,nt39016: " Sam Ravnborg
2020-08-20 16:37     ` [PATCH v2 1/2] drm/panel: novatek, nt39016: " Paul Cercueil
2020-08-20 16:37       ` [PATCH v2 1/2] drm/panel: novatek,nt39016: " Paul Cercueil
2020-08-20 12:12 ` [PATCH v2 2/2] drm/panel: novatek, nt39016: Remove 'dev' field in priv struct Paul Cercueil
2020-08-20 12:12   ` [PATCH v2 2/2] drm/panel: novatek,nt39016: " Paul Cercueil
2020-08-20 15:53   ` [PATCH v2 2/2] drm/panel: novatek, nt39016: " Sam Ravnborg
2020-08-20 15:53     ` [PATCH v2 2/2] drm/panel: novatek,nt39016: " Sam Ravnborg

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.