public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Drop ID table and conditionals around of_node pointers
@ 2023-08-31  8:09 Biju Das
  2023-08-31  8:09 ` [PATCH v6 1/4] drm/bridge/analogix/anx78xx: Drop ID table Biju Das
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Biju Das @ 2023-08-31  8:09 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	Andrzej Hajda, Neil Armstrong, Robert Foss, David Airlie,
	Daniel Vetter
  Cc: Biju Das, Laurent Pinchart, Jonas Karlman, Jernej Skrabec,
	Uwe Kleine-König, Douglas Anderson, Zhu Wang, dri-devel,
	linux-kernel, Andy Shevchenko

This patch series aims to drop ID table and conditionals around of_node
pointers for anx78xx driver.

While at it, drop CONFIG_OF conditionals around of_node pointers from
drm_bridge.h and all the drm/bridge drivers.

v5->v6:
 * Dropped CONFIG_OF conditionals from all bridge drivers.
 * Added Rb tag from Douglas Anderson and for patch#2 and #3.
 * Added Rb tag from Laurent for patch#2.
 * Dropped unnecessary CONFIG_OF conditional around 
   devm_drm_of_get_bridge() and drmm_of_get_bridge().
v4->v5:
 * Added Rb tag from Andy and Helen for patch#1.
 * Split patch#2 into two
 * Added struct device_node forward declaration for patch#2.
 * Updated commit description for patch#2
v3->v4:
 * Created patch#2 for dropping conditionals around of_node pointers.
 * Added Rb tag from Laurent and Douglas Anderson for patch#1.
v2->v3:
 * Updated commit header.
v1->v2:
 * Dropped ID table support.

Biju Das (4):
  drm/bridge/analogix/anx78xx: Drop ID table
  drm/bridge: Drop conditionals around of_node pointers
  drm/bridge: Drop CONFIG_OF conditionals around of_node pointers
  drm/bridge: panel: Drop CONFIG_OF conditional around 
    *_of_get_bridge()

 drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 9 ---------
 drivers/gpu/drm/bridge/panel.c                     | 5 -----
 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c          | 2 --
 drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c      | 2 --
 include/drm/drm_bridge.h                           | 4 ++--
 5 files changed, 2 insertions(+), 20 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-09-06 18:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31  8:09 [PATCH v6 0/4] Drop ID table and conditionals around of_node pointers Biju Das
2023-08-31  8:09 ` [PATCH v6 1/4] drm/bridge/analogix/anx78xx: Drop ID table Biju Das
2023-09-06 15:41   ` Doug Anderson
2023-08-31  8:09 ` [PATCH v6 2/4] drm/bridge: Drop conditionals around of_node pointers Biju Das
2023-09-06 15:42   ` Doug Anderson
2023-08-31  8:09 ` [PATCH v6 3/4] drm/bridge: Drop CONFIG_OF " Biju Das
2023-08-31  9:29   ` Laurent Pinchart
2023-08-31 16:14   ` Andy Shevchenko
2023-09-06 15:42   ` Doug Anderson
2023-08-31  8:09 ` [PATCH v6 4/4] drm/bridge: panel: Drop CONFIG_OF conditional around *_of_get_bridge() Biju Das
2023-08-31  9:31   ` Laurent Pinchart
2023-08-31 10:47     ` Biju Das
2023-08-31 16:16       ` Andy Shevchenko
2023-09-06 15:42   ` Doug Anderson
2023-09-06 18:15     ` Biju Das

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