mbox series

[0/2] Add support for errors recovery in the TI SN65DSI83 bridge driver

Message ID 20241024095539.1637280-1-herve.codina@bootlin.com (mailing list archive)
Headers show
Series Add support for errors recovery in the TI SN65DSI83 bridge driver | expand

Message

Herve Codina Oct. 24, 2024, 9:55 a.m. UTC
Hi,

Usually the TI SN65DSI83 recovers from error by itself but during ESD
tests, we have some cases where the TI SN65DSI83 didn't recover.

In order to handle those cases, this series adds support for a recovery
mechanism.

Best regards,
Hervé Codina

Herve Codina (2):
  dt-bindings: display: bridge: sn65dsi83: Add interrupt
  drm: bridge: ti-sn65dsi83: Add error recovery mechanism

 .../bindings/display/bridge/ti,sn65dsi83.yaml |   3 +
 drivers/gpu/drm/bridge/ti-sn65dsi83.c         | 128 ++++++++++++++++++
 2 files changed, 131 insertions(+)