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