On Mon, 24 Feb 2025 at 05:03, Svyatoslav Ryhel <clamo...@gmail.com> wrote: > > Add a simple and transparent LVDS de/encoder driver with a powerdown > gpio and a power supply. > > Signed-off-by: Svyatoslav Ryhel <clamo...@gmail.com> > --- > drivers/video/bridge/Kconfig | 7 ++ > drivers/video/bridge/Makefile | 1 + > drivers/video/bridge/lvds-codec.c | 128 ++++++++++++++++++++++++++++++ > 3 files changed, 136 insertions(+) > create mode 100644 drivers/video/bridge/lvds-codec.c
Reviewed-by: Simon Glass <s...@chromium.org>