Re: [PATCH] reset: Add reset controller API

2020-11-12 Thread Amjad Ouled-Ameur
Hi Philipp, Thank you very much for the review. Please find my comments below: On 02/10/2020 13:14, Philipp Zabel wrote: Hi Amjad, Thank you for the patch, comments below: On Thu, 2020-10-01 at 15:55 +0200, Amjad Ouled-Ameur wrote: An update on the patch title, since we don't add an API

Re: [PATCH] reset: Add reset controller API

2020-11-12 Thread Amjad Ouled-Ameur
On 03/10/2020 01:00, Kevin Hilman wrote: Amjad Ouled-Ameur writes: The current reset framework API does not allow to release what is done by reset_control_reset(), IOW decrement triggered_count. Add the new reset_control_resettable() call to do so. When reset_control_reset() has been called

Re: [PATCH] reset: Add reset controller API

2020-10-02 Thread Kevin Hilman
Amjad Ouled-Ameur writes: > The current reset framework API does not allow to release what is done by > reset_control_reset(), IOW decrement triggered_count. Add the new > reset_control_resettable() call to do so. > > When reset_control_reset() has been called once, the counter >

Re: [PATCH] reset: Add reset controller API

2020-10-02 Thread Philipp Zabel
Hi Amjad, Thank you for the patch, comments below: On Thu, 2020-10-01 at 15:55 +0200, Amjad Ouled-Ameur wrote: > An update on the patch title, since we don't add an API but extend it, > The title should rather be: Add a new call to the reset framework I think it should even say what

Re: [PATCH] reset: Add reset controller API

2020-10-01 Thread Amjad Ouled-Ameur
An update on the patch title, since we don't add an API but extend it, The title should rather be: Add a new call to the reset framework Le jeu. 1 oct. 2020 à 15:28, Amjad Ouled-Ameur a écrit : > > The current reset framework API does not allow to release what is done by > reset_control_reset(),

[PATCH] reset: Add reset controller API

2020-10-01 Thread Amjad Ouled-Ameur
The current reset framework API does not allow to release what is done by reset_control_reset(), IOW decrement triggered_count. Add the new reset_control_resettable() call to do so. When reset_control_reset() has been called once, the counter triggered_count, in the reset framework, is