Re: [PATCH v6 0/4] Add support for errors recovery in the TI SN65DSI83 bridge driver

2025-02-13 Thread Alexander Stein
Hi, Am Montag, 10. Februar 2025, 14:26:15 CET schrieb Herve Codina: > 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 > mec

Re: [PATCH v6 0/4] Add support for errors recovery in the TI SN65DSI83 bridge driver

2025-02-13 Thread Maxime Ripard
On Mon, Feb 10, 2025 at 02:26:15PM +0100, Herve Codina wrote: > 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.

[PATCH v6 0/4] Add support for errors recovery in the TI SN65DSI83 bridge driver

2025-02-10 Thread Herve Codina
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. Compare to the previous iteration, this v6 series fixes a NULL pointer der