Re: [PATCH v1 1/3] drivers: reset: Handle gracefully NULL pointers

2020-05-31 Thread Simon Glass
Hi Pratyush, On Wed, 27 May 2020 at 11:12, Pratyush Yadav wrote: > > Hi Simon, > > On 29/10/19 07:48PM, Simon Glass wrote: > > Hi Jean-Jacques, > > > > On Mon, 30 Sep 2019 at 08:31, Jean-Jacques Hiblot > > wrote: > > > > > > Prepare the way for a managed reset API by handling NULL pointers

Re: [PATCH v1 1/3] drivers: reset: Handle gracefully NULL pointers

2020-05-27 Thread Pratyush Yadav
Hi Simon, On 29/10/19 07:48PM, Simon Glass wrote: > Hi Jean-Jacques, > > On Mon, 30 Sep 2019 at 08:31, Jean-Jacques Hiblot wrote: > > > > Prepare the way for a managed reset API by handling NULL pointers without > > crashing nor failing. > > > > Signed-off-by: Jean-Jacques Hiblot > > --- > > >

Re: [U-Boot] [PATCH v1 1/3] drivers: reset: Handle gracefully NULL pointers

2019-10-29 Thread Simon Glass
Hi Jean-Jacques, On Mon, 30 Sep 2019 at 08:31, Jean-Jacques Hiblot wrote: > > Prepare the way for a managed reset API by handling NULL pointers without > crashing nor failing. > > Signed-off-by: Jean-Jacques Hiblot > --- > > drivers/reset/reset-uclass.c | 30 +- > 1

[U-Boot] [PATCH v1 1/3] drivers: reset: Handle gracefully NULL pointers

2019-09-30 Thread Jean-Jacques Hiblot
Prepare the way for a managed reset API by handling NULL pointers without crashing nor failing. Signed-off-by: Jean-Jacques Hiblot --- drivers/reset/reset-uclass.c | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/drivers/reset/reset-uclass.c