Re: [PATCH v2 2/7] console: Keep ->start() and ->stop() balanced

2020-12-18 Thread Simon Glass
Hi Andy, On Wed, 16 Dec 2020 at 16:16, Andy Shevchenko wrote: > > There is no need to call ->start() for already started device. All the same, > there is no need to call ->stop() for devices still in use. > > For now enforce this only for CONSOLE_MUX case. > > Signed-off-by: Andy Shevchenko > --

Re: [PATCH v2 2/7] console: Keep ->start() and ->stop() balanced

2020-12-17 Thread Andy Shevchenko
On Thu, Dec 17, 2020 at 1:16 AM Andy Shevchenko wrote: > There is no need to call ->start() for already started device. All the same, an already > there is no need to call ->stop() for devices still in use. > > For now enforce this only for CONSOLE_MUX case. now, enforce the CONSOLE_MUX ... >

[PATCH v2 2/7] console: Keep ->start() and ->stop() balanced

2020-12-16 Thread Andy Shevchenko
There is no need to call ->start() for already started device. All the same, there is no need to call ->stop() for devices still in use. For now enforce this only for CONSOLE_MUX case. Signed-off-by: Andy Shevchenko --- v2: new patch common/console.c | 21 + 1 file changed,