Re: [U-Boot] [PATCHv1 14/14] reset: remove request and free functions

2018-04-17 Thread Simon Glass
H Dinh, On 16 April 2018 at 16:41, Dinh Nguyen wrote: > > > On 04/16/2018 01:51 PM, Stephen Warren wrote: >> On 04/16/2018 12:43 PM, Simon Glass wrote: >>> +Stephen for comment >>> >>> Hi Dinh, >>> >>> On 14 April 2018 at 12:51, Dinh Nguyen wrote:

Re: [U-Boot] [PATCHv1 14/14] reset: remove request and free functions

2018-04-16 Thread Dinh Nguyen
On 04/16/2018 01:51 PM, Stephen Warren wrote: > On 04/16/2018 12:43 PM, Simon Glass wrote: >> +Stephen for comment >> >> Hi Dinh, >> >> On 14 April 2018 at 12:51, Dinh Nguyen wrote: >>> The request and free reset functions are not really used for any useful >>> purpose but

Re: [U-Boot] [PATCHv1 14/14] reset: remove request and free functions

2018-04-16 Thread Dinh Nguyen
On 04/16/2018 01:43 PM, Simon Glass wrote: > +Stephen for comment > > Hi Dinh, > > On 14 April 2018 at 12:51, Dinh Nguyen wrote: >> The request and free reset functions are not really used for any useful >> purpose but for debugging. We can safely remove them. > > The

Re: [U-Boot] [PATCHv1 14/14] reset: remove request and free functions

2018-04-16 Thread Stephen Warren
On 04/16/2018 12:43 PM, Simon Glass wrote: +Stephen for comment Hi Dinh, On 14 April 2018 at 12:51, Dinh Nguyen wrote: The request and free reset functions are not really used for any useful purpose but for debugging. We can safely remove them. The API is set to line

Re: [U-Boot] [PATCHv1 14/14] reset: remove request and free functions

2018-04-16 Thread Simon Glass
+Stephen for comment Hi Dinh, On 14 April 2018 at 12:51, Dinh Nguyen wrote: > The request and free reset functions are not really used for any useful > purpose but for debugging. We can safely remove them. The API is set to line up with clocks. I think in general we do

[U-Boot] [PATCHv1 14/14] reset: remove request and free functions

2018-04-14 Thread Dinh Nguyen
The request and free reset functions are not really used for any useful purpose but for debugging. We can safely remove them. Signed-off-by: Dinh Nguyen --- drivers/reset/reset-uclass.c | 28 include/reset-uclass.h | 21