Consulta FOESCO

2021-01-21 Thread FOESCO
Buenos días Os informamos desde FOESCO (Formación Estatal Continua) que nos encontramos organizando el Calendario de Cursos Bonificables 2021 para empleados en activo o en ERTE. Rogamos respondáis a este mismo correo electrónico eligiendo una de las opciones que a continuación indicamos: 1

Re: [PATCH v7 0/7] clk: clk-wizard: clock-wizard: Driver updates

2021-01-21 Thread Michal Simek
Hi Stephen, First of all sorry for very slow response. I didn't get this email even xilinx alias is in CC. Something is really fishy here. On 12/13/20 6:36 AM, Stephen Boyd wrote: > Quoting Shubhrajyoti Datta (2020-11-04 07:06:40) >> >> Shubhrajyoti Datta (7): >> dt-bindings: add documentation

Re: [PATCH v7 0/7] clk: clk-wizard: clock-wizard: Driver updates

2021-01-21 Thread Miquel Raynal
Hi Shubhrajyoti, Shubhrajyoti Datta wrote on Wed, 4 Nov 2020 20:36:40 +0530: > In the thread [1] Greg suggested that we move the driver > to the clk from the staging. > Add patches to address the concerns regarding the fractional and > set rate support in the TODO. > > The patch set does the fo

[PATCH 3/3] media: atomisp: remove redundant NULL check

2021-01-21 Thread Yang Li
Fix below warnings reported by coccicheck: ./drivers/staging/media/atomisp/pci/atomisp_cmd.c:4269:2-8: WARNING: NULL check before some freeing functions is not needed. ./drivers/staging/media/atomisp/pci/atomisp_cmd.c:4626:2-8: WARNING: NULL check before some freeing functions is not needed. Repor

[PATCH 2/3] media: atomisp: remove redundant NULL check

2021-01-21 Thread Yang Li
Fix below warnings reported by coccicheck: ./drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ia_css_sdis.host.c:390:2-8: WARNING: NULL check before some freeing functions is not needed. Reported-by: Abaci Robot Signed-off-by: Yang Li --- .../media/atomisp/pci/isp/kernels/sdis/sdis_1

[PATCH 1/3] media: atomisp: remove redundant NULL check

2021-01-21 Thread Yang Li
Fix below warnings reported by coccicheck: ./drivers/staging/media/atomisp/pci/runtime/isp_param/src/isp_param.c:159:4-10: WARNING: NULL check before some freeing functions is not needed. Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/staging/media/atomisp/pci/runtime/isp_param/src

[PATCH] media: atomisp: remove redundant NULL check

2021-01-21 Thread Yang Li
Fix below warnings reported by coccicheck: ./drivers/staging/media/atomisp/pci/sh_css_params.c:1575:2-8: WARNING: NULL check before some freeing functions is not needed. ./drivers/staging/media/atomisp/pci/sh_css_params.c:3006:2-8: WARNING: NULL check before some freeing functions is not needed. R