Re: [PATCH 2/4] drm: ti-sn65dsi86: Check bridge connection failure

2024-06-20 Thread Tomi Valkeinen
On 20/06/2024 13:42, Laurent Pinchart wrote: On Thu, Jun 20, 2024 at 09:43:05AM +0300, Tomi Valkeinen wrote: On 19/06/2024 22:32, Laurent Pinchart wrote: Hi Jacopo, Thank you for the patch. On Wed, Jun 19, 2024 at 12:22:16PM +0200, Jacopo Mondi wrote: From: Phong Hoang Add a check to the

Re: [PATCH 2/4] drm: ti-sn65dsi86: Check bridge connection failure

2024-06-20 Thread Laurent Pinchart
On Thu, Jun 20, 2024 at 09:43:05AM +0300, Tomi Valkeinen wrote: > On 19/06/2024 22:32, Laurent Pinchart wrote: > > Hi Jacopo, > > > > Thank you for the patch. > > > > On Wed, Jun 19, 2024 at 12:22:16PM +0200, Jacopo Mondi wrote: > >> From: Phong Hoang > >> > >> Add a check to the register

Re: [PATCH 2/4] drm: ti-sn65dsi86: Check bridge connection failure

2024-06-20 Thread Tomi Valkeinen
On 19/06/2024 22:32, Laurent Pinchart wrote: Hi Jacopo, Thank you for the patch. On Wed, Jun 19, 2024 at 12:22:16PM +0200, Jacopo Mondi wrote: From: Phong Hoang Add a check to the register access function when attaching a bridge device. I think the desc is missing the "why". I'm guessing

Re: [PATCH 2/4] drm: ti-sn65dsi86: Check bridge connection failure

2024-06-19 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wed, Jun 19, 2024 at 12:22:16PM +0200, Jacopo Mondi wrote: > From: Phong Hoang > > Add a check to the register access function when attaching a bridge > device. > > Signed-off-by: Phong Hoang > Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart

[PATCH 2/4] drm: ti-sn65dsi86: Check bridge connection failure

2024-06-19 Thread Jacopo Mondi
From: Phong Hoang Add a check to the register access function when attaching a bridge device. Signed-off-by: Phong Hoang Signed-off-by: Jacopo Mondi --- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git