[PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close cmd

2020-12-26 Thread sbabic
> Calling ahab_close cmd force the user to interact for confirmation. > This is not user-friendly when using this cmd during factory process. > Allow the user to pass '-y' option to bypass this confirmation. > Signed-off-by: Clément Péron > Reviewed-by: Peng Fan > Acked-by: Oliver Graute

Re: [PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close cmd

2020-12-23 Thread Oliver Graute
On 21/12/20, Clément Péron wrote: > Calling ahab_close cmd force the user to interact for confirmation. > > This is not user-friendly when using this cmd during factory process. > > Allow the user to pass '-y' option to bypass this confirmation. > > Signed-off-by: Clément Péron Acked-by:

RE: [PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close cmd

2020-12-21 Thread Peng Fan
> Subject: [PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close > cmd > > Calling ahab_close cmd force the user to interact for confirmation. > > This is not user-friendly when using this cmd during factory process. > > Allow the user to pass '-y' option to

[PATCH v2] imx: ahab: allow to bypass confirmation for ahab_close cmd

2020-12-21 Thread Clément Péron
Calling ahab_close cmd force the user to interact for confirmation. This is not user-friendly when using this cmd during factory process. Allow the user to pass '-y' option to bypass this confirmation. Signed-off-by: Clément Péron --- v2: - Fix commit log --- arch/arm/mach-imx/imx8/ahab.c