[PATCH v1 0/5] Tegra panel improvements

Svyatoslav Ryhel clamor95 at gmail.com
Tue Jan 23 18:40:04 CET 2024


The current patch set improves the logic of existing panels and
bridge used by Tegra 3 devices and brings support for additional
DSI panels used by Tegra 4 devices.

New and existing drivers are fully reusable, contain no device
specific parts, and are written according to existing datasheets.

Anton Bambura (1):
  video: panel: add Samsung LTL106HL02 MIPI DSI panel driver

Svyatoslav Ryhel (4):
  video: panel: add LG LG070WX3 MIPI DSI panel driver
  video: endeavoru-panel: shift the init sequence by one step earlier
  video: bridge: ssd2825: shift the init sequence by one step earlier
  video: renesas: shift the init sequence by one step earlier

 drivers/video/Kconfig              |  17 +++
 drivers/video/Makefile             |   2 +
 drivers/video/bridge/ssd2825.c     |  82 +++++++------
 drivers/video/endeavoru-panel.c    | 128 ++++++++++----------
 drivers/video/lg-ld070wx3.c        | 186 +++++++++++++++++++++++++++++
 drivers/video/renesas-r61307.c     |  93 ++++++++-------
 drivers/video/renesas-r69328.c     |  81 +++++++------
 drivers/video/samsung-ltl106hl02.c | 157 ++++++++++++++++++++++++
 8 files changed, 571 insertions(+), 175 deletions(-)
 create mode 100644 drivers/video/lg-ld070wx3.c
 create mode 100644 drivers/video/samsung-ltl106hl02.c

-- 
2.40.1



More information about the U-Boot mailing list