Migrate dp501, tc358768 and ssd2825 to bridge UCLASS and OF graph. Fix and improve power supply requests, handling clocks, gpios. Clean up code a bit.
Svyatoslav Ryhel (13): video: bridge: dp501: convert to video bridge UCLASS video: bridge: tc358768: convert to video bridge UCLASS video: bridge: tc358768: convert to use of_graph video: bridge: tc358768: simplify power supplies request video: bridge: tc358768: remove need in clock name video: bridge: ssd2825: convert to video bridge UCLASS video: bridge: ssd2825: convert to use of_graph video: bridge: ssd2825: move post configuration from transfer function video: bridge: ssd2825: add HS delays configuration video: bridge: ssd2825: make pixel format calculation more obvious video: bridge: ssd2825: set default minimum tx_clk video: bridge: ssd2825: add power supplies video: bridge: ssd2825: fix reset gpio direction drivers/video/bridge/Kconfig | 8 +- drivers/video/bridge/dp501.c | 27 +++--- drivers/video/bridge/ssd2825.c | 159 +++++++++++++++++++++++--------- drivers/video/bridge/tc358768.c | 101 +++++++++++--------- 4 files changed, 183 insertions(+), 112 deletions(-) -- 2.43.0

