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

2025-02-03 Thread Herve Codina
Hi all, Oops, this series doesn't apply on top of v6.14-rc1. My bad, sorry about that. Please ignore this series. I will send soon a new iteration fixed. Apologies, Hervé On Mon, 3 Feb 2025 15:58:19 +0100 Herve Codina wrote: > Hi, > > Usually the TI SN65DSI83 recovers from error by itself b

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

2025-02-03 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 v4 series: - rebase on top of v6