On Mon, 21 Dec 2020 at 05:30, Andy Shevchenko <[email protected]> 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 IOMUX case. > > Cc: Simon Glass <[email protected]> > Signed-off-by: Andy Shevchenko <[email protected]> > --- > v3: renamed new function and added a documentation for it > common/console.c | 37 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 37 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

