Re: [PATCH v2 1/2] drm/ci: Add jobs to validate devicetrees

2025-04-11 Thread Dmitry Baryshkov
On Fri, 11 Apr 2025 at 11:32, Vignesh Raman wrote: > > Hi Dmitry, > > On 11/04/25 01:02, Dmitry Baryshkov wrote: > > On Wed, Apr 09, 2025 at 11:45:38AM +0530, Vignesh Raman wrote: > >> Add jobs to run dt_binding_check and dtbs_check. If warnings are seen, > >> exit with a non-zero error code while

Re: [PATCH v2 1/2] drm/ci: Add jobs to validate devicetrees

2025-04-11 Thread Vignesh Raman
Hi Dmitry, On 11/04/25 01:02, Dmitry Baryshkov wrote: On Wed, Apr 09, 2025 at 11:45:38AM +0530, Vignesh Raman wrote: Add jobs to run dt_binding_check and dtbs_check. If warnings are seen, exit with a non-zero error code while configuring them as warning in the GitLab CI pipeline. Signed-off-by

Re: [PATCH v2 1/2] drm/ci: Add jobs to validate devicetrees

2025-04-10 Thread Dmitry Baryshkov
On Wed, Apr 09, 2025 at 11:45:38AM +0530, Vignesh Raman wrote: > Add jobs to run dt_binding_check and dtbs_check. If warnings are seen, > exit with a non-zero error code while configuring them as warning in > the GitLab CI pipeline. > > Signed-off-by: Vignesh Raman > --- > > v2: > - Use LLVM t

Re: [PATCH v2 1/2] drm/ci: Add jobs to validate devicetrees

2025-04-09 Thread Maxime Ripard
On Wed, 9 Apr 2025 11:45:38 +0530, Vignesh Raman wrote: > Add jobs to run dt_binding_check and dtbs_check. If warnings are seen, > exit with a non-zero error code while configuring them as warning in > the GitLab CI pipeline. > > Signed-off-by: Vignesh Raman > > [ ... ] Reviewed-by: Maxime Ripa