Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-07 Thread neil . armstrong
On 06/03/2025 18:38, Tejas Vipin wrote: On 3/6/25 10:58 PM, Doug Anderson wrote: Hi, On Thu, Mar 6, 2025 at 6:05 AM wrote: On 06/03/2025 14:43, Tejas Vipin wrote: Changes the novatek-nt36523 panel to use multi style functions for improved error handling. Signed-off-by: Tejas Vipin ---

Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread Dmitry Baryshkov
On Thu, Mar 06, 2025 at 11:08:18PM +0530, Tejas Vipin wrote: > > > On 3/6/25 10:58 PM, Doug Anderson wrote: > > Hi, > > > > On Thu, Mar 6, 2025 at 6:05 AM wrote: > >> > >> On 06/03/2025 14:43, Tejas Vipin wrote: > >>> Changes the novatek-nt36523 panel to use multi style functions for > >>> impr

Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread Tejas Vipin
On 3/6/25 10:58 PM, Doug Anderson wrote: > Hi, > > On Thu, Mar 6, 2025 at 6:05 AM wrote: >> >> On 06/03/2025 14:43, Tejas Vipin wrote: >>> Changes the novatek-nt36523 panel to use multi style functions for >>> improved error handling. >>> >>> Signed-off-by: Tejas Vipin >>> --- >>> drivers/g

Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread Doug Anderson
Hi, On Thu, Mar 6, 2025 at 11:03 AM Dmitry Baryshkov wrote: > > On Thu, 6 Mar 2025 at 18:44, Doug Anderson wrote: > > > > Hi, > > > > On Thu, Mar 6, 2025 at 8:33 AM Dmitry Baryshkov > > wrote: > > > > > > On Thu, Mar 06, 2025 at 03:05:10PM +0100, neil.armstr...@linaro.org wrote: > > > > On 06/0

Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread Dmitry Baryshkov
On Thu, 6 Mar 2025 at 18:44, Doug Anderson wrote: > > Hi, > > On Thu, Mar 6, 2025 at 8:33 AM Dmitry Baryshkov > wrote: > > > > On Thu, Mar 06, 2025 at 03:05:10PM +0100, neil.armstr...@linaro.org wrote: > > > On 06/03/2025 14:43, Tejas Vipin wrote: > > > > Changes the novatek-nt36523 panel to use

Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread Doug Anderson
Hi, On Thu, Mar 6, 2025 at 8:33 AM Dmitry Baryshkov wrote: > > On Thu, Mar 06, 2025 at 03:05:10PM +0100, neil.armstr...@linaro.org wrote: > > On 06/03/2025 14:43, Tejas Vipin wrote: > > > Changes the novatek-nt36523 panel to use multi style functions for > > > improved error handling. > > > > > >

Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread Doug Anderson
Hi, On Thu, Mar 6, 2025 at 6:05 AM wrote: > > On 06/03/2025 14:43, Tejas Vipin wrote: > > Changes the novatek-nt36523 panel to use multi style functions for > > improved error handling. > > > > Signed-off-by: Tejas Vipin > > --- > > drivers/gpu/drm/panel/panel-novatek-nt36523.c | 1683

Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread Dmitry Baryshkov
On Thu, Mar 06, 2025 at 03:05:10PM +0100, neil.armstr...@linaro.org wrote: > On 06/03/2025 14:43, Tejas Vipin wrote: > > Changes the novatek-nt36523 panel to use multi style functions for > > improved error handling. > > > > Signed-off-by: Tejas Vipin > > --- > > drivers/gpu/drm/panel/panel-nov

Re: [PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread neil . armstrong
On 06/03/2025 14:43, Tejas Vipin wrote: Changes the novatek-nt36523 panel to use multi style functions for improved error handling. Signed-off-by: Tejas Vipin --- drivers/gpu/drm/panel/panel-novatek-nt36523.c | 1683 - 1 file changed, 823 insertions(+), 860 deletions(-) diff

[PATCH] drm/panel: novatek-nt36523: transition to mipi_dsi wrapped functions

2025-03-06 Thread Tejas Vipin
Changes the novatek-nt36523 panel to use multi style functions for improved error handling. Signed-off-by: Tejas Vipin --- drivers/gpu/drm/panel/panel-novatek-nt36523.c | 1683 - 1 file changed, 823 insertions(+), 860 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-novatek